Re: Ivy performance fix

2014-04-01 Thread Maarten Coene
Thanks! I'll try to have a look at it soon. Maarten Van: Josh Suereth Aan: Ant Developers List ; Maarten Coene Verzonden: dinsdag 1 april 21:47 2014 Onderwerp: Re: Ivy performance fix Done: https://issues.apache.org/jira/browse/IVY-1465 On Tue,

Re: Ivy performance fix

2014-04-01 Thread Josh Suereth
t;> Van: Antoine Levy Lambert >> Aan: Ant Developers List >> Verzonden: dinsdag 1 april 3:58 2014 >> Onderwerp: Re: Ivy performance fix >> >> >> Hello Josh, >> >> thanks for contacting the Ant/Ivy community. >> >> I think we can work with pu

Re: Ivy performance fix

2014-04-01 Thread Josh Suereth
ining a link to the patch? > > thanks! > Maarten > > > > > Van: Antoine Levy Lambert > Aan: Ant Developers List > Verzonden: dinsdag 1 april 3:58 2014 > Onderwerp: Re: Ivy performance fix > > > Hello Josh, > > thank

Re: Ivy performance fix

2014-04-01 Thread Maarten Coene
List Verzonden: dinsdag 1 april 3:58 2014 Onderwerp: Re: Ivy performance fix Hello Josh, thanks for contacting the Ant/Ivy community. I think we can work with pull requests on github, as long as we see clearly the diffs with the code in the svn repository we should be fine. @Maarten, Ni

Re: Ivy performance fix

2014-03-31 Thread Antoine Levy Lambert
Hello Josh, thanks for contacting the Ant/Ivy community. I think we can work with pull requests on github, as long as we see clearly the diffs with the code in the svn repository we should be fine. @Maarten, Nicolas, and others in the Ivy community, do you think we can merge this before buildi

Ivy performance fix

2014-03-31 Thread Josh Suereth
So, for the sbt project we noticed significant resolution time improvements with the following patch: https://github.com/sbt/ivy/pull/1 The reasoning: - A lot of artifacts being resolved use Maven's "dependencyManagement" conventions - Ivy appears to turn these into "exact matcher" rul