From notifications-return-16486-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Sat Jul 23 03:12:58 2011
Return-Path:
X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org
Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org
Received: from mail.apache.org (hermes.apache.org [140.211.11.3])
by minotaur.apache.org (Postfix) with SMTP id 51C1D642F
for ; Sat, 23 Jul 2011 03:12:58 +0000 (UTC)
Received: (qmail 54700 invoked by uid 500); 23 Jul 2011 03:12:57 -0000
Delivered-To: apmail-ant-notifications-archive@ant.apache.org
Received: (qmail 54613 invoked by uid 500); 23 Jul 2011 03:12:52 -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 54603 invoked by uid 99); 23 Jul 2011 03:12:49 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 03:12:49 +0000
X-ASF-Spam-Status: No, hits=-2000.0 required=5.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4)
by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 03:12:48 +0000
Received: from eris.apache.org (localhost [127.0.0.1])
by eris.apache.org (Postfix) with ESMTP id 6131123888BD
for ; Sat, 23 Jul 2011 03:12:28 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r1149787 - /ant/antlibs/compress/trunk/docs/expand.html
Date: Sat, 23 Jul 2011 03:12:28 -0000
To: notifications@ant.apache.org
From: bodewig@apache.org
X-Mailer: svnmailer-1.0.8
Message-Id: <20110723031228.6131123888BD@eris.apache.org>
Author: bodewig
Date: Sat Jul 23 03:12:27 2011
New Revision: 1149787
URL: http://svn.apache.org/viewvc?rev=1149787&view=rev
Log:
we can read the GNU variant of long file names in AR.
Modified:
ant/antlibs/compress/trunk/docs/expand.html
Modified: ant/antlibs/compress/trunk/docs/expand.html
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/docs/expand.html?rev=1149787&r1=1149786&r2=1149787&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/docs/expand.html (original)
+++ ant/antlibs/compress/trunk/docs/expand.html Sat Jul 23 03:12:27 2011
@@ -101,6 +101,12 @@ mapper.
An unarchiving task for TAR archives.
+Traditionally the AR format doesn't allow file names longer than 16
+ characters. There are two variants that circumvent this limitation
+ in different ways, the GNU/SRV4 and the BSD variant. Currently (as
+ of 1.2) Commons Compress can only read archives using the GNU/SRV4
+ variant.
+
An unarchiving task for ZIP archives.