Re: No supported regular expression matcher found

2006-10-05 Thread Antoine Levy-Lambert
Hello Tina, Tina Meier wrote: > Hello, > > forgive me if this is obvious but i've been struggling with this for a few > days and i'm at the end of my wisdom. > > So: i would like to use ant to create an overview of my ivy repository (like > described at http://www.jayasoft.fr/org/ivyrep/ - in t

Re: No supported regular expression matcher found

2006-09-27 Thread Mark Miller
See if ant-nodeps.jar is on you classpath. When I ran into the same error in another context I truly did not have a regex imp on the classpath. Hope that works for you. m On 9/27/06, Tina Meier <[EMAIL PROTECTED]> wrote: Hello, forgive me if this is obvious but i've been struggling with this

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