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 2004/06/27 13:48:04 UTC

cvs commit: maven/xdocs/start install.xml

dion        2004/06/27 04:48:04

  Modified:    xdocs/start Tag: MAVEN-1_0-BRANCH install.xml
  Log:
  Add details on JAVA_HOME
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.15.4.6  +7 -1      maven/xdocs/start/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/start/install.xml,v
  retrieving revision 1.15.4.5
  retrieving revision 1.15.4.6
  diff -u -r1.15.4.5 -r1.15.4.6
  --- install.xml	7 Jun 2004 12:01:59 -0000	1.15.4.5
  +++ install.xml	27 Jun 2004 11:48:04 -0000	1.15.4.6
  @@ -51,7 +51,13 @@
           <code>MAVEN_HOME/bin</code> to your path so that you can run
           the scripts provided with Maven. This works in exactly the
           same way that Ant works.
  -      </p>        
  +      </p>
  +      
  +      <p>
  +        You will also need to define the <code>JAVA_HOME</code> environment variable. If you are using Mac OS X, Maven
  +        will attempt to guess the location of the JDK. This variable should be the directory where a Java Development Kit is installed,
  +        i.e. the directory that contains the <code>bin</code>, <code>demo</code>, <code>jre</code> and <code>lib</code> directories
  +      </p>
   
         <p>
           If you are upgrading from a previous version of Maven, you should
  
  
  

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