Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread Stefan Bodewig
On 2010-03-22, wrote: > I opened Bug Id 48961 for this: > https://issues.apache.org/bugzilla/show_bug.cgi?id=48961 Thank you Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mai

Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread christoph . grothaus
I opened Bug Id 48961 for this: https://issues.apache.org/bugzilla/show_bug.cgi?id=48961 Christoph

Antwort: Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread christoph . grothaus
Stefan, Peter, thank you for your feedback. I'll open a bugzilla entry for this tomorrow. Peter, thanks for the tip with the new 1.8 task. I'll have a look into this once I have some spare time. For now, I just want our existing build scripts to run fast, and we use a lot of Ant-Contrib, so I

Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread Peter Reilly
I concur, please create a bugzilla entry for this. Also, ant 1.8 contains a new task - which allows an alternative to using the antcontrib variable task. Peter On Mon, Mar 22, 2010 at 3:16 PM, Stefan Bodewig wrote: > On 2010-03-22, wrote: > >> I could track the performance leak down to the A

Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread Stefan Bodewig
On 2010-03-22, wrote: > I could track the performance leak down to the Ant-Contrib "variable" > task. As you wrote, it seems this task has slowed down since the string > gets longer with each invocation. OK, so we know where to look. > BTW, I'm using a path based on a fileset, but the (undocume

Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread christoph . grothaus
Stefan Bodewig wrote on 22.03.2010 14:04:54: > This could mean the "variable" task has been slowed down (since the > string gets longer with each invocation) or the loop itself has been > slowed down. Can you isolate the two possibilities by not doing > anything inside the loop? > > I'm not to

Re: Performance dropped with Ant version 1.8.0

2010-03-22 Thread Stefan Bodewig
On 2010-03-22, wrote: > I upgraded from Ant version 1.7.1 to version 1.8.0 and noticed that the > performance of my build dropped dramatically. I tracked down the > performance loss to an area of my build script where I operate heavily > with the Ant-Contrib "For" and "Variable" tasks on a path-l

Performance dropped with Ant version 1.8.0

2010-03-22 Thread christoph . grothaus
Hello Ant users, I upgraded from Ant version 1.7.1 to version 1.8.0 and noticed that the performance of my build dropped dramatically. I tracked down the performance loss to an area of my build script where I operate heavily with the Ant-Contrib "For" and "Variable" tasks on a path-like structu