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 ------- Additional Comments From [EMAIL PROTECTED] 2003-02-13 15:55 ------- Yes. Essentially if you list hundreds of explicit entries in the includes file, the jar task takes *forever*. If you feed the same list to the JSDK jar command (via the @includesfile arg syntax), the speed is about the same as if you simply passed the root directory for inclusion. The jar task keeps up with the jar command pretty well if you just give it the root directory -- unfortunately, I have code usage data which points me to exactly the several hundred files that need to go into the jars -- out of thousands and thousands in the directory tree...