On Feb 17, 2009, at 8:24 PM, Galder Zamarreno wrote:
Hi, Hello to every Gradle user. This is my first ever post to this list. I have a question: Even though Eclipse classpath sourcepath attribute generation has not been implemented yet, I wondered whether it's possible to download the corresponding "*-sources.jar" from a maven repository using gradle. I suppose this is something that Gradle should optionally request via Ivy but looking at the code, I couldn't figure out how to do this and couldn't find an example in the user list either.
Using a classifier should work: For example: "junit:junit:4.4:sources" - Hans
Thanks very much in advance. Regards, -- Galder ZamarreƱo http://galder.zamarreno.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
-- Hans Dockter Gradle Project lead http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
