Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 22005 invoked from network); 15 Jan 2007 10:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 10:23:28 -0000 Received: (qmail 50459 invoked by uid 500); 15 Jan 2007 10:23:34 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 50390 invoked by uid 500); 15 Jan 2007 10:23:34 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 50381 invoked by uid 99); 15 Jan 2007 10:23:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 02:23:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gscokart@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 02:23:23 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1502126uge for ; Mon, 15 Jan 2007 02:23:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=sIQU37DEWtVCdXg4P2LnYsCUEEkbBWpEzDnXuMLoV2WIbdy+mHC9XqIh2P2RgFQ/Os9YywT1SUIVA+GA1PIuOV9Rg5x8nZMKdrR03kPz5AADikb1Np9AlgxOrQwgtIUMTu+CGbyeIefH6orXM1qBK+55OgZGb+bqVasvgGrtBx8= Received: by 10.66.243.4 with SMTP id q4mr5187747ugh.1168856582242; Mon, 15 Jan 2007 02:23:02 -0800 (PST) Received: from cer1352 ( [195.122.110.8]) by mx.google.com with ESMTP id j33sm5384699ugc.2007.01.15.02.23.01; Mon, 15 Jan 2007 02:23:01 -0800 (PST) From: "Gilles Scokart" To: Subject: RE: (ivy 1.4) Problem using version ranges Date: Mon, 15 Jan 2007 11:23:00 +0100 Message-ID: <003a01c7388f$229ad640$3020a8c0@isabelteam.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001E72F35@server1e> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: Acc2F703Dh+A4umeQ2e2BIpWU2+K3ACdw95Q X-Virus-Checked: Checked by ClamAV on apache.org Is there already a jira issue for that? The work around is simple, but the bug might popup for any user who use version ranges. Gilles > -----Original Message----- > From: Xavier Hanin [mailto:xavier.hanin@gmail.com] > Sent: Friday, January 12, 2007 8:03 AM > To: ivy-user@incubator.apache.org > Subject: Re: (ivy 1.4) Problem using version ranges > > On 1/12/07, Cecile wrote: > > > > I am using revision ranges like this: > > > > > conf="compile,runtime->default"> > > > > > > However, it gives me the error: > > > > [ivy:retrieve] :: UNRESOLVED DEPENDENCIES > :: > > [ivy:retrieve] > :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:retrieve] :: [ ops4j | org.ops4j.pax.wicket | > [0.3,1.0] > > ]: several problems occured while resolving depend > > ency: [ ops4j | org.ops4j.pax.wicket | [0.3,1.0] ] > {runtime=[default], > > compile=[default]}: > > [ivy:retrieve] java.lang.IllegalArgumentException: Invalid uri > > 'http://localhost:8084/artifacts/ivy-repo/ops4j/org.ops4j > > .pax.wicket/ivys/ivy-[0.3,1.0].xml': escaped absolute path not valid > > > > I thought ivy 1.4 supports revision ranges ? > > > Yes it does, but since it's a recent feature it can still > cause problem in some cases. Here the problem is that Ivy > always try to see if the asked revision is not an exact > revision, but it fails because the URL is not valid at all > with these characters. The solution is to set the property " > ivy.default.always.check.exact.revision" to false, then Ivy > will avoid testing what you ask as an exact revision first, > and hopefully it will fix your problem. > > Xavier > > > Thanks > > >