Newbie Build Help

2007-05-30 Thread Everitt, Glenn
I'm trying to build poi (poi-3.0-rc4) using the ant build.xml and I'm getting errors when running ant clean-dist I followed the instructions here: http://jakarta.apache.org/poi/howtobuild.html All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space I'm running

RE: Newbie Build Help

2007-05-30 Thread Everitt, Glenn
I set ANT_OPTS=-XX:PermSize=128M and it worked! Thanks for the help! One little note is that Forrest 0.5.1 is required as mentioned in the build.xml which is a little newer than Forrest 0.4 that is mentioned here: http://jakarta.apache.org/poi/howtobuild.html Thanks again! Glenn Everitt