jlaskowski 2004/09/07 06:01:14
Modified: . BUILDING.txt Log: Improvements from John Sisson (sissonj AT insession.com) Revision Changes Path 1.2 +4 -2 incubator-geronimo/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/incubator-geronimo/BUILDING.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BUILDING.txt 10 May 2004 20:03:01 -0000 1.1 +++ BUILDING.txt 7 Sep 2004 13:01:14 -0000 1.2 @@ -14,15 +14,17 @@ To build Geronimo running all of the unit test cases, compiling all the Geronimo sources and installing them in your local maven -repository: +repository, simply type maven in the root of the Geronimo source +tree: $>maven To build and run the server, change into the assembly directory and type: + $>cd modules/assembly $>maven - $>cd target + $>cd target/geronimo-1.0-SNAPSHOT $>java -jar bin/server.jar org/apache/geronimo/Server To stop the server use ctrl-C or an equivalent; a proper shutdown