Leo Simons wrote:
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
If you change all the "<javac>" tags to use source="1.3" to get past problems with conflicts with the new "enum" keyword in Java 1.5.
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
- Rich Cook
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
