[Cosmo-dev] DOM parsers in Cosmo
Brian Moseley
bcm at osafoundation.org
Thu Jul 27 10:03:49 PDT 2006
On 7/26/06, Vinubalaji Gopal <vinu at osafoundation.org> wrote:
> 3). It took hours to find out which library was causing the problem and
> finally I found that maven was
> using /usr/local/maven-1.0.2/lib/endorsed/xml-apis-1.0.b2.jar. Removing
> this file solved the problem :).
you should send this message to the maven list and ask if this is the
appropriate solution.
> I assume that the value of the CLASSPATH will determine the package that
> will be used or is there any other way using which java finds the right
> package?
yep. maven probably puts all the jars in its lib dirs in the classpath
ahead of the jars you've identified as dependencies in the build file.
More information about the cosmo-dev
mailing list