On 08.10.2011, at 19:44, Adam Murdoch wrote:

> 
> On 08/10/2011, at 10:30 AM, Joern Huxhorn wrote:
> 
>> I just wanted to try the latest m5 snapshot but stumbled.
>> 
>> According to documentation, the latest snapshots are located at 
>> http://repo.gradle.org/gradle/distributions-snapshots/
>> 
>> So I tried configuring the wrapper like this:
>> task wrapper(type: Wrapper) {
>>    gradleVersion = '1.0-milestone-5-20111008000006+0200'
>> }
>> 
>> I executed the wrapper task with 1.0-m4 but calling Gradle using gradlew is 
>> now giving me
>>    Downloading 
>> http://repo.gradle.org/gradle/distributions/gradle-snapshots/gradle-1.0-milestone-5-20111008000006+0200-bin.zip
>> 
>>    Exception in thread "main" java.io.FileNotFoundException: 
>> http://repo.gradle.org/gradle/distributions/gradle-snapshots/gradle-1.0-milestone-5-20111008000006+0200-bin.zip
>> 
>> The base-url used to retrieve the snapshot seems to have changed.
>> http://repo.gradle.org/gradle/distributions/gradle-snapshots/ does not 
>> contain the latest snapshot.
>> 
>> How can I get this working?
> 
> You can edit gradle/wrapper/gradle-wrapper.properties and fix the url.
> 

Thanks a lot, works.
I really should have thought about that myself, though. ;)

Joern.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to