I think your environment is not properly set for compilation.
The java compiler fails saying that 1.5 is not a valid target release.
This means that the compiler that is used is the 1.4 version.
Check your environment.
You should see the version used by typing:
java -version
on the command line.
Cheers,
Guillaume Nodet
Ranga Nathan wrote:
I have tried my best to install servicemix from source on my SuSE 9.2
box. Yes I did download jsdk 5 + Netbeans from Sun. Alas all failed.
Please see attached 'make' output.
So I downloaded the binary and tried it. I created CLASSPATH using a
perl script to pull in all jars from the 'lib' and 'optional'
directories. The classpath looks like this:
/opt/servicemix/lib/activemq-3.2.jar;/opt/servicemix/lib/optional/activecluster-1.1-SNAPSHOT.jar;/opt/servicemix/lib/optional/activesoap-1.0-SNAPSHOT.jar;/opt/servicemix/lib/optional/antlr-2.7.5.jar;/opt/servicemix/lib/optional/axis-1.3.jar;/opt/servicemix/lib/optional/commons-codec-1.3.jar;/opt/servicemix/lib/optional/commons-dbcp-1.2.jar;/opt/servicemix/lib/optional/commons-discovery-0.2.jar;/opt/servicemix/lib/optional/commons-httpclient-3.0-rc2.jar;/opt/servicemix/lib/optional/commons-net-1.4.0.jar;/opt/servicemix/lib/optional/commons-vfs-20050307052300.jar;/opt/servicemix/lib/optional/derby-10.1.1.0.jar;/opt/servicemix/lib/optional/drools-all-jdk1.4-2.1.jar;/opt/servicemix/lib/optional/geronimo-spec-javamail-1.3.1-rc5.jar;/opt/servicemix/lib/optional/geronimo-spec-servlet-2.4-rc4.jar;/opt/servicemix/lib/optional/hsqldb-1.7.3.3.jar;/opt/servicemix/lib/optional/http-20051026.jar;/opt/servicemix/lib/optional/janino-2.3.2.jar;/opt/servicemix/lib/optional/jasper-compiler-4.2.20RC0.jar;/opt/servicemix/lib/optional/jasper-runtime-4.2.20RC0.jar;/opt/servicemix/lib/optional/jaxb-api-20051026.jar;/opt/servicemix/lib/optional/jaxb-impl-20051026.jar;/opt/servicemix/lib/optional/jaxb-xjc-20051026.jar;/opt/servicemix/lib/optional/jaxen-1.1-beta-8.jar;/opt/servicemix/lib/optional/jaxws-api-20051026.jar;/opt/servicemix/lib/optional/jaxws-rt-20051026.jar;/opt/servicemix/lib/optional/jdom-1.0.jar;/opt/servicemix/lib/optional/jsr181-api-20051026.jar;/opt/servicemix/lib/optional/jsr250-api-20051026.jar;/opt/servicemix/lib/optional/log4j-1.2.12.jar;/opt/servicemix/lib/optional/ojdbc14.jar;/opt/servicemix/lib/optional/oraclexsql.jar;/opt/servicemix/lib/optional/org.mortbay.jetty-4.2.20RC0.jar;/opt/servicemix/lib/optional/oro-2.0.8.jar;/opt/servicemix/lib/optional/quartz-1.4.5.jar;/opt/servicemix/lib/optional/rome-0.5.jar;/opt/servicemix/lib/optional/saaj-api-20051026.jar;/opt/servicemix/lib/optional/saaj-impl-20051026.jar;/opt/servicemix/lib/optional/sjsxp-20051026.jar;/opt/servicemix/lib/optional/wsif-2.0.1_IB3.jar;/opt/servicemix/lib/optional/wsif-j2c-2.0.1_IB3.jar;/opt/servicemix/lib/optional/xbean-2.0.0.jar;/opt/servicemix/lib/optional/xfire-all-1.0-20051107.201226.jar;/opt/servicemix/lib/optional/xmlparserv2.jar;/opt/servicemix/lib/optional/xstream-1.1.2.jar;/opt/servicemix/lib/optional/xsu12.jar;/opt/servicemix/lib/optional/yom-1.0-alpha-2.jar
Version: servicemix-2.0.1
When I run servicemix, after copious messages I get this the following
output....
javax.xml.transform.TransformerException: XSL-1103: (Fatal Error)
DOMResult can not be this kind of node.
at
oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:683)
at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:243)
at
org.activemq.spring.ActiveMQBeanDefinitionReader.transformDocument(ActiveMQBeanDefinitionReader.java:97)
at
org.activemq.spring.ActiveMQBeanDefinitionReader.registerBeanDefinitions(ActiveMQBeanDefinitionReader.java:53)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:163)
at
org.activemq.spring.ActiveMQBeanFactory.<init>(ActiveMQBeanFactory.java:86)
at
org.activemq.spring.ActiveMQBeanFactory.<init>(ActiveMQBeanFactory.java:57)
at
org.activemq.spring.SpringBrokerContainerFactory.createBrokerContainer(SpringBrokerContainerFactory.java:86)
at
org.activemq.spring.SpringBrokerContainerFactory.newInstance(SpringBrokerContainerFactory.java:56)
at
org.activemq.spring.SpringBrokerContainerFactory.newInstance(SpringBrokerContainerFactory.java:47)
at
org.activemq.spring.BrokerFactoryBean.afterPropertiesSet(BrokerFactoryBean.java:52)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1058)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getType(AbstractBeanFactory.java:342)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.isBeanTypeMatch(DefaultListableBeanFactory.java:249)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:144)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:198)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:192)
at
org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:606)
at
org.jencks.factory.GeronimoTransactionManagerFactoryBean.getTransactionContextManager(GeronimoTransactionManagerFactoryBean.java:69)
at
org.jencks.factory.GeronimoTransactionManagerFactoryBean.getObject(GeronimoTransactionManagerFactoryBean.java:47)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForSharedInstance(AbstractBeanFactory.java:806)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:235)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1012)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:823)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:318)
at
org.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:158)
at
org.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:48)
at org.servicemix.Main.main(Main.java:50)
------------------------------------------------------------------------
ilt2:/opt/servicemix/servicemix-2.0.1 # /opt/maven-1.0.2/bin/maven clean test
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
init:
[echo] init basedir=/opt/servicemix/servicemix-2.0.1
clean:
[echo] +----------------------------------------
[echo] | Cleaning: /opt/servicemix/servicemix-2.0.1/jbi
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: /opt/servicemix/servicemix-2.0.1/core
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: /opt/servicemix/servicemix-2.0.1/components/base
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: /opt/servicemix/servicemix-2.0.1/components/jaxws
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: /opt/servicemix/servicemix-2.0.1/components/xfire
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: /opt/servicemix/servicemix-2.0.1/assembly
[echo] +----------------------------------------
[echo]
Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
14K downloaded
Attempting to download commons-jelly-tags-log-20030211.142821.jar.
8K downloaded
Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
7K downloaded
Attempting to download velocity-1.4-dev.jar.
505K downloaded
Attempting to download velocity-dvsl-0.45.jar.
25K downloaded
Attempting to download isorelax-20030108.jar.
188K downloaded
Attempting to download jing-20030619.jar.
475K downloaded
Attempting to download commons-net-1.1.0.jar.
139K downloaded
Attempting to download jsch-0.1.5.jar.
79K downloaded
test:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:
ServiceMix :: JBI
ServiceMix :: Core
ServiceMix :: Components
ServiceMix :: JAXWS
ServiceMix :: XFire
ServiceMix :: Assembly
+----------------------------------------
| Gathering project list ServiceMix :: JBI
| Memory: 6M/8M
+----------------------------------------
+----------------------------------------
| Gathering project list ServiceMix :: Core
| Memory: 6M/8M
+----------------------------------------
+----------------------------------------
| Gathering project list ServiceMix :: Components
| Memory: 6M/8M
+----------------------------------------
+----------------------------------------
| Gathering project list ServiceMix :: JAXWS
| Memory: 6M/8M
+----------------------------------------
+----------------------------------------
| Gathering project list ServiceMix :: XFire
| Memory: 6M/8M
+----------------------------------------
+----------------------------------------
| Gathering project list ServiceMix :: Assembly
| Memory: 6M/8M
+----------------------------------------
Starting the reactor...
Our processing order:
ServiceMix :: JBI
ServiceMix :: Core
ServiceMix :: Components
ServiceMix :: JAXWS
ServiceMix :: XFire
ServiceMix :: Assembly
+----------------------------------------
| Executing test ServiceMix :: JBI
| Memory: 6M/8M
+----------------------------------------
Attempting to download geronimo-spec-activation-1.0.2-rc4.jar.
30K downloaded
Attempting to download mx4j-3.0.1.jar.
398K downloaded
multiproject:goal:
build:start:
java:prepare-filesystem:
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/jbi/target/classes
java:compile:
[echo] Compiling to /opt/servicemix/servicemix-2.0.1/jbi/target/classes
[javac] Compiling 27 source files to
/opt/servicemix/servicemix-2.0.1/jbi/target/classes
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/jbi/target/test-classes
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/jbi/target/test-reports
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
+----------------------------------------
| Executing test ServiceMix :: Core
| Memory: 8M/10M
+----------------------------------------
Attempting to download servicemix-jbi-2.0.1.jar.
14K downloaded
Attempting to download mx4j-remote-3.0.1.jar.
167K downloaded
Attempting to download commons-logging-1.0.4.jar.
37K downloaded
Attempting to download log4j-1.2.12.jar.
349K downloaded
Attempting to download backport-util-concurrent-2.0_01_pd.jar.
240K downloaded
Attempting to download wsdl4j-1.5.1.jar.
123K downloaded
Attempting to download jaxen-1.1-beta-8.jar.
226K downloaded
Attempting to download wstx-asl-2.0.3.jar.
370K downloaded
Attempting to download xercesImpl-2.7.1.jar.
1175K downloaded
Attempting to download xml-apis-1.3.02.jar.
189K downloaded
Attempting to download xalan-2.7.0.jar.
2666K downloaded
Attempting to download spring-1.2.5.jar.
1827K downloaded
Attempting to download geronimo-spec-servlet-2.4-rc4.jar.
84K downloaded
Attempting to download xbean-spring-2.0.jar.
89K downloaded
Attempting to download qdox-1.5.jar.
77K downloaded
Attempting to download lingo-1.0.jar.
41K downloaded
Attempting to download xmlpublic-2.0.0.jar.
415K downloaded
Attempting to download xbean-2.0.0.jar.
2467K downloaded
Attempting to download activecluster-1.1-SNAPSHOT.jar.
Attempting to download derby-10.1.1.0.jar.
2092K downloaded
Attempting to download simple-jndi-0.11.1.jar.
40K downloaded
test:
build:end:
build:start:
java:prepare-filesystem:
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/core/target/classes
java:compile:
[echo] Compiling to /opt/servicemix/servicemix-2.0.1/core/target/classes
[javac] Compiling 208 source files to
/opt/servicemix/servicemix-2.0.1/core/target/classes
/opt/servicemix/servicemix-2.0.1/core/src/main/java/org/servicemix/expression/JaxenVariableContext.java:93:
warning: getenv(java.lang.String) in java.lang.System has been deprecated
answer = System.getProperty(System.getenv(localPart));
^
/opt/servicemix/servicemix-2.0.1/core/src/main/java/org/servicemix/expression/MessageVariableResolver.java:71:
warning: getenv(java.lang.String) in java.lang.System has been deprecated
answer = System.getProperty(System.getenv(localPart));
^
2 warnings
xbean:generate:
[xsdGenerate] Generating META-INF properties file:
/opt/servicemix/servicemix-2.0.1/core/target/generated/META-INF/services/org/xbean/spring/http/servicemix.org/config/1.0
for namespace: http://servicemix.org/config/1.0
[xsdGenerate] Generating HTML documentation file:
/opt/servicemix/servicemix-2.0.1/core/target/servicemix.xsd.html for namespace:
http://servicemix.org/config/1.0
[xsdGenerate] Generating XSD file:
/opt/servicemix/servicemix-2.0.1/core/target/servicemix.xsd for namespace:
http://servicemix.org/config/1.0
[xsdGenerate] ...done.
[copy] Copying 1 file to
/opt/servicemix/servicemix-2.0.1/core/target/generated
java:jar-resources:
Copying 12 files to /opt/servicemix/servicemix-2.0.1/core/target/classes
Copying 2 files to /opt/servicemix/servicemix-2.0.1/core/target/classes
test:prepare-filesystem:
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/core/target/test-classes
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/core/target/test-reports
test:test-resources:
Copying 26 files to /opt/servicemix/servicemix-2.0.1/core/target/test-classes
Copying 7 files to /opt/servicemix/servicemix-2.0.1/core/target/test-classes
Copying 2 files to /opt/servicemix/servicemix-2.0.1/core/target/test-classes
test:compile:
[javac] Compiling 73 source files to
/opt/servicemix/servicemix-2.0.1/core/target/test-classes
test:test:
[junit] Running org.servicemix.jbi.nmr.flow.st.STFlowTest
BUILD FAILED
File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [test:test] --
/root/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:133:41: <junit> Process
fork failed.
Total time: 1 minutes 59 seconds
Finished at: Thu Nov 10 22:04:52 PST 2005
ilt2:/opt/servicemix/servicemix-2.0.1 #
ServiceMix :: Components
ServiceMix :: JAXWS
ServiceMix :: XFire
ServiceMix :: Assembly
+----------------------------------------
| Executing default ServiceMix :: JBI
| Memory: 6M/6M
+----------------------------------------
multiproject:goal:
build:start:
default:
clean:clean:
[delete] Deleting directory /opt/servicemix/servicemix-2.0.1/jbi/target
clean:
java:prepare-filesystem:
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/jbi/target/classes
java:compile:
[echo] Compiling to /opt/servicemix/servicemix-2.0.1/jbi/target/classes
[javac] Compiling 27 source files to
/opt/servicemix/servicemix-2.0.1/jbi/target/classes
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/jbi/target/test-classes
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/jbi/target/test-reports
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
jar:jar:
[jar] Building jar:
/opt/servicemix/servicemix-2.0.1/jbi/target/servicemix-jbi-2.0.1.jar
Copying: from
'/opt/servicemix/servicemix-2.0.1/jbi/target/servicemix-jbi-2.0.1.jar' to:
'/root/.maven/repository/servicemix/jars/servicemix-jbi-2.0.1.jar'
Copying: from '/opt/servicemix/servicemix-2.0.1/jbi/project.xml' to:
'/root/.maven/repository/servicemix/poms/servicemix-jbi-2.0.1.pom'
+----------------------------------------
| Executing default ServiceMix :: Core
| Memory: 9M/11M
+----------------------------------------
Attempting to download activecluster-1.1-SNAPSHOT.jar.
jar:install:
build:end:
build:start:
clean:clean:
[delete] Deleting directory /opt/servicemix/servicemix-2.0.1/core/target
clean:
java:prepare-filesystem:
[mkdir] Created dir: /opt/servicemix/servicemix-2.0.1/core/target/classes
java:compile:
[echo] Compiling to /opt/servicemix/servicemix-2.0.1/core/target/classes
[javac] Compiling 208 source files to
/opt/servicemix/servicemix-2.0.1/core/target/classes
/opt/servicemix/servicemix-2.0.1/core/src/main/java/org/servicemix/expression/JaxenVariableContext.java:93:
warning: getenv(java.lang.String) in java.lang.System has been deprecated
answer = System.getProperty(System.getenv(localPart));
^
/opt/servicemix/servicemix-2.0.1/core/src/main/java/org/servicemix/expression/MessageVariableResolver.java:71:
warning: getenv(java.lang.String) in java.lang.System has been deprecated
answer = System.getProperty(System.getenv(localPart));
^
2 warnings
xbean:generate:
[xsdGenerate] Generating META-INF properties file:
/opt/servicemix/servicemix-2.0.1/core/target/generated/META-INF/services/org/xbean/spring/http/servicemix.org/config/1.0
for namespace: http://servicemix.org/config/1.0
[xsdGenerate] Generating HTML documentation file:
/opt/servicemix/servicemix-2.0.1/core/target/servicemix.xsd.html for namespace:
http://servicemix.org/config/1.0
[xsdGenerate] Generating XSD file:
/opt/servicemix/servicemix-2.0.1/core/target/servicemix.xsd for namespace:
http://servicemix.org/config/1.0
[xsdGenerate] ...done.
[copy] Copying 1 file to
/opt/servicemix/servicemix-2.0.1/core/target/generated
java:jar-resources:
Copying 12 files to /opt/servicemix/servicemix-2.0.1/core/target/classes
Copying 2 files to /opt/servicemix/servicemix-2.0.1/core/target/classes
test:prepare-filesystem:
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/core/target/test-classes
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/core/target/test-reports
test:test-resources:
test:compile:
test:test:
jar:jar:
[jar] Building jar:
/opt/servicemix/servicemix-2.0.1/core/target/servicemix-core-2.0.1.jar
Copying: from
'/opt/servicemix/servicemix-2.0.1/core/target/servicemix-core-2.0.1.jar' to:
'/root/.maven/repository/servicemix/jars/servicemix-core-2.0.1.jar'
Copying: from '/opt/servicemix/servicemix-2.0.1/core/project.xml' to:
'/root/.maven/repository/servicemix/poms/servicemix-core-2.0.1.pom'
+----------------------------------------
| Executing default ServiceMix :: Components
| Memory: 23M/32M
+----------------------------------------
Attempting to download regexp-1.3.jar.
24K downloaded
Attempting to download quartz-1.4.5.jar.
315K downloaded
Attempting to download saaj-api-20050915.jar.
18K downloaded
Attempting to download saaj-impl-20050915.jar.
284K downloaded
Attempting to download axis-jaxrpc-1.3.jar.
31K downloaded
Attempting to download axis-1.3.jar.
1594K downloaded
Attempting to download geronimo-spec-javamail-1.3.1-rc5.jar.
110K downloaded
Attempting to download xbean-server-2.0.jar.
47K downloaded
Attempting to download xbean-kernel-2.0.jar.
78K downloaded
Attempting to download cglib-nodep-2.1_3.jar.
316K downloaded
Attempting to download activecluster-1.1-SNAPSHOT.jar.
Attempting to download activesoap-1.0-SNAPSHOT.jar.
Attempting to download xbean_xpath-2.0.0.jar.
5K downloaded
Attempting to download wsif-2.0.1_IB3.jar.
524K downloaded
Attempting to download wsif-j2c-2.0.1_IB3.jar.
27K downloaded
Attempting to download groovy-all-1.0-jsr-03.jar.
1550K downloaded
Attempting to download xfire-all-1.0-20051107.201226.jar.
487K downloaded
Attempting to download oraclexsql.jar.
149K downloaded
Attempting to download xmlparserv2.jar.
645K downloaded
Attempting to download xsu12.jar.
484K downloaded
Attempting to download ojdbc14.jar.
1321K downloaded
jar:install:
default:
build:end:
build:start:
clean:clean:
clean:
java:prepare-filesystem:
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/components/base/target/classes
java:compile:
[echo] Compiling to
/opt/servicemix/servicemix-2.0.1/components/base/target/classes
[javac] Compiling 113 source files to
/opt/servicemix/servicemix-2.0.1/components/base/target/classes
java:jar-resources:
Copying 3 files to
/opt/servicemix/servicemix-2.0.1/components/base/target/classes
test:prepare-filesystem:
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/components/base/target/test-classes
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/components/base/target/test-reports
test:test-resources:
test:compile:
test:test:
jar:jar:
[jar] Building jar:
/opt/servicemix/servicemix-2.0.1/components/base/target/servicemix-components-2.0.1.jar
Copying: from
'/opt/servicemix/servicemix-2.0.1/components/base/target/servicemix-components-2.0.1.jar'
to: '/root/.maven/repository/servicemix/jars/servicemix-components-2.0.1.jar'
Copying: from '/opt/servicemix/servicemix-2.0.1/components/base/project.xml'
to: '/root/.maven/repository/servicemix/poms/servicemix-components-2.0.1.pom'
+----------------------------------------
| Executing default ServiceMix :: JAXWS
| Memory: 24M/34M
+----------------------------------------
Attempting to download jsr181-api-20051026.jar.
7K downloaded
Attempting to download jaxws-api-20051026.jar.
23K downloaded
Attempting to download jaxb-api-20051026.jar.
71K downloaded
Attempting to download jaxb-impl-20051026.jar.
721K downloaded
Attempting to download jaxb-xjc-20051026.jar.
2816K downloaded
Attempting to download saaj-api-20051026.jar.
18K downloaded
Attempting to download saaj-impl-20051026.jar.
265K downloaded
Attempting to download jsr250-api-20051026.jar.
6K downloaded
Attempting to download jaxws-rt-20051026.jar.
565K downloaded
Attempting to download http-20051026.jar.
64K downloaded
Attempting to download sjsxp-20051026.jar.
319K downloaded
Attempting to download activemq-3.1.jar.
3333K downloaded
jar:install:
default:
build:end:
build:start:
clean:clean:
clean:
java:prepare-filesystem:
[mkdir] Created dir:
/opt/servicemix/servicemix-2.0.1/components/jaxws/target/classes
java:compile:
[echo] Compiling to
/opt/servicemix/servicemix-2.0.1/components/jaxws/target/classes
[javac] Compiling 8 source files to
/opt/servicemix/servicemix-2.0.1/components/jaxws/target/classes
javac: invalid target release: 1.5
Usage: javac <options> <source files>
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info
-nowarn Generate no warnings
-verbose Output messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are
used
-classpath <path> Specify where to find user class files
-sourcepath <path> Specify where to find input source files
-bootclasspath <path> Override location of bootstrap class files
-extdirs <dirs> Override location of installed extensions
-d <directory> Specify where to place generated class files
-encoding <encoding> Specify character encoding used by source files
-source <release> Provide source compatibility with specified release
-target <release> Generate class files for specific VM version
-help Print a synopsis of standard options
BUILD FAILED
File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [java:compile] --
/root/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48: <ant:javac>
Compile failed; see the compiler error output for details.
Total time: 1 minutes 52 seconds
Finished at: Thu Nov 10 22:15:54 PST 2005
ilt2:/opt/servicemix/servicemix-2.0.1 #