Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 36143 invoked from network); 1 Mar 2006 09:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 09:21:52 -0000 Received: (qmail 25244 invoked by uid 500); 1 Mar 2006 09:22:38 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 24732 invoked by uid 500); 1 Mar 2006 09:22:35 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 24721 invoked by uid 99); 1 Mar 2006 09:22:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 01:22:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.20.116.97] (HELO s375.deinprovider.de) (217.20.116.97) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 01:22:34 -0800 Received: from [10.0.0.20] (p549BB395.dip0.t-ipconnect.de [84.155.179.149]) by s375.deinprovider.de (Postfix) with ESMTP id EAE84104C067 for ; Wed, 1 Mar 2006 10:29:33 +0100 (CET) Message-ID: <440567F0.1010202@possessed.de> Date: Wed, 01 Mar 2006 10:22:56 +0100 From: "C. Grobmeier" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [email] ant dist fails / dependencies not found References: <44041DC1.7040803@possessed.de> <440431EE.6050809@possessed.de> <44044766.9000105@possessed.de> <44049C9F.5020501@apache.org> <4404BED4.3060702@apache.org> In-Reply-To: <4404BED4.3060702@apache.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thank you. I think i will document this in the build-file and sent it to you soon for a possible "patch". I really don't like build-files with comments :-) - - Chris Dennis Lundberg wrote: > matthew.hawthorne 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 > > Matthew is correct, you need to use a correctly formated URL. Here's an > example for a Windows machine: > > activation.jar=file://C:/myjars/activation.jar > javamail.jar=file://C:/myjars/mail.jar > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEBWfwkv8rKBUE/T4RAmzsAJ9oofxjkPYNiGXEVmZcNnxwXZ1URwCggl0D DI+QDjtSbcXLrdod9HUV/4I= =i4Xc -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org