>Does anything similar to the above scenario exist for Gradle already? Nope :) So much I like consistent build environments, gradle wrapper currently can guarantee consistent gradle version, not jdk version.
Cheers! On Wed, Sep 14, 2011 at 6:51 AM, Ryan J <[email protected]> wrote: > Hi, > > I'm just starting to explore Gradle. One of the main reasons I'm > looking at Gradle is because it's the only build tool I've seen that > has the concept of bootstrapping itself via the Gradle wrapper. I > tried the wrapper tonight and it works so well that I would really > like something similar to bootstrap a per project JDK. My ideal > environment would allow me to do the following: > > 1) Check out a project from SVN. > 2) Run 'gradlew' and have it pull in a project specific bundle for > Gradle and the JDK. > 3) All calls to 'gradlew' use the environment set up in step 2. > > I also think it would be very useful if there was a way to query for > the location of the project specific Gradle and JDK homes. I think > such functionality would make it easier for IDEs to import an entire > Gradle project with a single click and have a no hassle, extremely > consistent build environment throughout the entire lifecycle of a > project. > > Does anything similar to the above scenario exist for Gradle already? > I would gladly create my own JDK bundles by hand and make them > available at a long lived (internal) URL. > > Ryan > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Szczepan Faber Principal engineer@gradleware Lead@mockito
