Hi, I need to import the Servicemix library to Eclipse so I can import "org.apache.servicemix.jms.endpoints.DefaultConsumerMarshaler" among others. I tried to follow the guide on the website (http://servicemix.apache.org/importing-servicemix-into-eclipse.html), but I get errors with both Servicemix version 3.2.3 and 3.3.1. The only thing I do is to download the Servicemix source code and execute the command: "mvn -Dmaven.test.skip=true -P=step1".
You can see screenshots of the errors here: http://www.henriksenweb.com/Documents/323.png http://www.henriksenweb.com/Documents/311.png or below 3.2.3: Project ID: unknown POM Location: C:\Users\Kenneth Henriksen\Desktop\apache-servicemix-3.2.3-src\apache-servicemix-3.2.3\src\common\servicemix-soap\pom.xml Reason: Parse error reading POM. Reason: Unrecognised association: 'groupId' (position: START_TAG seen ...<exclusions>\n <groupId>... @59:20) for project unknown at C:\Users\Kenneth Henriksen\Des ktop\apache-servicemix-3.2.3-src\apache-servicemix-3.2.3\src\common\servicemix-soap\pom.xml 3.3.1: Project ID: org.apache.servicemix:servicemix-build Reason: Error getting POM for 'org.apache.servicemix:servicemix-build' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifac t's metadata. org.apache.servicemix:servicemix-build:pom:1.1-SNAPSHOT from the specified remote repositories: apache.snapshots (http://repository.apache.org/snapshots), central (http://repo1.maven.org/maven2) for project org.apache.servicemix:servicemix-build Please give some advice, I can't continue my work before I can test from Eclipse. Kind regards, Kenneth Henriksen -- View this message in context: http://old.nabble.com/Problem-importing-Servicemix-library-to-Eclipse-tp26762700p26762700.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
