Have you tried http://ant.apache.org/manual/CoreTypes/selectors.html#regexpselect ? Then you got the 'problem' of correctly masking the regexp.
Jan > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 20. Mai 2008 07:57 > An: user@ant.apache.org > Betreff: generate file list with parameterized regexp > > > I am ant-challenged today: I want to find a set of files in a > tree matching > a given regular expression. The catch is that the regexp is > not constant, > but is a function of the file name. I have tried permutations of > pathconvert, for loops, and loadfile, filterchain, and > linecontainsregexp, > stumbling when I could not change the property loaded from > loadfile after > its initial value. Any suggestions? > > --------------------------------------------------------------------- > 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]