On Tuesday, September 9, 2003, at 11:10 AM, Thorsten Möller wrote:
Erik Hatcher <[EMAIL PROTECTED]> wrote:
There already is a in the latest version of Ant.
Uups, I didn't see this because I only worked with Ant 1.5.x.
Always best to check with the latest codebase when adding new features
:)
I h
Erik Hatcher <[EMAIL PROTECTED]> wrote:
> There already is a in the latest version of Ant.
Uups, I didn't see this because I only worked with Ant 1.5.x.
> I'm
> not sure how the implementations compare. Could you compare yours
> with it and offer any benefits yours has as a patch against the HE
There already is a in the latest version of Ant. I'm
not sure how the implementations compare. Could you compare yours with
it and offer any benefits yours has as a patch against the HEAD version
of Ant's codebase?
Erik
On Friday, September 5, 2003, at 02:18 PM, Thorsten Möller wrot
Hi,
I wrote a new selector named "ContainsRegexpSelector". It works pretty much
the same like the "ContainsSelector" except that it uses a regular
expression to decide wheter including a file in a particular fileset.
Because I think there is a commond need for such a selector I would donate
the co