The following comment has been added to this issue:
Author: Joakim Erdfelt
Created: Wed, 22 Oct 2003 9:49 AM
Body:
After getting the last update to this jira, we were very confused, as our
${HOME}/.maven/plugins/maven-javadoc-plugin-1.3/plugin.jelly does make mention of the
max memory as a <ant:setProperty> child of <ant:javadoc> but it was not working for us.
NOTE: we had a maven-javadoc-plugin-1.3 and maven-javadoc-pluging-1.3-SNAPSHOT in our
${HOME}/.maven/plugins directory.
At this point we are now very suspect of our install of maven.
We rm the maven install directory, the ${HOME}/.maven/ directory, any
${HOME}/build.properties files, and all of our files on our mavenproxy/repository file
server too.
Went for a "Clean Slate" you can say.
We re-downloaded the maven-1.0-rc1 and tried again.
Reference of what we are using now.
[EMAIL PROTECTED]:maven]$ md5sum maven-1.0-rc1.tar.gz
7f5e787ff3b930d906d01243ccf7c237 *maven-1.0-rc1.tar.gz
[EMAIL PROTECTED]:maven]$ tar -ztvf maven-1.0-rc1.tar.gz | grep maven-javadoc
-rw-r--r-- 0/0 6672 2003-09-29 01:57:03
maven-1.0-rc1/plugins/maven-javadoc-plugin-1.3.jar
and when we set the following properties in our project.properties file the javadoc
and junit work without an OutOfMemoryError, but the tasklist-plugin and
linkcheck-plugin still cause us issues.
maven.javadoc.additionalparam = -breakiterator
maven.javadoc.useexternalfile = yes
maven.javadoc.maxmemory = 512
maven.jcoverage.junit.fork = true
maven.junit.jvmargs = -Xmx512m
maven.junit.fork = true
We get a reduced upper memory limit to our compile process to boot! *glee* :-)
Now we need to solve the tasklist and linkcheck issues.
I can't seem to find a plugin-tasklist jira component. (but I do see a
plugin-linkcheck component). Should I resubmit this under those components ?
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-711
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-711
Summary: java.lang.OutOfMemoryError when running maven
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-javadoc
plugin-junit-report
Fix Fors:
1.1
Assignee:
Reporter:
Created: Fri, 22 Aug 2003 5:01 AM
Updated: Sun, 24 Aug 2003 9:21 PM
Description:
When running maven plugins (specifically javadoc and junit), we're now getting
OutOfMemoryErrors. This was not a problem earlier, presumably because the codebase was
smaller.
Running these exact same tasks using a plain ant script does not cause any problems,
so it must be something with maven.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]