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
I can confirm that if I use ANT on Windows/Cygwin that the process will build as long as I use a JVM that is Java 1.4 or previous.
Otherwise, we need to add "source" parameters to the "<javac>" task to make it compatible with Java 1.5. I will also say that there may be some API conflicts with some of the libraries in Java 1.5. I have it installed mainly to get familiar with it--not necessarily for heavy lifting or to do real work. But I would rather have early warning to know if I need to change something.
--
"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/
