Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 62387 invoked from network); 10 May 2010 14:42:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 May 2010 14:42:41 -0000 Received: (qmail 22323 invoked by uid 500); 10 May 2010 14:42:41 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 22245 invoked by uid 500); 10 May 2010 14:42:41 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 22237 invoked by uid 99); 10 May 2010 14:42:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 14:42:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 14:42:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4AEgHd5021963 for ; Mon, 10 May 2010 14:42:17 GMT Message-ID: <905355.341273502537544.JavaMail.jira@thor> Date: Mon, 10 May 2010 10:42:17 -0400 (EDT) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (COMPRESS-107) ArchiveStreamFactory does not recognise tar files created by Ant In-Reply-To: <16630165.50611273332948575.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.