Andrew Schetinin wrote: > > I'm trying to add a list of JARs, extracted from a downloaded WAR, to a > generated Eclipse project's classpath. >
Can you make it so that the Jars will be uploaded separately? This would simplify your task. Andrew Schetinin wrote: > > May be it can be done in some other way, so that all plugins - > compileJava, > eclipseClasspath, ideaModule (or whatever) receive a proper classpath? > It seems that the Jars extracted from the War are regular compile dependencies. Hence you should add them to the "compile" configuration. Then you won't have to fiddle with the compileJava, eclipseClasspath, and ideaModule tasks. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/How-to-customize-Eclipse-classpath-tp4358026p4358533.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
