I'll test this as well.

I thought just the file name would work, but will verify the URL approach as
well.

On 3/1/06, matthew.hawthorne <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris

Reply via email to