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 2008/07/30 10:27:32 UTC

[jira] Created: (TIKA-150) Parser for tar files

Parser for tar files
--------------------

                 Key: TIKA-150
                 URL: https://issues.apache.org/jira/browse/TIKA-150
             Project: Tika
          Issue Type: New Feature
          Components: parser
            Reporter: Jukka Zitting


Similar to TIKA-149, but for tar files.

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


[jira] Commented: (TIKA-150) Parser for tar files

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

Jukka Zitting commented on TIKA-150:
------------------------------------

There is a tar parser included in Apache Ant.

> Parser for tar files
> --------------------
>
>                 Key: TIKA-150
>                 URL: https://issues.apache.org/jira/browse/TIKA-150
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Jukka Zitting
>
> Similar to TIKA-149, but for tar files.

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


[jira] Resolved: (TIKA-150) Parser for tar files

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

Jukka Zitting resolved TIKA-150.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2-incubating
         Assignee: Jukka Zitting

Instead of adding a dependency to Apache Ant, I just copied the tar parsing classes from Ant to Tika. The classes are originally based on public domain work by Timothy Gerard Endres and have since been modified by Ant committers. No extra NOTICE or LICENSE entries are needed to use this code.

Based on this tar parsing code I added a simple TarParser class and the respective configuration entries and test cases.

Resolving as Fixed. See revision 692227 for the changes.

> Parser for tar files
> --------------------
>
>                 Key: TIKA-150
>                 URL: https://issues.apache.org/jira/browse/TIKA-150
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 0.2-incubating
>
>
> Similar to TIKA-149, but for tar files.

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