You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/18 05:43:26 UTC

cvs commit: maven/xdocs/start bootstrap.xml

dion        2003/09/17 20:43:26

  Modified:    xdocs/start bootstrap.xml
  Log:
  Apply MAVEN-814
  
  Revision  Changes    Path
  1.12      +7 -2      maven/xdocs/start/bootstrap.xml
  
  Index: bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/start/bootstrap.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- bootstrap.xml	11 Aug 2003 21:59:34 -0000	1.11
  +++ bootstrap.xml	18 Sep 2003 03:43:26 -0000	1.12
  @@ -70,9 +70,14 @@
           <source><![CDATA[ant -f build-bootstrap.xml]]></source>
           <p>
             Thats it! Congratulations!  You have now built Maven with
  -          Maven and installed Maven on your system!  What does that
  -          mean?  
  +          Maven and installed Maven on your system!
           </p>
  +        <p>
  +          If you get an OutofMemoryError during bootstrap, try setting an environment
  +          variable MAVEN_OPTS to provide more memory, e.g. on Windows
  +        </p>
  +        <source>set MAVEN_OPTS=-Xmx512m</source>
  +        <p>Now you're ready to go</p>
           <ul>
             <li>
               The Maven build system has been installed in
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org