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
- Re: Boot classpath Julien Ruaux
- Re: Boot classpath Jefferson K. French
- RE: Boot classpath Julien Ruaux
- Re: Boot classpath Jefferson K. French
- RE: Boot classpath dion
