[
https://issues.apache.org/jira/browse/COMPRESS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved COMPRESS-107.
---------------------------
Resolution: Fixed
Ant tar recognition fixed using MAGIC="ustar\0" and VERSION="\0\0".
> ArchiveStreamFactory does not recognise tar files created by Ant
> ----------------------------------------------------------------
>
> Key: COMPRESS-107
> URL: https://issues.apache.org/jira/browse/COMPRESS-107
> Project: Commons Compress
> Issue Type: Bug
> Affects Versions: 1.0
> Reporter: Sebb
> Fix For: 1.1
>
>
> ArchiveStreamFactory does not recognise tar files created by Ant.
> These appear to have magic of "ustar\0" (i.e. same as MAGIC_POSIX) followed
> by "\0\0".
> Note that Compress can process the files OK.
> Patch to follow after checking what Ant writes as the signature.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.