Re: Roadmap, goals, future of Ivy?

2015-08-23 Thread Josh Suereth
Also a note: For sbt, we've (for at least a year now) maintained our own fork of the code base where we mrege in patches from master and try to contribute back. We are also concerned about the lack of activity and consider any Ivy bug something we need to own and fix as a project. On Sun, Aug

Re: Commit Candidates for Ivy 2.4.x

2014-10-27 Thread Josh Suereth
Ivy-1452 has my vote. We had to backport that to ivy 2.3 for sbt On Oct 26, 2014 3:30 PM, Jean-Louis Boudart jeanlouis.boud...@gmail.com wrote: 2014-10-26 20:19 GMT+01:00 Nicolas Lalevée nicolas.lale...@hibnet.org: - IVY-1465 [1] doesn’t seem to be fully finished. One part is in the

Re: Commit Candidates for Ivy 2.4.x

2014-10-27 Thread Josh Suereth
it. Nicolas Le 27 oct. 2014 à 17:44, Josh Suereth joshua.suer...@gmail.com a écrit : Ivy-1452 has my vote. We had to backport that to ivy 2.3 for sbt On Oct 26, 2014 3:30 PM, Jean-Louis Boudart jeanlouis.boud...@gmail.com wrote: 2014-10-26 20:19 GMT+01:00 Nicolas Lalevée nicolas.lale

Re: Release of Ivy 2.4.0

2014-10-21 Thread Josh Suereth
to be fixed on master branch could you take a nightly build and give a try ? You can find the latest nightly build here : https://builds.apache.org/view/All/job/Ivy/lastStableBuild/ 2014-10-16 22:00 GMT+02:00 Josh Suereth joshua.suer...@gmail.com: If It helps, we had to move back to 2.3 because parent

Re: Release of Ivy 2.4.0

2014-10-16 Thread Josh Suereth
If It helps, we had to move back to 2.3 because parent-pom-properties don't resolve correctly in 2.4.0-rc1 which broke a lot of our users. On Oct 15, 2014 6:28 PM, Maarten Coene maarten_co...@yahoo.com.invalid wrote: If I remember correctly, the 2.4.0-RC1 also introduced some other very

Re: Hoped for advantages of migrating to git

2014-04-30 Thread Josh Suereth
If you don't mind some recommendations from the peanut gallery (been using git for 5 years now) On Wed, Apr 30, 2014 at 9:53 AM, Antoine Levy-Lambert anto...@gmx.dewrote: Hello Maarten, I do not know a lot about git either. Here are the advantages I see in migrating to git : - git

Re: Hoped for advantages of migrating to git

2014-04-30 Thread Josh Suereth
as in github. Nicolas Le 30 avr. 2014 à 16:01, Josh Suereth joshua.suer...@gmail.com a écrit : If you don't mind some recommendations from the peanut gallery (been using git for 5 years now) On Wed, Apr 30, 2014 at 9:53 AM, Antoine Levy-Lambert anto...@gmx.de wrote: Hello

Ivy slow resolution

2014-04-28 Thread Josh Suereth
On a whim, I implemented parallel download of artifacts by hooking the downloadArtifacts method of Resolve engine. While this can potentially speed up download performance, the resolution times (getDepedencies) still dominates (of course). Parallel downloads is an often requested feature of sbt,

Re: Ivy slow resolution

2014-04-28 Thread Josh Suereth
On Mon, Apr 28, 2014 at 10:13 AM, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: Le 28 avr. 2014 à 13:59, Josh Suereth joshua.suer...@gmail.com a écrit : On a whim, I implemented parallel download of artifacts by hooking the downloadArtifacts method of Resolve engine. While this can

Re: Standard repository layout?

2014-04-10 Thread Josh Suereth
Ben - Do you mean ~/.ivy2/local or ~/.ivy2/cache ? AFAIK the cache bit is the same in sbt as for Ivy, caveat that we try to ignore what resolver an artifact came from in the store. However, Gradle's cache is a completely different beast, so the I don't think the two are compatible. Now for

Re: Standard repository layout?

2014-04-10 Thread Josh Suereth
Sorry, send that a bit too early, here's the hook to local where we adapt the pattern for sbt plugins: https://github.com/sbt/sbt/blob/0.13/ivy/src/main/scala/sbt/Resolver.scala#L281-L285 If you're not resolving sbt plugins, that shouldn't matter. On Thu, Apr 10, 2014 at 8:47 AM, Josh Suereth

Re: Standard repository layout?

2014-04-10 Thread Josh Suereth
by default when publishing to ~/.ivy2/local, right? Hopefully for compatibility SBT would do the same thing as Ivy there. Thanks, Ben On Thu, Apr 10, 2014 at 5:48 AM, Josh Suereth joshua.suer...@gmail.com wrote: Sorry, send that a bit too early, here's the hook to local where we adapt

Ivy issues publishing with overwrite=false to Artifactory

2014-04-04 Thread Josh Suereth
Hey guys, I just pushed https://issues.apache.org/jira/browse/IVY-1466. In sbt, we recently decided to try to default artifactory to using overwrite=false for most artifacts. While this has exposed a few issues in our own process, the above feels like a general bug.I'm more than willing to

Re: Ivy performance fix

2014-04-01 Thread Josh Suereth
Done: https://issues.apache.org/jira/browse/IVY-1465 On Tue, Apr 1, 2014 at 3:40 PM, Josh Suereth joshua.suer...@gmail.comwrote: Can do. I'll have to find a jira account. On Tue, Apr 1, 2014 at 3:36 PM, Maarten Coene maarten_co...@yahoo.comwrote: Hi Josh, yes I think we can merge

Re: Ivy tests not passing

2014-03-31 Thread Josh Suereth
. Are there any alternative approached for testing the error logs than attempting to hit a URL? Is the fact that the SAX exception leaks on a 503 response something I should open as a ticket and resolve? Thanks! - Josh On Sat, Mar 29, 2014 at 1:23 PM, Josh Suereth joshua.suer...@gmail.comwrote

Ivy performance fix

2014-03-31 Thread Josh Suereth
? Thanks! - Josh Suereth Tools Lead Typesafe, Inc.

Re: Ivy tests not passing

2014-03-29 Thread Josh Suereth
28, 2014 at 7:29 PM, Maarten Coene maarten_co...@yahoo.comwrote: Hi Josh, The junit tests should all pass when you run them with Ant. On what platform do you run them and what is the error you get? Maarten Van: Josh Suereth joshua.suer...@gmail.com Aan

Re: Ivy tests not passing

2014-03-29 Thread Josh Suereth
Sorry, sent that too fast: When I compile trunk, I get the above error. When I compile 2.3, I get a bunch of OSGi related errors. On Sat, Mar 29, 2014 at 1:23 PM, Josh Suereth joshua.suer...@gmail.comwrote: Well, I tried both master and 2.4, but we should start with master (trunk?) I guess

Ivy tests not passing

2014-03-28 Thread Josh Suereth
Hello Ivy Community! I'm Josh Suereth with the sbt build tool. We've been using Ivy for a few years now, and have recently decided that we'd like to start contributing back some of the usability/performance fixes we have. I'm running into an issue though: Failing tests. I checked out all