glennm 01/02/06 06:52:24
Modified: docs Tag: ANT_13_BRANCH index.html Log: Add warning about copying binary files with filtering turned on. Revision Changes Path No revision No revision 1.202.2.2 +3 -1 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.202.2.1 retrieving revision 1.202.2.2 diff -u -r1.202.2.1 -r1.202.2.2 --- index.html 2001/02/06 14:26:08 1.202.2.1 +++ index.html 2001/02/06 14:52:23 1.202.2.2 @@ -34,7 +34,7 @@ <center> <p>Version: @VERSION@<br> -$Id: index.html,v 1.202.2.1 2001/02/06 14:26:08 glennm Exp $</p> +$Id: index.html,v 1.202.2.2 2001/02/06 14:52:23 glennm Exp $</p> </center> <hr> @@ -583,6 +583,8 @@ therefore, no escaping method is available – but as long as you choose appropriate names for your tokens, this should not cause problems.</p> +<p><b>Warning:</b> If you copy binary files with filtering turned on, you can corrupt the +files. This feature should be used with text files <em>only</em>.</p> <h3><a name="path">Path-like Structures</a></h3> <p>You can specify <code>PATH</code>- and <code>CLASSPATH</code>-type
