Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 85733 invoked from network); 17 Sep 2008 08:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2008 08:54:53 -0000 Received: (qmail 64543 invoked by uid 500); 17 Sep 2008 08:54:50 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 64508 invoked by uid 500); 17 Sep 2008 08:54:50 -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 64495 invoked by uid 99); 17 Sep 2008 08:54:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 01:54:50 -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 209.85.217.18 as permitted sender) Received: from [209.85.217.18] (HELO mail-gx0-f18.google.com) (209.85.217.18) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 08:53:48 +0000 Received: by gxk11 with SMTP id 11so20359508gxk.4 for ; Wed, 17 Sep 2008 01:54:20 -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=l0rMqCaMzqrBwvpqP+EItjBsAc8kGYnNoIcuy2rSdYc=; b=OUj9ZjwQ5f0oEqDZJU29x9LP7GGFoW/nGvNLGXST+QqI/B3YF5/7uacktMC144kp84 fSUxZhe6/5gfpWwNuiZhWeBXFVA9hk6eoKFZsRHzgNwD+qqwcougeWhShwzCEQpmYkSZ gNKLM79xyg1tq2wNbfI5dlxX0SyQ3ldC93VQ4= 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=kW+prDBPSs50rCkMdPs2W93+j5Gv5KxrTDQCLaZPByd2fIVuDyl+0df8UNjhQwTmKK oBDq47u0/chrDBX1jkQ7KNW8c+0QElJGBQD9Ogbv0gwECXeeqP8A5lU/41JqWrHIBAmW CdDLgoDgtsRHJouMhUiBtivLZyrAY0LrwtLdg= Received: by 10.65.212.3 with SMTP id o3mr4179419qbq.16.1221641660435; Wed, 17 Sep 2008 01:54:20 -0700 (PDT) Received: by 10.64.204.11 with HTTP; Wed, 17 Sep 2008 01:54:20 -0700 (PDT) Message-ID: <635a05060809170154l7d325048t18f92c884c0824bf@mail.gmail.com> Date: Wed, 17 Sep 2008 10:54:20 +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_9659_31708221.1221641660408" References: <635a05060809160936g5b05ca92g89ac98e2cceb9a26@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9659_31708221.1221641660408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Sep 17, 2008 at 10:50 AM, Foreman, Alex (IT) < Alexander.Foreman@morganstanley.com> wrote: > We have a standard resolver where 90% of our projects exist in the correct > place. > 10% of projects are in the same filesystem but not standardly placed. > We cannot change the place they exist at. > > So anything unstandard is located via a url="file://....." link for the > artifact. > > We wish to use there origin location rarther than the place in the cache. Ok, I see, this is not supported yet, so please file an improvement in JIRA. Xavier > > > Thanks for the help. > > > Alex Foreman > Morgan Stanley | Technology > 20 Cabot Square | Canary Wharf | Floor 06 > London, E14 4QW > Phone: +44 20 7677-5732 > Alexander.Foreman@morganstanley.com > > -----Original Message----- > From: Xavier Hanin [mailto:xavier.hanin@gmail.com] > Sent: 16 September 2008 17:36 > To: ivy-user@ant.apache.org > Subject: Re: URL=.... Behaviour > > 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/ > -------------------------------------------------------- > > 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_9659_31708221.1221641660408--