bodewig 2003/03/19 00:32:06
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH copy.html
Log:
Merge caution from HEAD
Revision Changes Path
No revision
No revision
1.10.2.6 +10 -1 ant/docs/manual/CoreTasks/copy.html
Index: copy.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/copy.html,v
retrieving revision 1.10.2.5
retrieving revision 1.10.2.6
diff -u -r1.10.2.5 -r1.10.2.6
--- copy.html 4 Sep 2002 11:21:12 -0000 1.10.2.5
+++ copy.html 19 Mar 2003 08:32:06 -0000 1.10.2.6
@@ -17,6 +17,15 @@
set of files to copy.
To use a <code><fileset></code>, the <code>todir</code> attribute
must be set.</p>
+
+<p>
+<strong>Note: </strong>If you employ filters in your copy operation, you
should
+limit the copy to text files. Binary files will be corrupted by the copy
operation.
+This applies whether the filters are implicitly defined by the
+<a href="filter.html">filter</a> task or explicitly provided to the copy
+operation as <a href="../CoreTypes/filterset.html">filtersets</a>
+</p>
+
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -186,7 +195,7 @@
the file in the destination directory before you copy it.
</p>
-<hr><p align="center">Copyright © 2000-2002 Apache Software Foundation.
+<hr><p align="center">Copyright © 2000-2003 Apache Software Foundation.
All rights Reserved.</p>
</body>