You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Erik-Berndt Scheper (JIRA)" <ji...@apache.org> on 2009/01/12 12:27:59 UTC

[jira] Issue Comment Edited: (IVY-1003) Add support for transitive retrieval of source and javadoc artifacts

    [ https://issues.apache.org/jira/browse/IVY-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662938#action_12662938 ] 

fbascheper edited comment on IVY-1003 at 1/12/09 3:27 AM:
-------------------------------------------------------------------

At the moment, transitive retrieval of javadoc and source jars is only possible by manually adding all artifacts as individual dependencies to the ivy.xml file, which is both tedious and error-prone. 

      was (Author: fbascheper):
    At the moment, transitive retrieval of javadoc and source jars is only possible by manually adding all jars to the ivy.xml file, which is tedious and error-prone. 
  
> 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
>
> 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.
-
You can reply to this email to add a comment to the issue online.