Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 10508 invoked from network); 6 Aug 2009 11:02:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 11:02:18 -0000 Received: (qmail 38175 invoked by uid 500); 6 Aug 2009 11:02:25 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 38145 invoked by uid 500); 6 Aug 2009 11:02:25 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 38136 invoked by uid 99); 6 Aug 2009 11:02:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 11:02:25 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 11:02:14 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id F38B8234C045; Thu, 6 Aug 2009 04:01:52 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 47653] tar archive produced by ant tar task has weird type signature X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: l.serwatka@gazeta.pl X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090806110152.F38B8234C045@brutus.apache.org> Date: Thu, 6 Aug 2009 04:01:52 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47653 --- Comment #1 from l.serwatka@gazeta.pl 2009-08-06 04:01:51 PDT --- Some more info: gnu and oldgnu do "ustar \0"; pax and ustar do "ustar\000" and v7 does "\0\0\0\0\0\0\0\0" Ant should use gnu ("ustar \0") if use long file names, but "ustar\000" is valid as long as that option is not turned on. Ref. to OLDGNU and TMAGIC/TVERSION in the document http://sunsite.ualberta.ca/Documentation/Gnu/tar-1.13/html_chapter/tar_8.html -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.