Venkata Krishnan wrote:
Ok... seems like this is the problem.  I changed my local repo to another
location and it works. I think having spaces in the names of directory for
the maven local repo is a problem.

I picked up the hint from "java.lang.NoClassDefFoundError: and" and my local
maven repo directory root has 'and in it.

- Venkat

OK could you try to change in databinding-jaxb/pom.xml?
-Djava.endorsed.dirs=${settings.localRepository}/javax/xml/bind/jaxb-api/2.1
to
-Djava.endorsed.dirs="${settings.localRepository}/javax/xml/bind/jaxb-api/2.1"

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to