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

Loading list of files

2005-12-06 Thread Ephi Sachs
How can I concat an ordered specific list of files, without hardcodng the list in the Ant script? i.e. I would like to have a file which contains a list of the files to be concatted, and then read the list of files from this file and concat them. Thanks, Ephi