You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Tom Davies <to...@optushome.com.au> on 2001/03/23 15:23:27 UTC

Iteration?

My apologies if this is an FAQ, but...

Is there any way to iterate over a file set in Ant?

I want to search a directory subtree for a particular pattern, and then execute a task for each file/directory that matches.

Can I access the members of a fileset from a <script /> task? That would do.

Tom