Re: ant-contrib foreach performance

2005-12-13 Thread Stefan Bodewig
On Tue, 13 Dec 2005, Ninju Bohra <[EMAIL PROTECTED]> wrote: > Try using the task. The task has the overhead of > having to re-load the build file as it runs the target. The > task uses macrodefs and should be much faster. > > Also if you have such a well-defined complex usage it may make sen

Re: ant-contrib foreach performance

2005-12-13 Thread Ninju Bohra
JAVA) to accomplish what you need. Ninju - Original Message From: Ephi Sachs <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Tuesday, December 13, 2005 11:53:41 AM Subject: ant-contrib foreach performance I have a task which runs on a list of >1000 strings, and calls an

ant-contrib foreach performance

2005-12-13 Thread Ephi Sachs
I have a task which runs on a list of >1000 strings, and calls an ant task which extracts 2 sub-strings, interprets them as numbers, calculates their sum, and replaces the 2 sub-strings with their sum (this is done by writing the sub-strings to a properties file, loading it and using the task). T