Hello,

for getting a list of files maybe the fileutil-Task
(http://antelope.tigris.org/docs/manual/bk03ch12.html) is useful and
the propertyregex-Task (ant-contrib) could help to manage pattern matching.

Regards

Frank

Quoting Mathieu Champlon <[EMAIL PROTECTED]>:

> Hello,
>
> The <for> task from ant-contrib is probably what you are looking for :
> http://ant-contrib.sourceforge.net/tasks/tasks/for.html
>
> MAT.
>
> Iván Pérez Domínguez a écrit :
> > Hi there!
> >
> > I've written a macrodef that takes a file name as an argument and tests
> > it with a specific command. I'd like to run this macrodef over a set of
> > files, but the program I test can only get one input file at each time.
> > I'd also like to be able to use pattern matching, such as "*.o" or
> > "*.cpp" for these input files.
> >
> > Is there any existing task that can help me on this purpose? Do I have
> > to write my own ANT loop-over-fileset task in Java to do it?
> >
> > Cheers
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to