Re: No supported regular expression matcher found

2006-10-05 Thread Antoine Levy-Lambert
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

Re: No supported regular expression matcher found

2006-09-27 Thread Mark Miller
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

No supported regular expression matcher found

2006-09-27 Thread Tina Meier
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

Re: No supported regular expression matcher found

2006-01-23 Thread Antoine Levy-Lambert
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

No supported regular expression matcher found

2006-01-23 Thread Benjamin Podszun
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