[ 
https://issues.apache.org/jira/browse/IVY-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Sobczuk updated IVY-1003:
---------------------------------

    Attachment: workaround in ant.zip

Hi lads,
I've attached a workaround for the problem. It's a small ant target which 
resolves (not retrieves) jar dependencies, reports them to a xml file, 
transforms a report file into ivy-file which in turn is used to download 
sources.
Please note you have to update the xslt file with correct <info/> tag
Cheers

> Add support for transitive retrieval of source and javadoc artifacts
> --------------------------------------------------------------------
>
>                 Key: IVY-1003
>                 URL: https://issues.apache.org/jira/browse/IVY-1003
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2
>            Reporter: Erik-Berndt Scheper
>         Attachments: IVY-1003-r835571.patch, workaround in ant.zip
>
>
> Currently, IVY only supports retrieving 'jar' artifacts transitively (using 
> the 'transitive' attribute of a dependency), as documented 
> [here|http://ant.apache.org/ivy/history/trunk/ivyfile/dependency.html].
> It would be very nice if IVY would also support transitive retrieval of the 
> source and javadoc artifacts. 
> This would require two extra attributes for the dependency element:
> * transitive-source
> * transitive-javadoc
> To ensure backwards compatibility, these attributes should be optional and 
> should default to false.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to