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 supports it.  In your case the implementation most likely
is java.util.regex which claims to support negative lookahead using the
same syntax you use.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to