Toby, I have been hitting that problem too on debian with a fresh checkout or after running the clean target. I don't know what the underlying problem is, but compiling a second time seems to work past it (just type "maven -o new4 new5" to complete the build). This problem may be related to the issue was reported in http://issues.apache.org/jira/browse/GERONIMO-2037 where the jvm crashed on windows.
Best wishes, Paul On 5/23/06, toby cabot <[EMAIL PROTECTED]> wrote:
Hi folks, I checked out a fresh copy of the 1.1 branch and tried to build. It gets as far as: > +---------------------------------------- > | configurations Geronimo Configuration for performing service deployments > | Memory: 40M/50M > +---------------------------------------- > DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml > DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml > new4: > build:start: > > multiproject:install-callback: > [echo] Running car:install for Geronimo Configuration for performing service deployments > car:prepare-plan: > > car:package: > > Packaging configuration /eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/target/plan/plan.xml > > > BUILD FAILED > File...... /eng/home/tcabot/try/geronimo-1.1/maven.xml > Element... maven:reactor > Line...... 58 > Column.... -1 > Unable to obtain goal [multiproject:install-callback] -- /eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/maven.xml:39:-1: <boot:boot> org.apache.geronimo.kernel.config.ConfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File; > Total time : 7 minutes 16 seconds > Finished at : Tuesday, May 23, 2006 4:45:47 PM EDT Tried it on a fedora core 4 and debian sid machine, same result. Maven 1.1-beta-2, Sun java 1.4.2_10. Any help appreciated. Toby
