DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29395>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29395

ant modifies files while copying





------- Additional Comments From [EMAIL PROTECTED]  2004-06-04 17:21 -------
Copy should operate in binary mode
if there is no modification to be done
on the files.

If the copy needs to apply a filterchain
or a filterset to the files, it uses
character based coping using the default
character encoding. For binary files this
will have the effect of doubling the file size.


Are you sure that the files have not been
copied by another copy in your build file?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to