Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 29107 invoked from network); 16 Sep 2008 16:37:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 16:37:12 -0000 Received: (qmail 18890 invoked by uid 500); 16 Sep 2008 16:37:08 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 18865 invoked by uid 500); 16 Sep 2008 16:37:08 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 18854 invoked by uid 99); 16 Sep 2008 16:37:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 09:37:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xavier.hanin@gmail.com designates 74.125.46.157 as permitted sender) Received: from [74.125.46.157] (HELO yw-out-1718.google.com) (74.125.46.157) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 16:36:07 +0000 Received: by yw-out-1718.google.com with SMTP id 9so926887ywk.70 for ; Tue, 16 Sep 2008 09:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=b825zx8M/L1fQCEDWle/FZooRsARPPEgpHiSrAq3V7o=; b=lfvvCPFbCxH2jaClFb0gAGZ9ESmSJzlSkh/I3vhwsYhrJXiefGBu5rAUIYtRK9262U Al28NcCWdRIDuxedP1he7Pyb+q5KW0d8IjjvMDS2aQkt4pQObRGVZSwra093TS0lrtFD 2w/LvB4WIg+4gYaTvpP7Zff9uoolIcWB7UQwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=K0Ph3nc6PekE5UG1yi2AMi0ot33lG9JWFG5Si3+ZWyfL15FxrDS6A+RUnesg88i2Bv hIudgp34b0S80s6b01h5eiUGZIV6Bd1LITHVyM6EqR4/bbUSC36nWPeRQn7LDWgLsbRJ amUyMruaS/H2kh9EEyB7DVsf5nIv7L4EbtOkc= Received: by 10.90.119.20 with SMTP id r20mr1753623agc.117.1221582989542; Tue, 16 Sep 2008 09:36:29 -0700 (PDT) Received: by 10.64.204.11 with HTTP; Tue, 16 Sep 2008 09:36:29 -0700 (PDT) Message-ID: <635a05060809160936g5b05ca92g89ac98e2cceb9a26@mail.gmail.com> Date: Tue, 16 Sep 2008 18:36:29 +0200 From: "Xavier Hanin" To: ivy-user@ant.apache.org Subject: Re: URL=.... Behaviour In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3957_9248811.1221582989539" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3957_9248811.1221582989539 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, Sep 16, 2008 at 6:06 PM, Foreman, Alex (IT) < Alexander.Foreman@morganstanley.com> wrote: > I have a feature request I asked about before but may have ben lost. > > If you have a url and its not in its place in its repository then Ivy will > download it and ignore local='true' as it did not find it in the reolver > correctly but elsewhere. This obiously can be anywhere as it's a URL and we > want to consider it remote. > > Is there or can there be a way to force the resover to always be local. Eg > even if it's a url use that location when using a cache path rarther than > the local cache position. > > Maybe in ivy-settings. > > I have been considering doing this via a trigger but might be nice if Ivy > supported it directly. The problem is that after resolve, Ivy requires all your artifacts to be accessible as java.io.File objects, so a URL is not possible, unless it's a file URL. Could you detail your use case? Xavier > > Many thanks, > > Alex Foreman > Morgan Stanley | Technology > 20 Cabot Square | Canary Wharf | Floor 06 > London, E14 4QW > Phone: +44 20 7677-5732 > Alexander.Foreman@morganstanley.com > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender does > not intend to waive confidentiality or privilege. Use of this email is > prohibited when received in error. > -- Xavier Hanin - Independent Java Consultant BordeauxJUG co leader - http://www.bordeauxjug.org/ Blogger - http://xhab.blogspot.com/ Apache Ivy Creator - http://ant.apache.org/ivy/ ------=_Part_3957_9248811.1221582989539--