From ivy-user-return-275-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Mon Jan 15 04:58:53 2007 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 35273 invoked from network); 15 Jan 2007 04:58:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 04:58:52 -0000 Received: (qmail 95033 invoked by uid 500); 15 Jan 2007 04:58:59 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 94973 invoked by uid 500); 15 Jan 2007 04:58:59 -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 94964 invoked by uid 99); 15 Jan 2007 04:58:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2007 20:58:58 -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 rubycoder@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2007 20:58:50 -0800 Received: by nf-out-0910.google.com with SMTP id a4so2045054nfc for ; Sun, 14 Jan 2007 20:58:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IbK8Cg+xCodCHwbKtTigvI65GudzhbXUBXs295vbXBxw8baYlTt3owd4I7s/jhWtsBLDyxVK5Jd9T378QFm80tCWrGSeqspL0U7mw5nBk0jgtxwNkOLfuyP9cJvCttuY2QwMx0xigBkj5l9M/c0fyR4kHPaX9qzWUzqgr3+euiY= Received: by 10.49.43.2 with SMTP id v2mr3756577nfj.1168837108970; Sun, 14 Jan 2007 20:58:28 -0800 (PST) Received: by 10.49.56.17 with HTTP; Sun, 14 Jan 2007 20:58:28 -0800 (PST) Message-ID: Date: Mon, 15 Jan 2007 12:58:28 +0800 From: Cecile To: ivy-user@incubator.apache.org Subject: Re: (ivy 1.4) Problem using version ranges In-Reply-To: <635a05060701112302l172bb639j9bcba4267530c50@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <635a05060701112302l172bb639j9bcba4267530c50@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Xavier, 2007/1/12, Xavier Hanin : > 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. By setting the property above, I now get a different error: [ivy:retrieve] local.tomcat: no ivy file nor artifact found for [ ops4j | org.ops4j.pax.wicket | [0.3,1.0] ] [ivy:retrieve] tried http://localhost:8084/artifacts/ivy-repo/ops4j/org.ops4j.pax.wicket/ivys/ivy-[0.3,1.0].xml [ivy:retrieve] tried http://localhost:8084/artifacts/ivy-repo/ops4j/org.ops4j.pax.wicket/ivys/ivy-[[0.3,1.0]].xml [ivy:retrieve] tried http://localhost:8084/artifacts/ivy-repo/ops4j/org.ops4j.pax.wicket/jars/service-[0.3,1.0].jar [ivy:retrieve] WARN: module not found: [ ops4j | org.ops4j.pax.wicket | [0.3,1.0] ] I'm expecting that it will try the following jar files in succession: e.g. http://.../service-0.3.jar http://.../service-0.4.jar ...etc.. http://.../service-1.0.jar Do I have the right understanding of revision ranges ? Thanks.