Hello Rene, > Sorry Tomek, I pointed to the wrong directory. The mentioned URL ( > http://dist.codehaus.org/gradle/ ) only hosts distributions and no > snapshots. The gradle snapshots are available at > http://snapshots.codehaus.org/gradle/. The right URL seems to be http://snapshots.dist.codehaus.org/gradle/ :)
Thanks ! -- Regards / Pozdrawiam Tomek Kaczanowski > regards, > René > > > > Rene Groeschke schrieb: >> >> Hi Tomek, >> The easiest way is to take a look at http://dist.codehaus.org/gradle/ >> to find the latest uploaded snapshot. To run the gradlewrapper with the >> latest nightly build I change the dist url and dist version in my >> gradle-wrapper.properties file to point to artifacts produced by a hudson >> build job. Using this hudson url is a bit annoying, since you have to >> update the dist url every time you're updating to a newer nightly build >> because the job id is part of the url. >> >> regards, >> René >> >> >> >> Tomek Kaczanowski schrieb: >>> >>> Hello All, >>> >>> what is the latest version that can be used in wrapper task ? >>> >>> I tried to get the latest one available on TeamCity >>> (0.9-20100313072636+0300 at the moment of writing) but then gradlew >>> fails with >>> Exception in thread "main" java.io.FileNotFoundException: >>> http://dist.codehaus.org/gradle/gradle-0.9-20100313072636+0300-bin.zip >>> >>> task wrapper(type: Wrapper) { >>> gradleVersion = '0.9-20100226145830+1100' // this works >>> //gradleVersion = '0.9-20100313072636+0300' // this fails >>> } >>> >>> I guess there is some latency in the availability of snapshots - how >>> can I find out what is the latest version that can be used ? >>> >>> >> >> > > > -- > ------------------------------------ > Rene Groeschke > > [email protected] > http://www.breskeby.com > http://twitter.com/breskeby > ------------------------------------ > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
