You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/11/20 16:42:03 UTC

DO NOT REPLY [Bug 15310] - jar task very slow for large input lists

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15310

jar task very slow for large input lists

peter.reilly@corvil.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From peter.reilly@corvil.com  2003-11-20 15:42 -------
Have you tested ant 1.6.
I have done a quick test and the performance is much much better:
<project default="jarred">
  <target name="jarred">
    <delete quiet="yes" file="jarred.jar"/>
    <jar file="jarred.jar" includesfile="jarred.files" basedir="."/>
  </target>
</project>
With 10,000 files in jarred.files:
1.5.4 : 2 minutes 40 seconds
1.6b2 : 19 seconds
Marking as fixed, please reopen if your env has a different result

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org