You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2007/12/07 22:36:42 UTC

[jira] Created: (IVY-664) XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element

XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element
----------------------------------------------------------------------------------------------------------------

                 Key: IVY-664
                 URL: https://issues.apache.org/jira/browse/IVY-664
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0-beta-1
            Reporter: Maarten Coene
            Assignee: Maarten Coene


See subject

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


[jira] Resolved: (IVY-664) XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene resolved IVY-664.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2

> XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-664
>                 URL: https://issues.apache.org/jira/browse/IVY-664
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Maarten Coene
>            Assignee: Maarten Coene
>             Fix For: 2.0.0-beta-2
>
>
> See subject

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


[jira] Commented: (IVY-664) XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549580 ] 

Maarten Coene commented on IVY-664:
-----------------------------------

This deprecated attribute is handled as an extra-attribute, that's why it is not written out because of IVY-471.
Fixing IVY-471 will solve this, however, maybe a better solution would be to handle the deprecated attribute as a normal property and not as an extra-attribute.

> XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-664
>                 URL: https://issues.apache.org/jira/browse/IVY-664
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Maarten Coene
>            Assignee: Maarten Coene
>
> See subject

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


[jira] Commented: (IVY-664) XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549583 ] 

Xavier Hanin commented on IVY-664:
----------------------------------

Indeed, it would better be a regular attribute. I'm even surprised it is seen as an extra attribute, since deprecated is supported since much longer than extra attributes. I guess having it as an extra attribute is a side effect of how we handle extra attributes, maybe the deprecated was never actually parsed before.

> XmlModuleDescriptorWriter doesn't write the deprecated attribute of the "ivy-module/configurations/conf" element
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-664
>                 URL: https://issues.apache.org/jira/browse/IVY-664
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Maarten Coene
>            Assignee: Maarten Coene
>
> See subject

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