I had the same problem, but after upgrading to Maven to 2.0.7 and executing mvn -Dmaven.test.skip=true install it worked fine.
-----Original Message----- From: Ryan Moquin [mailto:[EMAIL PROTECTED] Sent: Saturday, September 22, 2007 1:06 PM To: [email protected] Subject: Building the latest Servicemix 3.2 from source I'm working on building the latest servicemix from source, but I ran into a problem. I'm building it against CXF 2.0.2, it doesn't look like that's the problem, but I'm guessing it could be. Can anyone confirm whether it is, or if it's something else? Thanks! [INFO] ------------------------------------------------------------------------ ---- [INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181 [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ ---- [INFO] [xfire:wsgen {execution: default}] [INFO] Executing XFire WsGen task with url: file:/C:/java_3rd_party/servicemix/servicemix-src/samples/wsdl-first/wsd l-fir st-jsr181-su/src/main/resources/person.wsdl [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] command execution failed Embedded error: java.lang.ClassNotFoundException: step2 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 minutes 36 seconds [INFO] Finished at: Sat Sep 22 12:58:57 EDT 2007 [INFO] Final Memory: 64M/127M [INFO] ------------------------------------------------------------------------
