I have a feeling someone else had this issue recently. You may be out
of memory.
Try running maven with the -e option to see the exception. If it is a
memory problem, try running with the MAVEN_OPTS environment variable set to:
-Xmx512m -XX:MaxPermSize=128m
I have always had MAVEN_OPTS set to that due to out of memory problems
in the past.
John
Jacek Laskowski wrote:
Hi,
Just pulled down the sources and upon building it I'm getting the
following error message:
+----------------------------------------
| configurations Geronimo Configuration for performing service
deployments
| Memory: 44M/51M
+----------------------------------------
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
c:\oss\geronimo\configs\geronimo-gbean-deployer\target\plan\plan.xml
BUILD FAILED
File...... c:\oss\geronimo\maven.xml
Element... maven:reactor
Line...... 58
Column.... -1
Unable to obtain goal [multiproject:install-callback] --
c:\oss\geronimo\configs\geronimo-gbean-deployer\maven.xml:39:-1:
<boot:boot> null
Total time : 12 minutes 9 seconds
Finished at : Saturday, June 3, 2006 12:03:39 AM CEST
Does anyone know what's wrong?
Jacek