Pat, I have posted a message in order to ask which JDK should be used. It seems that the error that we have come from the fact that there is a dependency error between the JDK used (5_0_15) )and JAXB2. The code to be compiled here use JAXB2 which is now included in JDK 6 but there is a dependency in the POM pointing in the maven repository to com/sun/xml/bind/jaxb-impl/jaxb-impl-2.1.4.jar. In consequence everything should work but this is not the case.
Have you try to build using the following maven commands ? mvn -Dmaven.test.skip=true -Pstep1 install mvn -Dmaven.test.skip=true -Pstep2 install Regards, Charles patgrea wrote: > > > > patgrea wrote: >> >> >> Hi, >> >> I retry to rebuild all from scratch with previous jdk : jdk1.5.05 with >> the same result. Is there a specific version of java 5 to use ? Must I >> use jdk 6 ? I don't understand that starting from scratch : maven >> repository, project, jdk, the build failed for servicemix trunk. >> >> > > -- View this message in context: http://www.nabble.com/Error-to-build-servicemix-wsn2005-tp16262821s12049p16302991.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
