Re: regexp recognition over a group of files

2006-09-16 Thread Antoine Levy-Lambert
Hello Michael, http://ant.apache.org/manual/CoreTypes/selectors.html#containsselect The above link describes what you are looking for. Regards, Antoine Original-Nachricht Datum: Sat, 16 Sep 2006 14:24:13 -0600 Von: "Michael Sorens" <[EMAIL PROTECTED]> An: user@ant.apache.org B

Re: regexp recognition over a group of files

2006-09-16 Thread michael sorens
I took another look at contains and containsregexp -- my mistake! These do operate on contents, not names. The documentation is ambiguous on the point. Sorry for the trouble. On Sat, 16 Sep 2006 14:41:27 -0700, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hello Michael, > > http://ant.apa

Re: regexp recognition over a group of files

2006-09-16 Thread Michael Sorens
You missed a key fact in your response--I was careful in my problem statement to say that I am looking for a list of files where the *contents* -- not the file names -- contain a given regexp. How about an approach for this? I could not see how to manage it with ant or ant-contrib tasks. -