You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/02/26 15:19:04 UTC

[jira] Created: (TIKA-204) Use commons-compress for parsing packages

Use commons-compress for parsing packages
-----------------------------------------

                 Key: TIKA-204
                 URL: https://issues.apache.org/jira/browse/TIKA-204
             Project: Tika
          Issue Type: Improvement
          Components: parser
            Reporter: Jukka Zitting
            Priority: Minor


The commons-compress component [1] in the Commons sandbox contains improved versions of the package parser classes we currently have as sources copied from Apache Ant. I think we should drop our versions of the classes as soon as there's a release of commons-compress for us to use as a normal dependency.

[1] http://commons.apache.org/sandbox/compress/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TIKA-204) Use commons-compress for parsing packages

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711981#action_12711981 ] 

Jukka Zitting commented on TIKA-204:
------------------------------------

commons-compress 1.0 has been released, so I'll be merging the TIKA-204 feature branch back to the trunk.

> Use commons-compress for parsing packages
> -----------------------------------------
>
>                 Key: TIKA-204
>                 URL: https://issues.apache.org/jira/browse/TIKA-204
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Jukka Zitting
>            Priority: Minor
>         Attachments: TIKA-204.patch
>
>
> The commons-compress component [1] in the Commons sandbox contains improved versions of the package parser classes we currently have as sources copied from Apache Ant. I think we should drop our versions of the classes as soon as there's a release of commons-compress for us to use as a normal dependency.
> [1] http://commons.apache.org/sandbox/compress/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TIKA-204) Use commons-compress for parsing packages

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-204.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4
         Assignee: Jukka Zitting

Merged the development branch back to trunk in revision 777715. Resolving as Fixed.

> Use commons-compress for parsing packages
> -----------------------------------------
>
>                 Key: TIKA-204
>                 URL: https://issues.apache.org/jira/browse/TIKA-204
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: TIKA-204.patch
>
>
> The commons-compress component [1] in the Commons sandbox contains improved versions of the package parser classes we currently have as sources copied from Apache Ant. I think we should drop our versions of the classes as soon as there's a release of commons-compress for us to use as a normal dependency.
> [1] http://commons.apache.org/sandbox/compress/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-204) Use commons-compress for parsing packages

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated TIKA-204:
-------------------------------

    Attachment: TIKA-204.patch

Here's a patch that replaces the classes we've copied from Ant with a proper dependency to commons-compress.

There is still no release of commons-compress, so I'm not applying this yet in trunk, but I'm planning to create a TIKA-204 feature branch where we can add support for more formats from commons-compress. We can merge the branch back to trunk when commons-compress 1.0 is out.

> Use commons-compress for parsing packages
> -----------------------------------------
>
>                 Key: TIKA-204
>                 URL: https://issues.apache.org/jira/browse/TIKA-204
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Jukka Zitting
>            Priority: Minor
>         Attachments: TIKA-204.patch
>
>
> The commons-compress component [1] in the Commons sandbox contains improved versions of the package parser classes we currently have as sources copied from Apache Ant. I think we should drop our versions of the classes as soon as there's a release of commons-compress for us to use as a normal dependency.
> [1] http://commons.apache.org/sandbox/compress/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.