Leo Simons wrote:
Berin Loritsch wrote:
I had a real time of it finding the necessary libraries
this would've been easier for you:
scp -r minotaur.apache.org:/home/leosimons/.jbs/private-repository/* \ ~/.maven/repository
I thought I remembered some hoopla about legal reasons why IBiblio and company could not redistribute those JARs. The user is required to view and agree to a legal disclaimer before downloading--which is why these can be problematic.
Regarding the JSSE lib, is there a way to remove that dependency declaration from the project.XML if the user is running Java 1.4 or higher? I mean it is included in the JVM.
(or require 1.4 or higher to compile the library?)
As long as the -source param is set to 1.3 then you can still use the built in JSSE lib to compile for compatibility with prior JVMs.
--
"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/
