https://issues.apache.org/bugzilla/show_bug.cgi?id=45696
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement --- Comment #6 from Stefan Bodewig <[email protected]> 2009-08-27 07:13:13 PDT --- svn revision 808421 adds a cache attribute on <path>. If I enable it on <path id="antbug.runtime.module.classpath" cache="true"> my build time goes from 32 seconds to 13 seconds using your example. If I set it on all paths with "runtime" in their name it goes down to 7 seconds. This is still worse than the 2 seconds I get without refs but I don't really see how to improve the situation any further since most of the time is spent making sure we don't have a cycle in the graph of connected references. Given the improvement now, I'm going to lower the importance, but not closing the issue since others may find more tweaks we could apply. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
