Can you run with -i --refresh=dependencies? This will tell you which URLs Gradle tried to use, and what result it got.
On 23/02/2012, at 12:46 PM, David Kowis wrote: > It doesn't even attempt to download the jar file actually. > > Following the instructions from here: > https://code.google.com/p/gradle-macappbundle/wiki/Intro > > I have the entire thing here: > https://github.com/dkowis/Catacomb-Snatch-1/tree/mac > > I'm running against 1.0-milestone-8a > > Feel free to check out that project, and try to run it yourself. > > I get this result: > $ gradle tasks > > FAILURE: Build failed with an exception. > > * What went wrong: > Could not resolve all dependencies for configuration ':classpath'. >> Could not find group:edu.sc.seis, module:gradle-macappbundle, > version:1.0.3. > Required by: > :Catacomb-Snatch-1:unspecified > > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > BUILD FAILED > > > It doesn't even try to download the dependency, it just gives up > completely when it cannot resolve it. > > > Thanks, > David > -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
