You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Alex Taggart (JIRA)" <ji...@apache.org> on 2009/04/20 21:56:47 UTC

[jira] Commented: (IVY-1021) add flag or exclude option to ivy:install to avoid source or javadoc packages

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

Alex Taggart commented on IVY-1021:
-----------------------------------

This one issue is keeping us on Ivy 2.0.0-beta2 (or more accurately, the breaking change from IVY-325).

It is a huge waste of time updating many hundreds of <dependency/> nodes spread across many dozens of ivy.xml files to only pull the jars, or waste inordinate amounts of bandwidth (and thus time) pulling down entirely useless javadoc and source JARs/ZIPs into my applications' lib.  

> add flag or exclude option to ivy:install to avoid source or javadoc packages
> -----------------------------------------------------------------------------
>
>                 Key: IVY-1021
>                 URL: https://issues.apache.org/jira/browse/IVY-1021
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>    Affects Versions: 2.0
>         Environment: ivy > beta 2 is affected
>            Reporter: Brian Matzon
>            Priority: Critical
>
> Changes comitted in IVY-325 results in ivy:install to install source and javadoc files. This is all fine, except if people dont use [type] in their pattern it will fail because its trying to download multiple files with the same name (but different type).
> This is a change in behavior since 2.0 beta2.
> it would be nice to either add a flag to avoid this behavior or add and exclude/include section, like the dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.