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
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
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.
-