Geronimo is now in Subversion, not CVS. So if you have an old CVS tree, you should remove it, and get the source from Subversion. The Wiki has instructions: http://wiki.apache.org/geronimo If you already have the Subversion copy, then you should run "maven m:co" and "svn update" to get the latest code.
Aaron On Sat, 23 Oct 2004, Joseph Chan wrote: > Hey all, > > Can anyone help me out with the following build error? I've done > 'cvs update geronimo' and still get this error when running 'maven' > from the geronimo source root directory: > > --------------------------------------------------------------------------------------------------------- > jar:jar: > assemble: > [copy] Copying 1 file to > F:\src\geronimo\modules\assembly\target\geronimo-1. > 0-SNAPSHOT\lib > [copy] Copying 1 file to > F:\src\geronimo\modules\assembly\target\geronimo-1. > 0-SNAPSHOT\lib > [copy] Copying 1 file to > F:\src\geronimo\modules\assembly\target\geronimo-1. > 0-SNAPSHOT\lib > [copy] Copying 1 file to > F:\src\geronimo\modules\assembly\target\geronimo-1. > 0-SNAPSHOT\lib > [copy] Copying 1 file to > F:\src\geronimo\modules\assembly\target\geronimo-1. > 0-SNAPSHOT\lib > [copy] Copying 32 files to > F:\src\geronimo\modules\assembly\target\geronimo- > 1.0-SNAPSHOT\repository > [echo] F:\src\geronimo > [echo] Preprocessing client-system-plan.xml > [echo] Preprocessing default-database-plan.xml > [echo] Preprocessing deployer-system-plan.xml > [echo] Preprocessing j2ee-client-plan.xml > [echo] Preprocessing j2ee-deployer-plan.xml > [echo] Preprocessing j2ee-secure-plan.xml > [echo] Preprocessing j2ee-server-plan.xml > [echo] Preprocessing system-activemq-plan.xml > [echo] Preprocessing system-database-plan.xml > [echo] Preprocessing system-jms-plan.xml > [echo] Preprocessing system-plan.xml > [echo] Bootstrapping service deployer > [echo] Building server.jar > [java] Server URI: org/apache/geronimo/System > [echo] Building server configuration > [java] Server URI: org/apache/geronimo/Server > [echo] Building default database configuration > [java] Server URI: org/apache/geronimo/DefaultDatabase > [echo] Building system database configuration > [java] Server URI: org/apache/geronimo/SystemDatabase > [echo] Building system activemq configuration > [java] Server URI: org/apache/geronimo/ActiveMQServer > [echo] Building system jms configuration > [java] org.apache.geronimo.deployment.DeploymentException: Could not set > Res > ourceAdapterClass > [java] at > org.apache.geronimo.connector.deployment.ConnectorModuleBuild > er.addConnectorGBeans(ConnectorModuleBuilder.java:331) > [java] at > org.apache.geronimo.connector.deployment.ConnectorModuleBuild > er.addGBeans(ConnectorModuleBuilder.java:243) > [java] at > org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildCon > figuration(EARConfigBuilder.java:341) > [java] at > org.apache.geronimo.deployment.Deployer.deploy(Deployer.java: > 174) > [java] at > org.apache.geronimo.deployment.Deployer.deploy(Deployer.java: > 83) > [java] at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:232) > [java] at > org.apache.geronimo.system.main.CommandLine.<init>(CommandLin > e.java:106) > [java] at > org.apache.geronimo.system.main.CommandLine.main(CommandLine. > java:64) > [java] Caused by: java.lang.ClassNotFoundException: > org.codehaus.activemq.ra > .ActiveMQResourceAdapter > [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:199) > [java] at java.security.AccessController.doPrivileged(Native Method) > [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:187) > [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:289) > [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:235) > [java] at > org.apache.geronimo.connector.deployment.ConnectorModuleBuild > er.addConnectorGBeans(ConnectorModuleBuilder.java:323) > [java] ... 7 more > > BUILD FAILED > File...... F:\Documents and > Settings\Joseph\.maven\cache\maven-multiproject-plug > in-1.3.1\plugin.jelly > Element... maven:reactor > Line...... 217 > Column.... 9 > Unable to obtain goal [default] -- > F:\src\geronimo\modules\assembly\maven.xml:26 > 5:84: <ant:java> Java returned: 2 > Total time: 58 minutes 12 seconds > Finished at: Sat Oct 23 00:26:25 GMT+10:00 2004 > --------------------------------------------------------------------------------------------------------- > > Thanks, > > Joseph >
