On Sat, Mar 29, 2008 at 8:03 PM, SKService <[EMAIL PROTECTED]> wrote:
>
>  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

This series of errors seems very odd. It almost seems as if you might
have some corrupt JARs. I suggest removing the local Maven repo and
doing the build again so that it downloads everything again.

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/

Reply via email to