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=32566>. 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=32566 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-13 22:08 ------- The problem on the replace task has been reproduced and fixed on the current development version. I've not been able to reproduce the error on the copy tasks. Not even using 3 jdk's, 2 of wich contain the unpacked documentation. (19597 files according to the copy task) The windows java executable size remained just under 24 MB. <?xml version="1.0"?> <project name="copy-test" basedir="c:\" default="test"> <target name="test"> <copy todir="jdk_copy"> <fileset dir="."> <include name="jdk*/**"/> </fileset> </copy> </target> </project> test: [copy] Copying 19597 files to C:\jdk_copy [copy] Copied 1543 empty directories to 6 empty directories under C:\jdk_co py BUILD SUCCESSFUL This was 617 MB of data. Have you used a filter, input encoding or output encoding? (And have you used the -Xmx2048m as ANT_OPTS?) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
