C. Grobmeier wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dion Gillard wrote:
If you define a property (in build.properties)
javamail.jar=c:/myjars/javamail-1.3.3.ar
AFAIK,
the build.xml will notice this and copy it into ./lib

No,
this doesn't work as expected. Cause the build-file works with get, i get:

BUILD FAILED
C:\Data\Projects\commons-email\build.xml:211:
java.net.MalformedURLException: no protocol:
/Data/java-repository/javamail-1.3.3_01/mail.jar

when i use slashes, backslashes, double-backslashes, C:, c: and so on.


You may want to try the 'file' protocol, like this:

file:///Data/java-repository/javamail-1.3.3_01/mail.jar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to