| This morning i downloaded Activemq-1.1-SNAPSHOT. when i started "maven server" i saw this result: Microsoft Windows 2000 Version 5.00.2195 (C) Copyright 1985-2000 Microsoft Corp. C:\activemq>maven server __ __
| \/ |
__ Apache_ ___ |
| |
\/ |
/ ` \ V / -) ' \ ~ intelligent projects ~ |
| _ |
|
_,_ |
_/___ |
_ |
_ |
v. 1.0 |
Sto tentando il download di geronimo-kernel-1.0-SNAPSHOT.jar. Sto tentando il download di geronimo-remoting-1.0-SNAPSHOT.jar. Sto tentando il download di geronimo-network-1.0-SNAPSHOT.jar. Sto tentando il download di geronimo-core-1.0-SNAPSHOT.jar. build:start: setclasspath: java:prepare-filesystem: java:compile: echo Compiling to C:\activemq/target/classes java:jar-resources: test:prepare-filesystem: test:test-resources: test:compile: server: echo Running an ActiveMQ server with $config = src/sample-conf/default.xml java ActiveMQ Message Broker java java Loading Message Broker from file: src/sample-conf/default.xml java java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Conc urrentHashMap java at org.activemq.broker.BrokerContext.<init>(BrokerConte xt.java:35) java at org.activemq.broker.BrokerContext.<clinit>(BrokerCon text.java:33) java at org.activemq.spring.Main.main(Main.java:70) java Exception in thread "main" java ERROR Java Result: 1 BUILD SUCCESSFUL Total time: 1 minutes 16 seconds Finished at: Thu Sep 09 06:54:07 CEST 2004 C:\activemq> I solved the problem recreating the package EDU/oswego/cs/dl/util/concurrent from Doug site and adding it to my maven repository. In other activemq goals (for example maven web) many junit tests fail and BUILD FAILS. How can I disable test during the building ? Howewer i like activemq very much ! |