Author: bodewig
Date: Thu Sep 10 12:18:29 2009
New Revision: 813402
URL: http://svn.apache.org/viewvc?rev=813402&view=rev
Log:
known problems and limitations
Modified:
ant/sandbox/antlibs/compress/trunk/docs/index.html
Modified: ant/sandbox/antlibs/compress/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/compress/trunk/docs/index.html?rev=813402&r1=813401&r2=813402&view=diff
==============================================================================
--- ant/sandbox/antlibs/compress/trunk/docs/index.html (original)
+++ ant/sandbox/antlibs/compress/trunk/docs/index.html Thu Sep 10 12:18:29 2009
@@ -32,6 +32,28 @@
Antlib supports gzip and bzip2 compression and ar, cpio, tar and
zip archives.</p>
+ <h3>Known Limitations</h3>
+
+ <p>The archiving tasks currently don't support the equivalent of
+ the core zip task's update attribute, this will be added before
+ the first release of the Antlib.</p>
+
+ <p>The <code>tar</code> task currently doesn't support the
+ equivalent of the core task's <code>longfile</code> attribute -
+ the <code>untar</code> task and the resources support this
+ format transparently, though - this is expected to be fixed
+ before the first release of the Antlib.</p>
+
+ <p>Using Apache Commons Compress the AR and CPIO formats don't
+ read or write timestamps, permissions, userids and groupids
+ properly - this has been fixed in the svn trunk of Apache
+ Commons Compress and will be fixed with the next release of
+ it.</p>
+
+ <p>Reading AR archives from non-filesystem resources currently
+ fails for reasons that haven't been investigated, yet. Most
+ likely the problem is within Apache Commons Compress.</p>
+
<h3>Tasks and Types</h3>
<p>This Antlib contains the following tasks:</p>