ibraries/ivy-Repository/gen-content.xml:54: The following
> error occurred while executing this line:
> /home/tina/opt/JavaLibraries/ivy-Repository/gen-content.xml:63: No supported
> regular expression matcher found
>
> I don't understand this error because i use JDK 1.5
error occurred while executing this line:
/home/tina/opt/JavaLibraries/ivy-Repository/gen-content.xml:63: No supported
regular expression matcher found
I don't understand this error because i use JDK 1.5 - therefore i shouldn't need
some 3rd party libraries cause the regex funcionali
ome/tina/opt/JavaLibraries/ivy-Repository/gen-content.xml:54: The following
error occurred while executing this line:
/home/tina/opt/JavaLibraries/ivy-Repository/gen-content.xml:63: No supported
regular expression matcher found
I don't understand this error because i use JDK 1.5 - therefore i shoul
Hello Benjamin,
I did not look into the source code of the propertyregex task (from
ant-contrib), but if it behaves like other regular expression based ant
tasks,
maybe it uses the same mechanism like ant to find out a regular
expression implementation.
The property |ant.regexp.regexpimpl| govern
Hi there.
I'm using the propertyregex task - or at least I'd love to. I get the
exception given in the message subject when I try to run ant with my
buildfile.
I'm using java 1.5 and rely on regexps quite heavily.. Since the
platform supports them: What's the dependency here? Checking googl