You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jacek Laskowski <jl...@apache.org> on 2004/09/10 14:56:28 UTC

Re: cvs commit: incubator-geronimo BUILDING.txt

> 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


Re: cvs commit: incubator-geronimo BUILDING.txt

Posted by Dain Sundstrom <ds...@gluecode.com>.
On Sep 10, 2004, at 5:56 AM, Jacek Laskowski wrote:

>> dain        2004/09/08 22:21:10
>>   +        $> 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 :))

Doh!  That is wrong.

I'll change it now.

-dain