Suu Quan <[EMAIL PROTECTED]> wrote:
> But I have ant.jar in my classpath, and "jar tf ant.jar" gives me
> org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.class
> org/apache/tools/ant/util/regexp/RegexpMatcher.class
> org/apache/tools/ant/util/regexp/RegexpMatcherFactory.class
> org/apache/tools/ant/util/RegexpPatternMapper.class
>
> which is what the docs says.
>
> "The regexp mapper needs a supporting library and an implementation
> of org.apache.tools.ant.util.regexp.RegexpMatcher
Right, please see the *and* in the sentence above.
You have "an implementation of
org.apache.tools.ant.util.regexp.RegexpMatcher" (two, one for
Jakarata-ORO and one for Jakarta-Regexp) - but you don't have a
"supporting library" which would be ORO or Regexp itself.
Stefan