Hi gang!

In a unix environment with ant 1.6.1, svn 1.0 and maven 1.0-rc1, the following should work:

     mkdir -p ~/svn/excalibur
     cd ~/svn/excalibur
     svn checkout https://svn.apache.org/repos/asf/excalibur/trunk/
     cd trunk/buildsystem/jbs/install
     ant -q
     scp -r minotaur.apache.org:~leosimons/.jbs/private-repository/* \
       ~/.jbs/repository/
     cd ../../..
     ant -q

should build all of excalibur using ant. Whereas

     mkdir -p ~/svn/excalibur
     cd ~/svn/excalibur
     svn checkout https://svn.apache.org/repos/asf/excalibur/trunk/
     cd trunk
     scp -r minotaur.apache.org:~leosimons/.jbs/private-repository/* \
       ~/.maven/repository/
     maven multiproject:install

should build all of excalibur using maven. Would be nice if some people could confirm all this works? Especially someone on cygwin and someone on windows...


cheers,


- Leo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/



Reply via email to