brett       2005/04/06 00:36:18

  Modified:    maven-core README.txt
  Log:
  note about JAVA_HOME
  
  Revision  Changes    Path
  1.5       +3 -1      maven-components/maven-core/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/README.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.txt        6 Apr 2005 07:06:04 -0000       1.4
  +++ README.txt        6 Apr 2005 07:36:18 -0000       1.5
  @@ -15,7 +15,9 @@
   or
     set PATH="c:\program files\maven-2.0-SNAPSHOT\bin";%PATH%
   
  -4) Run "m2" to verify that it is correctly installed. It should output a 
short build message, but do nothing
  +4) Make sure JAVA_HOME is set to the location of your JDK
  +
  +5) Run "m2" to verify that it is correctly installed. It should output a 
short build message, but do nothing
   
   
   For more information, please see http://maven.apache.org/maven2/
  
  
  

Reply via email to