Hi Simon,

Can you try appending the "-e" maven option to your maven command, so exceptions are displayed.

If after specifying the -e option you see it is an OutOfMemoryError, then try setting the MAVEN_OPTS environment variable to:

-Xmx512m  -XX:MaxPermSize=128m

If it was something else, please post the exception to the list.

Let us know how you go.

Thanks,
John

[EMAIL PROTECTED] wrote:
I'm getting this error when building tag 1.1.0 on windows with 'maven new'

+----------------------------------------
| configurations Geronimo Configuration for performing service deployments
| Memory: 39M/80M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of 
project.xml instead of ma
ven.xml
DEPRECATED: the default goal should be specified in the <build> section of 
project.xml instead of ma
ven.xml
new4:
build:start:

multiproject:install-callback:
    [echo] Running car:install for Geronimo Configuration for performing 
service deployments
car:prepare-plan:

car:package:
    [mkdir] Created dir: 
C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\reposi
tory

    Packaging configuration 
C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\pla
n\plan.xml


BUILD FAILED
File...... C:\apache\geronimo\tags\1.1.0\maven.xml
Element... maven:reactor
Line...... 58
Column.... -1
Unable to obtain goal [multiproject:install-callback] -- 
C:\apache\geronimo\tags\1.1.0\configs\geron
imo-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   : 5 minutes 20 seconds
Finished at  : Sunday, June 25, 2006 2:45:31 PM PDT





Reply via email to