You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/07/08 17:06:33 UTC

[jira] Resolved: (IVY-801) Need defaultconf in publications tag of ivy file

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

Xavier Hanin resolved IVY-801.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC1

This is implemented now, there is a new defaultconf attribute on the publications tag to do what you were expecting.

> Need defaultconf in publications tag of ivy file
> ------------------------------------------------
>
>                 Key: IVY-801
>                 URL: https://issues.apache.org/jira/browse/IVY-801
>             Project: Ivy
>          Issue Type: New Feature
>            Reporter: Shawn Castrianni
>            Assignee: Xavier Hanin
>             Fix For: 2.0-RC1
>
>
> Let's say I have 5 configurations and 50 artifacts in my ivy.xml file.
> Let's say all artifacts are valid for all configurations so I don't 
> specify a conf on anything since the default is *.  Now let's say I 
> introduce a new configuration that only 1 artifact belongs to.  Now I 
> have to change all 49 artifacts and add a 
> conf="conf1,conf2,conf3,conf4,conf5" since the default of * would now 
> include the 6th configuration that I just added.  That is a pain.
> It would be better to add a defaultconf attribute on the publications 
> tag so that a missing conf attribute would default to the defaultconf 
> instead of *.

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