Author: bodewig
Date: Thu Jan 2 14:03:23 2014
New Revision: 1554809
URL: http://svn.apache.org/r1554809
Log:
Don't use leading slashes for patterns in zipfileset.
Modified:
ant/site/ant/production/manual/ (props changed)
ant/site/ant/production/manual/Types/tarfileset.html
ant/site/ant/production/manual/Types/zipfileset.html
Propchange: ant/site/ant/production/manual/
------------------------------------------------------------------------------
Merged /ant/core/trunk/manual:r1554808
Modified: ant/site/ant/production/manual/Types/tarfileset.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/manual/Types/tarfileset.html?rev=1554809&r1=1554808&r2=1554809&view=diff
==============================================================================
--- ant/site/ant/production/manual/Types/tarfileset.html (original)
+++ ant/site/ant/production/manual/Types/tarfileset.html Thu Jan 2 14:03:23
2014
@@ -44,7 +44,9 @@ is used, the tarfileset is populated wit
</ul>
<p><code><tarfileset></code> supports all attributes of <code><<a
href="fileset.html">fileset</a>></code>
-in addition to those listed below.<br>
+ in addition to those listed below. Note that tar archives in general
+ don't contain entries with leading slashes so you shouldn't use
+ include/exclude patterns that start with slashes either.
</p>
<p>A tarfileset can be defined with the <span style="font-style:
italic;">id </span>attribute and referred to with the <span
Modified: ant/site/ant/production/manual/Types/zipfileset.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/manual/Types/zipfileset.html?rev=1554809&r1=1554808&r2=1554809&view=diff
==============================================================================
--- ant/site/ant/production/manual/Types/zipfileset.html (original)
+++ ant/site/ant/production/manual/Types/zipfileset.html Thu Jan 2 14:03:23
2014
@@ -42,8 +42,10 @@ is used, the zipfileset is populated wit
</ul>
<p><code><zipfileset></code> supports all attributes of <code><<a
href="fileset.html">fileset</a>></code>
-in addition to those listed below.<br>
-</p>
+ in addition to those listed below. Note that zip archives in general
+ don't contain entries with leading slashes so you shouldn't use
+ include/exclude patterns that start with slashes either.</p>
+
<p>Since Ant 1.6, a zipfileset can be defined with the <span
style="font-style: italic;">id </span>attribute and referred to with
the <span style="font-style: italic;">refid</span> attribute.<br>