On Jul 7, 2008, at 2:31 PM, harikaried wrote:
djencks wrote:
I would try building geronimo trunk locally, then daytrader.
Thanks for the tip. I started mvn-installing geronimo trunk, but it
hit an
OOM error. So I jumped straight to the plugins/system-database
directory:
https://svn.apache.org/repos/asf/geronimo/server/trunk/plugins/system-database/
That worked after running |mvn install| a couple times, and daytrader
mvn-installed fine.
Good. To build Geronimo, you need to specify MAVEN_OPTS as described
in http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html
I run with the following in my .mavenrc file:
MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
--kevan