2008/6/9 ivan <[EMAIL PROTECTED]>: > Hi team! > > I need to build last release of SM 3.2.1. But when executing "mvn > -Dmaven.test.skip=true -Pstep2,nochecks install" I got exception: > > [INFO] Building ServiceMix :: Geronimo :: Deployer service > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > Downloading: > http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository/org/apache/axis2/ > axis2-jaxws-api/1.3-r562247/axis2-jaxws-api-1.3-r562247.pom > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/axis2/axis2-jaxws-api/1.3 > -r562247/axis2-jaxws-api-1.3-r562247.pom > Downloading: > http://people.apache.org/repo/m2-incubating-repository/org/apache/axis2/axis2-jaxws-api > /1.3-r562247/axis2-jaxws-api-1.3-r562247.pom > Downloading: > http://repository.codehaus.org/org/apache/axis2/axis2-jaxws-api/1.3-r562247/axis2-jaxws > -api-1.3-r562247.pom > Downloading: > http://172.16.140.101:80/maven-proxy-webapp/repository/org/apache/axis2/axis2-jaxws-api > /1.3-r562247/axis2-jaxws-api-1.3-r562247.pom > Downloading: > http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository/org/apache/axis2/ > axis2-saaj-api/1.3-r562247/axis2-saaj-api-1.3-r562247.pom > Downloading: > http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/axis2/axis2-saaj-api/1.3- > r562247/axis2-saaj-api-1.3-r562247.pom > Downloading: > http://people.apache.org/repo/m2-incubating-repository/org/apache/axis2/axis2-saaj-api/ > 1.3-r562247/axis2-saaj-api-1.3-r562247.pom > Downloading: > http://repository.codehaus.org/org/apache/axis2/axis2-saaj-api/1.3-r562247/axis2-saaj-a > pi-1.3-r562247.pom > Downloading: > http://172.16.140.101:80/maven-proxy-webapp/repository/org/apache/axis2/axis2-saaj-api/ > 1.3-r562247/axis2-saaj-api-1.3-r562247.pom > [INFO] [xmlbeans:xmlbeans {execution: default}] > [INFO] All schema objects are up to date. > [INFO] [build:copy {execution: default}] > [INFO] [groovy:execute {execution: default}] > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Invalid value for 'source' parameter; contains nested elements
This is a known issue with the XFire WsGen task as noted on the building page here: http://servicemix.apache.org/building.html#Building-Gettingstarted But the latest workaround I've found is to comment out the Geronimo module in the platform pom.xml. This allowed me to complete a fresh build the entire 3.2.1 codebase without existing local Maven repository. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
