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

Xavier Hanin resolved IVY-553.
------------------------------

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

I've made the changes required to support namespaces for extra attributes. The 
new recommended way to use extra attributes is now something like that:
{code}
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra";>
        <info organisation="apache"
               module="foo"
               e:color="blue"
               status="integration"
               revision="1.59"
        />
</ivy-module>
{code}

> Use namespace aware validation
> ------------------------------
>
>                 Key: IVY-553
>                 URL: https://issues.apache.org/jira/browse/IVY-553
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-2
>
>
> At the moment you have to disable validation when using extra attributes. 
> There's already a suggestion to be able to configure the xsd to use in this 
> case instead of disabling validation (IVY-521). Another suggestion is to 
> activate namespace aware validation, extra attributes would be in different 
> xml namespaces. The advantage is that upgrading Ivy version would be easier, 
> the default validation would be used, only extra attributes would be defined 
> and validated in separate xsd.

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

Reply via email to