When just starting Gradle 1.3 (even as daemon), i get an ‘java.lang.ClassNotFoundException: org.apache.ivy.core.cache.RepositoryCacheManager’. Gradle12 works fine for me.
What have i missed? PS. Running on offical JDK 1.6/1.7.
When just starting Gradle 1.3 (even as daemon), i get an ‘java.lang.ClassNotFoundException: org.apache.ivy.core.cache.RepositoryCacheManager’. Gradle12 works fine for me.
What have i missed? PS. Running on offical JDK 1.6/1.7.
Please double-check that your Gradle installation isn’t corrupted, and provide the full stack trace (’-S’), debug log (’-d’) (using https://gist.github.com), and output of ‘gradle -v’.
Strange. I’ve redownloaded archive (taken ‘-all’ instead of ‘-bin’), and it works fine now.
Thank you very much!