umagesh 2002/07/19 11:41:52 Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH copy.html move.html Log: Document the order of processing when filterchain and filterset co-exist inside <copy> and <move> Revision Changes Path No revision No revision 1.10.2.4 +6 -0 jakarta-ant/docs/manual/CoreTasks/copy.html Index: copy.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/copy.html,v retrieving revision 1.10.2.3 retrieving revision 1.10.2.4 diff -u -r1.10.2.3 -r1.10.2.4 --- copy.html 20 May 2002 12:34:47 -0000 1.10.2.3 +++ copy.html 19 Jul 2002 18:41:52 -0000 1.10.2.4 @@ -117,6 +117,12 @@ <p>The Copy task supports nested <a href="../CoreTypes/filterchain.html"> FilterChain</a>s.</p> +<p> +If <filterset> and <filterchain> elements are used inside the +same <copy> task, all <filterchain> elements are processed first +followed by <filterset> elements. +</p> + <h3>Examples</h3> <p><b>Copy a single file</b></p> <pre> 1.6.2.4 +7 -0 jakarta-ant/docs/manual/CoreTasks/move.html Index: move.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/move.html,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- move.html 20 May 2002 12:37:50 -0000 1.6.2.3 +++ move.html 19 Jul 2002 18:41:52 -0000 1.6.2.4 @@ -79,6 +79,13 @@ <h4>filterchain</h4> <p>The Move task supports nested <a href="../CoreTypes/filterchain.html"> FilterChain</a>s.</p> + +<p> +If <filterset> and <filterchain> elements are used inside the +same <copy> task, all <filterchain> elements are processed first +followed by <filterset> elements. +</p> + <h3>Examples</h3> <p><b>Move a single file (rename a file)</b></p> <pre>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>