You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2003/08/12 09:22:25 UTC

cvs commit: incubator-geronimo README.txt

jstrachan    2003/08/12 00:22:25

  Modified:    .        README.txt
  Log:
  Added patch supplied by Ed Letifov and added some extra documentation on which JDK and Maven versions are required
  
  Revision  Changes    Path
  1.3       +7 -4      incubator-geronimo/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	11 Aug 2003 17:59:08 -0000	1.2
  +++ README.txt	12 Aug 2003 07:22:25 -0000	1.3
  @@ -1,17 +1,20 @@
   Welcome to Geronimo
   ===================
   
  -To build me please install Maven from
  +To build me please install Maven from here - version b10 or later.
   
   	http://maven.apache.org/
  -	
  -then just type
  +
  +In addition you should have JDK 1.4.x installed with JAVA_HOME
  +environment defined to point to this JDK.
  +
  +Then just type
   
   	maven
   	
   to get the javadocs type
   
  -	maven javadocs
  +	maven javadoc
   
   or for the HTML website