Hi Hans,

First of all, thanks very much for your help with this.

Hans Dockter wrote:

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"

I'm a bit confused here. If I do the following:

compile "junit:junit:4.4"

The JUnit test classes are added compiled fine.

If I use compile "junit:junit:4.4:sources", gradle adds the sources to the classpath but not the actual compiled jar, hence compilation fails.

If I add:

compile "junit:junit:4.4"
compile "junit:junit:4.4:sources"

It only uses sources for compilation and it fails :(

Am I missing something obvious? I want compilation to work and download the sources at the same time.


- 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



--
Galder ZamarreƱo
http://galder.zamarreno.com

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

   http://xircles.codehaus.org/manage_email


Reply via email to