Re: Differences in retrieve pattern between Ivy 2.5.0/2.5.1 & 2.5.2?

2024-03-12 Thread Lewis John McGibbney
Thanks for this guidance Stefan :) I was able to get a patch together at https://github.com/apache/nutch/pull/803 Hopefully this helps others who may be confused as I was. Thank you lewsmc On 2024/03/12 18:57:51 Stefan Bodewig wrote: > On 2024-03-11, lewis john mcgibbney wrote: > &g

Differences in retrieve pattern between Ivy 2.5.0/2.5.1 & 2.5.2?

2024-03-11 Thread lewis john mcgibbney
Hi ivy-user@, I am working on upgrading Ivy to latest over in the Apache Nutch project. The build works just fine with 2.5.0 and 2.5.1 but with 2.5.2 the CI fails with the following complaint /home/runner/work/nutch/nutch/src/plugin/build-plugin.xml:234: impossible to ivy retrieve:

Re: Working with SNAPSHOT's

2014-10-20 Thread Lewis John Mcgibbney
and also use it the way you said, i.e. rev=x.y-SNAPSHOT and changing=true. Cheers, Chris. On 17/10/14 20:20, Lewis John Mcgibbney wrote: Hi Folks, Does anyone work with Maven SNAPSHOT within Ivy configuration? Thank you Lewis On Sat, Oct 11, 2014 at 4:24 PM, Lewis John Mcgibbney

Re: Working with SNAPSHOT's

2014-10-20 Thread Lewis John Mcgibbney
/14 16:06, Lewis John Mcgibbney wrote: Hi Christoph, Can you verify your ivysettings.xml for me please? I am keen to find if my settings are incorrect. Thank you very m uch for reply. Best Lewis On Mon, Oct 20, 2014 at 1:47 AM, Christoph John christoph.j...@macd.com wrote: Hi, we

Re: Working with SNAPSHOT's

2014-10-20 Thread Lewis John Mcgibbney
This works a dream. It looks like it was my resolver that was off. Thank you for reply. Very much appreciated. best Lewis On Mon, Oct 20, 2014 at 7:32 AM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Fantastic, I will scope this out, try it and get back to you with exactly what

Working with SNAPSHOT's

2014-10-11 Thread Lewis John Mcgibbney
Hi Folks, I have been attempting to work with maven SNAPSHOT's [0] in my Ivy settings [1]. I 'thought' [2] that this was resolved, but it would appear that it is no longer working! I have added a note that in order to use the Maven SNAPSHOT's [3] I should replace the 'rev' with the 0.X-SNAPSHOT

rev=latest.integration not new enough

2013-02-22 Thread Lewis John Mcgibbney
Hi Everyone, I have an issue where I wish to use the most recent snapshot from here [0] when sourcing the dependencies for another project. If you look at [0] you'll see that there are various SNAPSHOT's available. I wish to pull the 'very' latest one e.g. an irtifact which looks like this

Re: rev=latest.integration not new enough

2013-02-22 Thread Lewis John Mcgibbney
positive I can resolve 2 if I can resolve 1 first. Thanks again. Lewis On Fri, Feb 22, 2013 at 1:56 PM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Hi Everyone, I have an issue where I wish to use the most recent snapshot from here [0] when sourcing the dependencies for another

Unknown fetching configuration for Ivy 2.2.0

2012-02-23 Thread Lewis John Mcgibbney
Hi, Since last posting I have now 'correctly' configured the resolvers in ivysettings.xml to fetch Gora SNAPSHOT's from here [0]. However now I am experiencing a really weird problme that left me scratching my head in a confused state! In my ivy.xml I have !--Gora artifacts: --

Re: Configuration problem when pulling Gora SNAPSHOT's

2012-02-04 Thread Lewis John Mcgibbney
Hi Maarten, Thanks for the heads up, unfortunately this is not working. I wonder if you can help he with some clarification... what does the .[ext] represent? To clarify is this an extension such as .pom, .jar, .war etc? The annoying thing is that the jar I wish to fetch has the regex

Configuration problem when pulling Gora SNAPSHOT's

2012-02-03 Thread lewis john mcgibbney
Hi Ivy Community, I've been working on publishing Apache Gora SNAPSHOT's [1] to repository.apache.org and have been trying to pull them using Ivy 2.2.0 using the following in ivy.xml dependency org=org.apache.gora name=gora-core rev=0.2-SNAPSHOT conf=*-compile/ dependency org=org.apache.gora