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.
....
        
  -        $>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

Dain,

Are you sure that the commands will execute properly. Cd'ing to modules/assembly is done twice and won't work. I guess the first 'cd' should be deleted, right? (as you changed what I had done, now it's time for me to change what you have done, but I'll wait patiently :))

Jacek



Reply via email to