Hey

I had a weird issue trying to build gradle recently.
coreImpl:compileGroovy was failing:

[ant:groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed:
[ant:groovyc] Compile error during compilation with javac.
[ant:groovyc] error: error reading
/Users/szczepan/.gradle/caches/artifacts-4/org.jfrog.wharf/wharf-core/f55a429ad2924a5a3465265b9db0d862/jars/wharf-core-1.0-20111007143103.jar;
cannot read zip file
[ant:groovyc] 
/Users/szczepan/gradle/gradle.src/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/DefaultSettingsConverter.java:37:
package org.jfrog.wharf.ivy.model does not exist
[ant:groovyc] import org.jfrog.wharf.ivy.model.WharfResolverMetadata;
[ant:groovyc]                                 ^
[ant:groovyc] 
/Users/szczepan/gradle/gradle.src/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/artifactcache/LinkingArtifactFileStore.java:24:
package org.jfrog.wharf.ivy.model does not exist
[ant:groovyc] import org.jfrog.wharf.ivy.model.WharfResolverMetadata;
[ant:groovyc]                                 ^
[ant:groovyc] 
/Users/szczepan/gradle/gradle.src/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/artifactcache/LinkingArtifactFileStore.java:25:
package org.jfrog.wharf.ivy.util does not exist

Removing "/Users/szczepan/.gradle/caches/artifacts-4" folder solved
it. I dont remember what I did to expose this problem... the only
thing that occurs me is that I cleared the .gradle/cache dir about a
week ago.

Cheers!
--
Szczepan Faber
Principal engineer@gradleware
Lead@mockito

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

    http://xircles.codehaus.org/manage_email


Reply via email to