Author: bodewig
Date: Mon Jul 25 04:48:48 2011
New Revision: 1150546
URL: http://svn.apache.org/viewvc?rev=1150546&view=rev
Log:
documentation
Modified:
ant/antlibs/compress/trunk/docs/expand.html
ant/antlibs/compress/trunk/docs/fileset.html
Modified: ant/antlibs/compress/trunk/docs/expand.html
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/docs/expand.html?rev=1150546&r1=1150545&r2=1150546&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/docs/expand.html (original)
+++ ant/antlibs/compress/trunk/docs/expand.html Mon Jul 25 04:48:48 2011
@@ -87,6 +87,18 @@ mapper</a>.</p>
any).</td>
<td valign="top" align="center">No, defaults to false</td>
</tr>
+ <tr>
+ <td valign="top">skipUnreadableEntries</td>
+ <td valign="top">Sometimes archives may contain entries that use
+ features not (yet) supported by Apache Commons Compress,
+ encryption for example. Trying to expand such an archive will
+ normally lead to an error. Sometimes Commons Compress can
+ signal it doesn't know how to handle an entry and if you set
+ <code>skipUnreadableEntries</code> to true, the Compress Antlib
+ will simply skip those entries, avoiding the error.
+ <br/><em>since Compress Antlib 1.1</em></td>
+ <td valign="top" align="center">No, defaults to false</td>
+ </tr>
</table>
<h3><a name="unar">UnAr</a></h3>
Modified: ant/antlibs/compress/trunk/docs/fileset.html
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/docs/fileset.html?rev=1150546&r1=1150545&r2=1150546&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/docs/fileset.html (original)
+++ ant/antlibs/compress/trunk/docs/fileset.html Mon Jul 25 04:48:48 2011
@@ -101,6 +101,18 @@ directories. Default is 755.</td>
</td>
<td valign="top" align="center">No</td>
</tr>
+ <tr>
+ <td valign="top">skipUnreadableEntries</td>
+ <td valign="top">Sometimes archives may contain entries that use
+ features not (yet) supported by Apache Commons Compress,
+ encryption for example. Trying to read from such an archive will
+ normally lead to an error. Sometimes Commons Compress can
+ signal it doesn't know how to handle an entry and if you set
+ <code>skipUnreadableEntries</code> to true, the Compress Antlib
+ will simply skip those entries, avoiding the error.
+ <br/><em>since Compress Antlib 1.1</em></td>
+ <td valign="top" align="center">No, defaults to false</td>
+ </tr>
</tbody>
</table>