hello gradle-users,
is there a decent way, to let gradle retrieve lib-sources
to the ide-workspace (or another proper location), so that
a comfortable debug into thirdparty-code is possible ?
in our 'pre-gradle' ;-) builds we do kind of this:
<dependency org="com.lowagie" name="itext" rev="2.0.8"
conf="compile->default">
<artifact name="itext" type="jar" ext="jar"/>
<artifact name="itext" type="source" ext="src.zip"/>
</dependency>
(we retrieve all artifacts through cache to $basedir/lib
and handset build-path with source-attachments)
this is probably a point for the 'gradle eclipse' command too.
fg h. denk
--
View this message in context:
http://www.nabble.com/howto-retrieve-sources-for-thirdparty-libs-tp19273681p19273681.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