Hi, I want to copy files with ant.
For the definition of the filenames, I want to use a properties file. f.e.: file.copy.1=file1.txt file.copy.2=file2.txt file.copy.3=file3.txt file.copy.4=file4.txt file.copy.5=file5.txt ... The number of files is dynamic. How can I do this whith ant? Is this possible? kind regards, Frank
