jdillon 2003/08/30 08:09:20
Modified: . README.txt
Log:
o Update build docs
Revision Changes Path
1.7 +20 -6 incubator-geronimo/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/incubator-geronimo/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.txt 24 Aug 2003 13:59:00 -0000 1.6
+++ README.txt 30 Aug 2003 15:09:19 -0000 1.7
@@ -8,22 +8,36 @@
In addition you should have JDK 1.4.x installed with JAVA_HOME
environment defined to point to this JDK.
-Then just type
+Then just type:
maven
-to build Geronimo running all of the Unit test cases
+To build Geronimo running all of the unit test cases:
maven build
-to do a clean rebuild of Geronimo type
+To do a clean rebuild of Geronimo type
- maven rebuild
+ maven clean
+ maven build
-to try run the Geronimo server type
+NOTE: maven rebuild currently has some problems due to a bug in the reactor.
+
+To clean your workspace:
+
+ maven clean
+
+NOTE: You need to build the server first for this to work due to a problem
+ with dependencies & the reactor.
+
+To removal all build generated files:
+
+ maven clobber
+
+To try run the Geronimo server type:
maven run
-or for the HTML website
+Rr for the HTML website:
maven site