Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 65642 invoked from network); 30 Oct 2008 14:32:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2008 14:32:25 -0000 Received: (qmail 8191 invoked by uid 500); 30 Oct 2008 14:32:30 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 8173 invoked by uid 500); 30 Oct 2008 14:32:30 -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 8162 invoked by uid 99); 30 Oct 2008 14:32:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2008 07:32:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.146] (HELO web30803.mail.mud.yahoo.com) (68.142.200.146) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 30 Oct 2008 14:31:13 +0000 Received: (qmail 57433 invoked by uid 60001); 30 Oct 2008 14:31:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=MspLlRSubydwHy578ZS3SXux3d/IgfG09X+TksqrIpBWWR4fbRONt8XV/6XIaByMu6XXeUyMy8KMFOuCpaNHe8vi0J7hAfcCvJVW6VsG1dQjec0TMNinF6Mxj9rnPX5ay/75ntdjthqQP80bpp3UT4ZLuLZzJqnMujWui0D/1lc=; X-YMail-OSG: OM2rAZ4VM1m4kpAfiE5SHxcuQ5k96JnM9hrAi.9shJHe8NwTzirCYX7zyF7VlxcvxjqnXSKUJyVWIAZqJUOPQdm1JXXKLRJDd2UYQmG8SdC0VstTvz1Y1W0bIChJb4_GyPSzFu.YwooNhD_zlwmQnO4v5NTBErgl6.GHlMpzIsBgTJ_tFgBRm5srVGfc Received: from [134.58.179.36] by web30803.mail.mud.yahoo.com via HTTP; Thu, 30 Oct 2008 07:31:52 PDT X-Mailer: YahooMailRC/1096.40 YahooMailWebService/0.7.247.3 Date: Thu, 30 Oct 2008 07:31:52 -0700 (PDT) From: Maarten Coene Subject: Re: BUG : IVY can not handle revision sets in pom file To: ivy-user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <372854.56971.qm@web30803.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org The FileSystem resolver doesn't use URLs, that's why it works. The Ibiblio resolver only works with URLs, so if you pass it an invalid URL, it will not work for listing the revisions. I think the correct URL in your case is: file:////qao/MavenRepository . Did you try this out? Maarten ----- Original Message ---- From: Alexandre Gacon To: ivy-user@ant.apache.org Sent: Thursday, October 30, 2008 2:09:06 PM Subject: Re: BUG : IVY can not handle revision sets in pom file Hello, changing the root URL to file:// instead of file:\\ doesn't solve the problem. If I turn the iBiblio resolver into a filesystem resolver, the revision resolution works fine but I don't have the transitive dependencies. Alexandre On Wed, Oct 29, 2008 at 9:51 PM, Maarten Coene wrote: > I think it is caused because your ibiblio root isn't a valid file: URL. > It should begin with "file://", but I'm not sure about the syntax for > network drives on windows... > > Maarten > > > > > ________________________________ > From: Alexandre Gacon > To: ivy-user@ant.apache.org > Sent: Wednesday, October 29, 2008 9:08:48 AM > Subject: Re: BUG : IVY can not handle revision sets in pom file > > Hello Maarten, > > You will find attache to this mail, the settings I use, the ivy file of my > project and the pom description of the JasperReport library. > > You will also find the output of my ant build. > > Alexandre > > > > > > On Tue, Oct 28, 2008 at 10:09 PM, Maarten Coene > wrote: > > It should work... > Could you post some of the output you get and your settings.xml? > > Maarten > > > > > > ----- Original Message ---- > From: Alexandre Gacon > To: ivy-user@ant.apache.org > Sent: Tuesday, October 28, 2008 3:02:59 PM > Subject: BUG : IVY can not handle revision sets in pom file > > Hi, > > I am trying to retrieve a Java library (the Jasper Report library) and its > dependencies in a Maven Repository but IVY failed to resolved some of the > dependencies. > > For example the pom declare a depency on jfree#jcommon;[1.0.0,] and ivy can > not resolve it, whereas I have the 1.0.0 and 1.0.2 versions in my > repository. > > Is it a bug ? > > Best regards, > > Alexandre > > > >