Hi,
 
I am facing a problem with the boot classpath set up by maven. Indeed
Maven apparently adds xerces.jar to the boot classpath, thus preventing
my tests from running in the same context as with Junit textual runner.
In the former the Xerces XML parser is used, in the latter Crimson (from
JDK1.4) is used. What can I do to solve that issue ?
 
Thanks,
 
Julien

Reply via email to