Hi, Just to inform that now this problem is solved but a new one is appeared in the step2. I don't understand which this error is there because I use JDK 5_0_15 ?
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure D:\Soft\opensource\apache-servicemix-3.x\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\ bean\support\BeanInfo.java:[178,27] cannot find symbol symbol : method prefix() location: interface java.lang.annotation.Annotation D:\Soft\opensource\apache-servicemix-3.x\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\ bean\support\BeanInfo.java:[178,62] cannot find symbol symbol : method uri() location: interface java.lang.annotation.Annotation D:\Soft\opensource\apache-servicemix-3.x\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\ bean\support\BeanInfo.java:[179,16] cannot find symbol symbol : class DefaultNamespaceContext location: class org.apache.servicemix.bean.support.BeanInfo D:\Soft\opensource\apache-servicemix-3.x\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\ bean\support\BeanInfo.java:[179,50] cannot find symbol symbol : class DefaultNamespaceContext location: class org.apache.servicemix.bean.support.BeanInfo D:\Soft\opensource\apache-servicemix-3.x\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\ bean\support\BeanInfo.java:[180,34] cannot find symbol symbol : method prefix() location: interface java.lang.annotation.Annotation D:\Soft\opensource\apache-servicemix-3.x\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\ bean\support\BeanInfo.java:[180,55] cannot find symbol symbol : method uri() location: interface java.lang.annotation.Annotation cmoulliard wrote: > > Hi, > > Apparently, some classes have been removed from svn repository so it is > not possible to build servicemix3 using the command : > > mvn -Dmaven.test.skip=true -Pstep1 install > > Here are the errors reported : > [INFO] Compiling 341 source files to > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Componen > tMBeanImpl.java:[46,36] package org.apache.xbean.classloader does not > exist > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Installe > rMBeanImpl.java:[37,36] package org.apache.xbean.classloader does not > exist > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Installe > rMBeanImpl.java:[38,36] package org.apache.xbean.classloader does not > exist > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\SharedLi > brary.java:[31,36] package org.apache.xbean.classloader does not exist > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\SharedLi > brary.java:[32,36] package org.apache.xbean.classloader does not exist > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\xbean\ClassLoaderXmlPr > eprocessor.java:[36,36] package org.apache.xbean.classloader does not > exist > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Componen > tMBeanImpl.java:[105,26] cannot find symbol > symbol : class DestroyableClassLoader > location: class org.apache.servicemix.jbi.framework.ComponentMBeanImpl > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Componen > tMBeanImpl.java:[106,14] cannot find symbol > symbol : class DestroyableClassLoader > location: class org.apache.servicemix.jbi.framework.ComponentMBeanImpl > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Installe > rMBeanImpl.java:[250,65] cannot find symbol > symbol : class DestroyableClassLoader > location: class org.apache.servicemix.jbi.framework.InstallerMBeanImpl > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Installe > rMBeanImpl.java:[251,18] cannot find symbol > symbol : class DestroyableClassLoader > location: class org.apache.servicemix.jbi.framework.InstallerMBeanImpl > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\Installe > rMBeanImpl.java:[327,29] cannot find symbol > symbol : class JarFileClassLoader > location: class org.apache.servicemix.jbi.framework.InstallerMBeanImpl > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\SharedLi > brary.java:[48,35] cannot find symbol > symbol : class DestroyableClassLoader > location: class org.apache.servicemix.jbi.framework.SharedLibrary > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\SharedLi > brary.java:[49,14] cannot find symbol > symbol : class DestroyableClassLoader > location: class org.apache.servicemix.jbi.framework.SharedLibrary > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\framework\SharedLi > brary.java:[81,19] cannot find symbol > symbol : class JarFileClassLoader > location: class org.apache.servicemix.jbi.framework.SharedLibrary > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\xbean\ClassLoaderXmlPr > eprocessor.java:[78,38] cannot find symbol > symbol : class JarFileClassLoader > location: class org.apache.servicemix.xbean.ClassLoaderXmlPreprocessor > > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\src\main\java\org\apache\servicemix\xbean\ClassLoaderXmlPr > eprocessor.java:[193,30] cannot find symbol > symbol : class JarFileClassLoader > location: class org.apache.servicemix.xbean.ClassLoaderXmlPreprocessor > > I see also warn message like : > > Warning, could not load class: > org.apache.servicemix.jbi.resolver.EndpointResolver: > java.lang.ClassNotFoundException: or > g.apache.servicemix.jbi.resolver.EndpointResolver > Warning, could not load class: > org.apache.servicemix.jbi.resolver.EndpointChooser: > java.lang.ClassNotFoundException: org > .apache.servicemix.jbi.resolver.EndpointChooser > Warning, could not load class: > org.apache.servicemix.jbi.messaging.PojoMarshaler: > java.lang.ClassNotFoundException: org. > apache.servicemix.jbi.messaging.PojoMarshaler > Warning, could not load class: > org.apache.servicemix.jbi.resolver.EndpointChooser: > java.lang.ClassNotFoundException: org > .apache.servicemix.jbi.resolver.EndpointChooser > Warning, could not load class: > org.apache.servicemix.jbi.security.acl.impl.AuthorizationEntry: > java.lang.ClassNotFoundEx > ception: org.apache.servicemix.jbi.security.acl.impl.AuthorizationEntry > Warning, could not load class: > org.apache.servicemix.expression.Expression: > java.lang.ClassNotFoundException: org.apache > .servicemix.expression.Expression > Warning, could not load class: > org.apache.servicemix.expression.Expression: > java.lang.ClassNotFoundException: org.apache > .servicemix.expression.Expression > Warning, could not load class: > org.apache.servicemix.jbi.jaxp.SourceTransformer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.jaxp.SourceTransformer > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: org.apache.servicemix.client.ClientFactory: > java.lang.ClassNotFoundException: org.apache. > servicemix.client.ClientFactory > Warning, could not load class: org.apache.servicemix.jbi.nmr.Broker: > java.lang.ClassNotFoundException: org.apache.servic > emix.jbi.nmr.Broker > Warning, could not load class: org.apache.servicemix.jbi.nmr.flow.Flow: > java.lang.ClassNotFoundException: org.apache.ser > vicemix.jbi.nmr.flow.Flow > Warning, could not load class: > org.apache.servicemix.expression.Expression: > java.lang.ClassNotFoundException: org.apache > .servicemix.expression.Expression > Warning, could not load class: > org.apache.servicemix.expression.Expression: > java.lang.ClassNotFoundException: org.apache > .servicemix.expression.Expression > Warning, could not load class: > org.apache.servicemix.jbi.jaxp.SourceTransformer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.jaxp.SourceTransformer > Warning, could not load class: > org.apache.servicemix.jbi.framework.AdminCommandsService: > java.lang.ClassNotFoundExceptio > n: org.apache.servicemix.jbi.framework.AdminCommandsService > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.framework.AdminCommandsService: > java.lang.ClassNotFoundExceptio > n: org.apache.servicemix.jbi.framework.AdminCommandsService > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.framework.AdminCommandsService: > java.lang.ClassNotFoundExceptio > n: org.apache.servicemix.jbi.framework.AdminCommandsService > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.security.auth.AuthenticationService: > java.lang.ClassNotFoundExc > eption: org.apache.servicemix.jbi.security.auth.AuthenticationService > Warning, could not load class: > org.apache.servicemix.jbi.container.JBIContainer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.container.JBIContainer > Warning, could not load class: > org.apache.servicemix.jbi.security.acl.AuthorizationMap: > java.lang.ClassNotFoundException > : org.apache.servicemix.jbi.security.acl.AuthorizationMap > Warning, could not load class: > org.apache.servicemix.jbi.nmr.flow.FlowChooser: > java.lang.ClassNotFoundException: org.apa > che.servicemix.jbi.nmr.flow.FlowChooser > Warning, could not load class: > org.apache.servicemix.jbi.resolver.EndpointChooser: > java.lang.ClassNotFoundException: org > .apache.servicemix.jbi.resolver.EndpointChooser > Warning, could not load class: > org.apache.servicemix.jbi.resolver.EndpointChooser: > java.lang.ClassNotFoundException: org > .apache.servicemix.jbi.resolver.EndpointChooser > Warning, could not load class: > org.apache.servicemix.jbi.nmr.SubscriptionManager: > java.lang.ClassNotFoundException: org. > apache.servicemix.jbi.nmr.SubscriptionManager > Warning, could not load class: > org.apache.servicemix.jbi.resolver.SubscriptionFilter: > java.lang.ClassNotFoundException: > org.apache.servicemix.jbi.resolver.SubscriptionFilter > Warning, could not load class: > org.apache.servicemix.jbi.framework.ComponentNameSpace: > java.lang.ClassNotFoundException: > org.apache.servicemix.jbi.framework.ComponentNameSpace > Warning, could not load class: > org.apache.servicemix.jbi.jaxp.SourceTransformer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.jaxp.SourceTransformer > Warning, could not load class: > org.apache.servicemix.expression.MessageVariableResolver: > java.lang.ClassNotFoundExceptio > n: org.apache.servicemix.expression.MessageVariableResolver > Warning, could not load class: > org.apache.servicemix.jbi.jaxp.SourceTransformer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.jaxp.SourceTransformer > Warning, could not load class: > org.apache.servicemix.expression.MessageVariableResolver: > java.lang.ClassNotFoundExceptio > n: org.apache.servicemix.expression.MessageVariableResolver > Warning, could not load class: > org.apache.servicemix.jbi.jaxp.SourceTransformer: > java.lang.ClassNotFoundException: org.a > pache.servicemix.jbi.jaxp.SourceTransformer > Warning, could not load class: > org.apache.servicemix.expression.MessageVariableResolver: > java.lang.ClassNotFoundExceptio > n: org.apache.servicemix.expression.MessageVariableResolver > [INFO] Generating XSD file: > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\target\xbean\servicemix.xsd > fo > r namespace: http://servicemix.apache.org/config/1.0 > [INFO] Generating WIKI documentation file: > D:\Soft\opensource\apache-servicemix-3.x\core\servicemix-core\target\xbean\se > rvicemix.xsd.wiki for namespace: http://servicemix.apache.org/config/1.0 > Warning, could not load class: > org.apache.servicemix.jbi.container.SubscriptionSpec: > java.lang.ClassNotFoundException: o > rg.apache.servicemix.jbi.container.SubscriptionSpec > Warning, could not load class: > org.apache.servicemix.jbi.container.ActivationSpec: > java.lang.ClassNotFoundException: org > .apache.servicemix.jbi.container.ActivationSpec > Warning, could not load class: > org.apache.servicemix.jbi.container.DeploySupport: > java.lang.ClassNotFoundException: org. > apache.servicemix.jbi.container.DeploySupport > Warning, could not load class: org.apache.servicemix.jbi.nmr.flow.Flow: > java.lang.ClassNotFoundException: org.apache.ser > vicemix.jbi.nmr.flow.Flow > Warning, could not load class: > org.apache.servicemix.jbi.management.BaseSystemService: > java.lang.ClassNotFoundException: > org.apache.servicemix.jbi.management.BaseSystemService > Warning, could not load class: > org.apache.servicemix.jbi.security.keystore.KeystoreInstance: > java.lang.ClassNotFoundExce > ption: org.apache.servicemix.jbi.security.keystore.KeystoreInstance > Warning, could not load class: org.apache.servicemix.jbi.nmr.flow.Flow: > java.lang.ClassNotFoundException: org.apache.ser > vicemix.jbi.nmr.flow.Flow > Warning, could not load class: > org.apache.servicemix.jbi.container.ActivationSpec: > java.lang.ClassNotFoundException: org > .apache.servicemix.jbi.container.ActivationSpec > Warning, could not load class: > org.apache.servicemix.jbi.management.BaseSystemService: > java.lang.ClassNotFoundException: > org.apache.servicemix.jbi.management.BaseSystemService > [INFO] ...done. > > regards, > > Charles > > > -- View this message in context: http://www.nabble.com/Build-of-servicemix-3-is-impossible-today.-Root-cause-%3D-missing-classes-in-current-svn-repository------tp16299632s12049p16301112.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
