On Thu, 26 Jul 2001, Natalia Bello <[EMAIL PROTECTED]> wrote:
> <pathelement location="d:/jxunit3.0.0/jars/crimson.jar"/>
> <pathelement location="d:/jxunit3.0.0/jars/jaxp1.1.jar"/>
>
> and i get
>
> java.lang.LinkageError: loader constraints violated when linking
> org/xml/sax/XMLReader class at
You have two different XML parsers in your classpath, one from
ANT_HOME/lib and one here.
It may be the best solution to remove jaxp.jar and parser.jar from
ANT_HOME/lib and replace them with the two jars quoted above.
Stefan