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
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