Re: Ant 1.7 build, high CPU use, possible solution

2007-04-24 Thread Mike McNally
> It would be great to have an example build.xml that > shows the problem. bug 42219 -- [ I love pre-moistened towelettes ] Mike McNally -- [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Ant 1.7 build, high CPU use, possible solution

2007-04-24 Thread Mike McNally
> It would be great to have an example build.xml that > shows the problem. I'm going to work on that today. The problem is a very simple one however: using a large ArrayList as if it were a Set simply does not perform well :) > A number of performance problems were fixed in ant 1.7.0, so > it wou

Re: Ant 1.7 build, high CPU use, possible solution

2007-04-24 Thread Peter Reilly
e some performance tests with your project in our next 1.7.1 release phase ;-) Jan >-Ursprüngliche Nachricht- >Von: Matt Benson [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 24. April 2007 00:45 >An: Ant Users List; [EMAIL PROTECTED] >Betreff: Re: Ant 1.7 build, high CPU u

AW: Ant 1.7 build, high CPU use, possible solution

2007-04-23 Thread Jan.Materne
etreff: Re: Ant 1.7 build, high CPU use, possible solution > > >--- Mike McNally <[EMAIL PROTECTED]> wrote: > >> I've been using Ant to build a fairly large web >> application (about >> twelve thousand .class files and various other >> things in a

Re: Ant 1.7 build, high CPU use, possible solution

2007-04-23 Thread Matt Benson
--- Mike McNally <[EMAIL PROTECTED]> wrote: > I've been using Ant to build a fairly large web > application (about > twelve thousand .class files and various other > things in a multi-phase > build) for several years. We've generally been > pretty happy with Ant > performance. Recently, however

Ant 1.7 build, high CPU use, possible solution

2007-04-23 Thread Mike McNally
I've been using Ant to build a fairly large web application (about twelve thousand .class files and various other things in a multi-phase build) for several years. We've generally been pretty happy with Ant performance. Recently, however, we noticed that if we ran Ant 1.7 on the same build config