Yes, it works. Thank you, I will lighten my IVY files now. Best regards,
Alexandre On Thu, Oct 30, 2008 at 3:31 PM, Maarten Coene <[EMAIL PROTECTED]>wrote: > 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 <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > 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 <[EMAIL PROTECTED] > >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 <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > 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 <[EMAIL PROTECTED] > > > > wrote: > > > > It should work... > > Could you post some of the output you get and your settings.xml? > > > > Maarten > > > > > > > > > > > > ----- Original Message ---- > > From: Alexandre Gacon <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > 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 > > > > > > > > > > > > >