Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 72862 invoked from network); 27 Oct 2008 14:47:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2008 14:47:39 -0000 Received: (qmail 59113 invoked by uid 500); 27 Oct 2008 14:47:42 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 59077 invoked by uid 500); 27 Oct 2008 14:47:42 -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 59066 invoked by uid 99); 27 Oct 2008 14:47:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2008 07:47:42 -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 alexandre.gacon@gmail.com designates 209.85.198.242 as permitted sender) Received: from [209.85.198.242] (HELO rv-out-0708.google.com) (209.85.198.242) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2008 14:46:30 +0000 Received: by rv-out-0708.google.com with SMTP id b17so2108784rvf.40 for ; Mon, 27 Oct 2008 07:47:00 -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:mime-version:content-type; bh=ebv1qo4iPThk6LsHlLLQsoo0OJiqxBKD8XKXgxvRvBc=; b=OHHaSP01lw7MCg3HL/x1ACnffIB4/Z59HNKZP7AtgU44Qesh7/wlWYWoK7FOfk15BY lRkdt9ivJDNO27kMgGjCYUnXciVq2fU6ZMwnr2rxLTKfu8/lm51loCpMiGhIZdNRmW8j aQNY3zpBRiRDi8/Dzg0D895BEH/lFsw8MrKvw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dmo0ADe7bN6g0Ih4bHZyzCyYFeU+KHdeqiaL1tuCAP+xBptOGNsr46HpShFe7yKG/B YlVmcVMYS9HMV9W9XBB3/U1d3+15E5ZpUSeG4iYUOW3UgaHj7Eq96NnjOa3PGSoOFG/i KR20NB/4c3Le8epHYUCTOLoq9gc+Jf1t1gDqQ= Received: by 10.141.83.15 with SMTP id k15mr3278069rvl.289.1225118820799; Mon, 27 Oct 2008 07:47:00 -0700 (PDT) Received: by 10.141.77.14 with HTTP; Mon, 27 Oct 2008 07:47:00 -0700 (PDT) Message-ID: <45f3b7570810270747q6bc6b67p18841fe2d531e5d3@mail.gmail.com> Date: Mon, 27 Oct 2008 15:47:00 +0100 From: "Alexandre Gacon" To: ivy-user@ant.apache.org Subject: Problem solving revision with a iBiblio repository MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_61179_22957080.1225118820791" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_61179_22957080.1225118820791 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I work with a shared Maven2 repository. Ivy2 accesses to this repository through a iBiblio repository. In my ivy.xml file, I try to retrieve the latest.integration revision of a module, but the resolve step failed and can not find a matching revision. Before using a iBiblio repository, I used a file repository pointing to the shared network folder used as a MavenRep, and the resolve step succeeded (but I couldn't have the transitive dependencies). Should I always precise the revision I want (I tried and it works) or should I use some special settings to handle this ? Best regards, Alexandre Gacon ------=_Part_61179_22957080.1225118820791--