bodewig 01/08/06 22:58:12
Modified: docs/manual/CoreTasks tar.html
Log:
clarify tarfileset documentation.
Revision Changes Path
1.6 +7 -0 jakarta-ant/docs/manual/CoreTasks/tar.html
Index: tar.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/tar.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tar.html 2001/06/12 09:39:55 1.5
+++ tar.html 2001/08/07 05:58:12 1.6
@@ -169,6 +169,13 @@
by one fileset. If the same file is selected by more than one fileset, it
will be included in the
tar file twice, with the same path.</p>
+<p><strong>Note:</strong> The patterns in the include and exclude
+elements are considered to be relative to the corrseponding dir
+attribute as with all other filesets. In the example above,
+<code>${dist.name}</code> is not an absolute path, but a simple name
+of a directory, so <code>${dist.name}</code> is a valid path relative
+to <code>${dist.name}/..</code>.</p>
+
<hr>
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All
rights
Reserved.</p>