dain 2004/09/08 22:21:10
Modified: . BUILDING.txt Log: Fixed location of final assembly Revision Changes Path 1.3 +13 -13 incubator-geronimo/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/incubator-geronimo/BUILDING.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- BUILDING.txt 7 Sep 2004 13:01:14 -0000 1.2 +++ BUILDING.txt 9 Sep 2004 05:21:09 -0000 1.3 @@ -9,7 +9,7 @@ environment defined to point to this JDK. In the following examples, '$>' is your prompt, so if you see -'$>maven', at your prompt, type in 'maven' (without the quotes) +'$> maven', at your prompt, type in 'maven' (without the quotes) and then press [enter]. To build Geronimo running all of the unit test cases, compiling @@ -17,15 +17,15 @@ repository, simply type maven in the root of the Geronimo source tree: - $>maven + $> maven To build and run the server, change into the assembly directory and type: - $>cd modules/assembly - $>maven - $>cd target/geronimo-1.0-SNAPSHOT - $>java -jar bin/server.jar org/apache/geronimo/Server + $> cd modules/assembly + $> maven + $> cd modules/assembly/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 command will be made available in a future release. @@ -33,29 +33,29 @@ To do a clean rebuild of Geronimo type - $>maven rebuild + $> maven rebuild -or (a slower option)- - $>maven clean - $>maven + $> maven clean + $> maven To only build select modules (assumes that depends are installed already): - $>maven -Dmodules=common,core + $> maven -Dmodules=common,core To clean your workspace: - $>maven clean + $> 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 + $> maven clobber For the HTML website: - $>maven site + $> maven site