That would explain it. We're using a fileshare, so no HTTP. Andy Oberstar
From: Adam Murdoch <[email protected]> To: [email protected] Date: 09/12/2011 03:17 PM Subject: Re: [gradle-user] Re: Configuring Ivy pattern with the new ivy() repository Are you using an HTTP or local file repository? Dynamic revisions should work fine with the local file system, but shouldn't work (very well) with HTTP, yet. On 12/09/2011, at 11:06 PM, [email protected] wrote: I've been able to use dynamic revisions; at least in the following two formats: latest.<status> (e.g. latest.milestone) <version>+ (e.g. 1.0.+) Andy Oberstar From: Adam Murdoch <[email protected]> To: [email protected] Date: 09/11/2011 05:29 PM Subject: Re: [gradle-user] Re: Configuring Ivy pattern with the new ivy() repository On 12/09/2011, at 6:38 AM, vsajja wrote: I can configure the artifact pattern as shown in that example, however, I can't seem to use Ivy's dynamic revision capabilities for resolving any of my dependencies ( http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html ). The repositories.ivy() method is a work in progress, so is missing some stuff. It doesn't understand dynamic revisions: http://issues.gradle.org/browse/GRADLE-1789 Plus, you can't specify separate ivy descriptor patterns (it always uses the artifact patterns): http://issues.gradle.org/browse/GRADLE-1788 -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
