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]

Reply via email to