nico 01/02/28 00:06:21
Modified: docs/manual/CoreTasks Tag: ANT_13_BRANCH filter.html
Log:
Bug #734 - filtering="true" needed on copy to make the example work
Revision Changes Path
No revision
No revision
1.1.2.4 +1 -1 jakarta-ant/docs/manual/CoreTasks/filter.html
Index: filter.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/filter.html,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- filter.html 2001/02/17 09:44:22 1.1.2.3
+++ filter.html 2001/02/28 08:06:21 1.1.2.4
@@ -44,7 +44,7 @@
<p>* see notes 1 and 2 above parameters table.</p>
<h3>Examples</h3>
<pre> <filter token="year" value="2000"/>
- <copy todir="${dest.dir}">
+ <copy todir="${dest.dir}" filtering="true">
<fileset dir="${src.dir}"/>
</copy></pre>
<p>will copy recursively all the files from the <i>src.dir</i> directory into