You need to give your JVM more memory. The settings for each JVM vendor is 
different. For example, for Sun's JVM on Windows I use:

MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M

Check your JVM documentation and experiment with different settings to get your 
specific set up to work.

Gary Gregory
Senior Software Engineer
Seagull Software
email: ggreg...@seagullsoftware.com
email: ggreg...@apache.org
www.seagullsoftware.com 



> -----Original Message-----
> From: Adrian Crum [mailto:adrian.c...@yahoo.com]
> Sent: Thursday, April 15, 2010 10:17
> To: user@commons.apache.org
> Subject: [LANG] Having problems with trunk
> 
> I'm having problems working with the lang trunk. I use mvn package to create
> the package, and I use mvn site to generate the cobertura reports - which is
> what I'm focusing on right now.
> 
> When I tried to run mvn site, the process aborted with a Java out of memory
> error (heap space). I commented out all but the cobertura reports in the
> reporting section of the pom.xml file and that got it to work.
> 
> The cobertura report task keeps aborting with parse errors. It appears that it
> is choking on certain annotations.
> 
> Then I noticed the cobertura report was cumulative - each test run would add
> to the coverage. So, I tried to run mvn clean to clear the report between each
> test run. That didn't work - the coverage still included test runs before
> clean.
> 
> I tried to delete the contents of the target folder manually, but I got an
> error message saying that the cobertura folder was being used by another user
> or process. I'm the only user and I couldn't find any processes that were
> using the folder. After restarting my computer I was able to delete the
> folder.
> 
> I don't know what I'm doing wrong. I seem to be having more problems than one
> would expect. Any help would be greatly appreciated!
> 
> -Adrian
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to