Thankyou Guys, for your effort in explaining things. The proxy setting wasn't done; so after fixing it the download problem was resolved. But, I'm still stuck. The following command sequence, $ maven -Dmaven.test.skip=true -Pstep1 install worked and downloaded and build a lot of the stuff.
But it got stuck with the below error. Do you think my download is not proper? Is it servicemix or maven. I'm on Maven 2.0.8 and servicemix 3.2.1 and everything is on Windows XP. Please take a look at the build failure that's being pointed out (This is a snapshot of what was available on the screen after the above mentioned command sequence got completed): Warning, could not load class: org.apache.servicemix.expression.MessageVariableResolver: java.lang.ClassNotFoundException: org.apache.servicemix.expressi geVariableResolver Warning, could not load class: org.apache.servicemix.jbi.jaxp.SourceTransformer: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.jaxp.SourceT er Warning, could not load class: org.apache.servicemix.expression.MessageVariableResolver: java.lang.ClassNotFoundException: org.apache.servicemix.expressi geVariableResolver [INFO] Generating XSD file: C:\codebase\Practice\apache-servicemix-3.2.1\src\core\servicemix-core\target\xbean\servicemix.xsd for namespace: http://servi ache.org/config/1.0 [INFO] Generating WIKI documentation file: C:\codebase\Practice\apache-servicemix-3.2.1\src\core\servicemix-core\target\xbean\servicemix.xsd.wiki for nam http://servicemix.apache.org/config/1.0 Warning, could not load class: org.apache.servicemix.jbi.container.SubscriptionSpec: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.containe iptionSpec Warning, could not load class: org.apache.servicemix.jbi.container.ActivationSpec: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.container. onSpec Warning, could not load class: org.apache.servicemix.jbi.container.DeploySupport: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.container.D port Warning, could not load class: org.apache.servicemix.jbi.nmr.flow.Flow: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.nmr.flow.Flow Warning, could not load class: org.apache.servicemix.jbi.management.BaseSystemService: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.manage eSystemService Warning, could not load class: org.apache.servicemix.jbi.security.keystore.KeystoreInstance: java.lang.ClassNotFoundException: org.apache.servicemix.jbi. .keystore.KeystoreInstance Warning, could not load class: org.apache.servicemix.jbi.nmr.flow.Flow: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.nmr.flow.Flow Warning, could not load class: org.apache.servicemix.jbi.container.ActivationSpec: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.container. onSpec Warning, could not load class: org.apache.servicemix.jbi.management.BaseSystemService: java.lang.ClassNotFoundException: org.apache.servicemix.jbi.manage eSystemService [INFO] ...done. [INFO] [build:copy {execution: default}] [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 337 source files to C:\codebase\Practice\apache-servicemix-3.2.1\src\core\servicemix-core\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure error: error reading C:\Documents and Settings\119641\.m2\repository\xalan\xalan\2.7.0\xalan-2.7.0.jar; error in opening zip file C:\codebase\Practice\apache-servicemix-3.2.1\src\core\servicemix-core\src\main\java\org\apache\servicemix\tck\SpringTestSupport.java:[46,24] package org. path does not exist C:\codebase\Practice\apache-servicemix-3.2.1\src\core\servicemix-core\src\main\java\org\apache\servicemix\tck\SpringTestSupport.java:[101,8] cannot find symbol : class CachedXPathAPI location: class org.apache.servicemix.tck.SpringTestSupport C:\codebase\Practice\apache-servicemix-3.2.1\src\core\servicemix-core\src\main\java\org\apache\servicemix\tck\SpringTestSupport.java:[101,44] cannot find symbol : class CachedXPathAPI location: class org.apache.servicemix.tck.SpringTestSupport [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 67 minutes 31 seconds [INFO] Finished at: Fri Mar 28 11:01:44 GMT+05:30 2008 [INFO] Final Memory: 35M/63Mf -- View this message in context: http://www.nabble.com/Problem-importing-Servicemix-to-eclipse-tp16279371s12049p16377611.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
