On 2011-11-10, Steve Amerige wrote:
>
>
>
>
>
>
your first three properties
> prefix="a.b."/>
All Ant properties except for those that start with a.b.
>
>
>
>
All Ant properties including the ones that start with a.b as they are
part of the plus set.
> If what I'm looking to find
On 2011-11-09, Steve Amerige wrote:
> Is negative lookahead supported at all in Ant 1.7 and higher
> (Ant-Contrib, too)? Maybe my syntax is off:
In general regex suppprt in Ant (not sure about Antcontrib) is provided
by a pluggable implementation so the question is whether said
implementation su
e propertyset type has a negate attribute. maybe that will help you.
http://ant.apache.org/manual/Types/propertyset.html
--------
*From:* Steve Amerige
*To:* Ant Users List
*Sent:* Thursday, November 10, 2011 4:50 AM
*Subject:* Re: Nega
The propertyset type has a negate attribute. maybe that will help you.
http://ant.apache.org/manual/Types/propertyset.html
From: Steve Amerige
To: Ant Users List
Sent: Thursday, November 10, 2011 4:50 AM
Subject: Re: Negative Lookahead and Regexp
Hi all,
So
Hi all,
So, I'm guessing that Ant 1.7+ (with optional Ant-Contrib) doesn't support
negative lookahead regex searches.
So, I'm refocusing on the main objective here: I want a propertyset that excludes properties matching certain patterns. Any idea as
to how to accomplish this?
Thanks!
Steve