Issue Details (XML | Word | Printable)

Key: MAVEN-814
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Howard M. Lewis Ship
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1

Bootstrap build docs should mention MAVEN_OPTS

Created: 12/Sep/03 12:16 PM   Updated: 08/Mar/06 10:47 PM   Resolved: 17/Sep/03 11:00 PM
Component/s: documentation
Affects Version/s: 1.0-rc1
Fix Version/s: 1.0-rc1

Time Tracking:
Not Specified

Environment: Windows XP, Sun JDK 1.4


 Description  « Hide

After following the instructions for doing a clean build of Maven (pulled from CVS) I appealed to the group for help.

What I was missing was

set MAVEN_OPTS=-Xmx512m -Xms12m

As an environment variable. Without this, runs out of memory. With this ... succesful build.

The documentation should be updated to discuss this, especially on the "building from source" page.



dion gillard added a comment - 17/Sep/03 11:00 PM

Fixed in CVS today