is that one of the JARs that provides a regexp to Ant? When you added the classloader, was it inside a <properties/> element?
On Thu, 23 Sep 2004 12:55:57 -0400, Charles Daniels <[EMAIL PROTECTED]> wrote: > Anybody have any suggestions on this? > > > > > -----Original Message----- > > From: Charles Daniels [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 17, 2004 8:35 AM > > To: Maven Users List > > Subject: No supported regular expression matcher found > > > > > > Hi All, > > > > I am trying to use the regexp matcher within the ant:copy task, > > but get the > > message "No supported regular expression matcher found". I have tried > > adding the following dependency to my dependencies list: > > > > <dependency> > > <groupId>regexp</groupId> > > <artifactId>regexp</artifactId> > > <version>1.3</version> > > </dependency> > > > > However, this doesn't help. I've also tried it with > > <classloader>root</classloader>, but that doesn't work either. I searched > > the archives, but couldn't find any postings regarding this issue. Does > > anybody know how to get the regexp mapper to see the regexp library using > > JDK 1.3? (Note: If I use JDK 1.4, there's no problem. However, > > I need this > > to work with JDK 1.3). > > > > Thanks, > > Chuck > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
