Do you consider two minutes very slow here? How often do you do an initial checkout? Turning off the downloading of source and Javadoc Jars would probably speed things up (and you can do it), but then of course they won't be available in the IDE. The 404 just means that there is no source Jar for ASM, but Gradle can't know this beforehand.
-- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org Merlyn Albery-Speyer wrote: > > Hi all, > > I've a gradle project with a reasonable number of dependencies*. I'm > using an Artifactory server as my mavenCentral. When I get a fresh > checkout of my project and generate an idea project it takes a full > two minutes. (Not if I run it the second time immediately afterwards, > as by then Ivy/Artifactory has cached the response the information). > Looking at the debug output I see a lot of these lines: > > 09:17:22.776 [DEBUG] > [org.gradle.api.internal.artifacts.ivyservice.IvyLoggingAdaper] > trying > http://myartifactoryhost:8080/artifactory/repo/asm/asm/3.1/asm-3.1-sources.jar > 09:17:22.776 [DEBUG] > [org.gradle.api.internal.artifacts.ivyservice.IvyLoggingAdaper] > tried > http://myartifactoryhost:8080/artifactory/repo/asm/asm/3.1/asm-3.1-sources.jar > 09:17:29.250 [DEBUG] > [org.gradle.api.internal.artifacts.ivyservice.IvyLoggingAdaper] HTTP > response status: 404 > url=http://myartifactoryhost:8080/artifactory/repo/asm/asm/3.1/asm-3.1-sources.jar > > Any suggestions? > > Cheers, > Merlyn > > ------------------------------------------------------------ > Gradle 1.0-milestone-1 > ------------------------------------------------------------ > > Gradle build time: Sunday, 27 February 2011 02:13:20 PM EST > Groovy: 1.7.8 > Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 > Ivy: 2.2.0 > JVM: 1.6.0_22 (Apple Inc. 17.1-b03-307) > OS: Mac OS X 10.5.8 x86_64 > > $ gradle dependencies | wc -l > 30 > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > -- View this message in context: http://gradle.1045684.n5.nabble.com/Artifactory-no-sources-to-be-found-idea-plugin-very-slow-experience-tp4257143p4257455.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
