Re: Executing a task for a list of files

2006-02-03 Thread Matt Benson
Use from antcontrib. Note: you don't truly want an ; you want a macro. Macros are far less expensive in terms of memory and therefore, execution time. Pre Ant 1.6, antcontrib had a task that used antcalls. Modern uses macrodefs. HTH, Matt --- ar <[EMAIL PROTECTED]> wrote: > > Hi all, >

Executing a task for a list of files

2006-02-03 Thread ar
Hi all, I have a directory with a list of properties files. I'd like to execute an ant target for each of these files : file1.properties file2.properties file3.properties I want to do an AntCall for *.properties files I don't know nor