On 15/09/2011, at 11:55 AM, Hani Suleiman wrote: > Does this address the Wharf issues where it's always going to the remote repo > for every dependency (and attempt 3-4 files per dependency)?
This snapshot fixes some cases where we were hitting the remote repo when things are cached. Looks like there are still some cases lurking, based on the build times you're seeing. The snapshot doesn't try to reduce the number of requests when it decides it needs to get something from the remote repo (our first aim is to make things work well when things are cached, and then worry about making things more efficient when we get a cache miss). > I'm still seeing amazingly long build times (10+ minutes) in projects with > many dependencies, even when everything's in the local cache. Could you run with --profile, so that we can verify that it is dependency resolution that is taking the time here? Some details of your build would be very useful. eg, Do you use more than one repository? Ivy or Maven repositories? Are you using many snapshots or dynamic revisions? > > On Sep 13, 2011, at 9:21 PM, Adam Murdoch wrote: > >> Hi, >> >> A snapshot for Gradle 1.0-milestone-5 is now available, which fixes a bunch >> of problems introduced in milestone-4. It also fixes a pile of other issues, >> and adds some new features. More details are available in the release notes >> at >> http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-5+Release+Notes >> (a work in progress). >> >> The snapshot is available at >> http://repo.gradle.org/gradle/distributions-snapshots/gradle-1.0-milestone-5-20110913092800+0200-bin.zip. >> We would appreciate your help in testing this snapshot. Please point your >> wrapper at the distribution, or download and install it, and let us know how >> you go. >> >> There will be at least one more snapshot before we release milestone-5, as >> we still need to fix http://issues.gradle.org/browse/GRADLE-1727. This issue >> makes the snapshot unusable with Gradle's own build, and presumably other >> builds, too. So, this snapshot is essentially a beta release of milestone-5. >> >> Please note that there are some breaking changes in this release. See: >> http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-5+Breaking+Changes. >> >> >> Thanks, >> >> Adam. >> >> -- >> Adam Murdoch >> Gradle Co-founder >> http://www.gradle.org >> VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting >> http://www.gradleware.com >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
