You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Alexander Foreman (JIRA)" <ji...@apache.org> on 2008/11/13 12:29:44 UTC

[jira] Created: (IVY-967) Improve ivy schema

Improve ivy schema
------------------

                 Key: IVY-967
                 URL: https://issues.apache.org/jira/browse/IVY-967
             Project: Ivy
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.0-RC2
            Reporter: Alexander Foreman
             Fix For: 2.0.x


Overcome the temporary workaround where XML schema validation of Ivy files has been turned-off so Ivy extension attributes can be defined.

<ivy-module version="1.3" xmlns:e="http://ant.apache.org/ivy/extra">
<info organisation="msjava" module="tools" revision="2.4" e:jniPath="//ms/dist/msjava/PROJ/tools_jni/2.2//lib"/>

Ivy lets you add custom meta-data where the meta-data property name is an xml value, not a validated part of the xml structure

Improve Ivy xsd to handle the curent appraoch
o See info on xsd anyAttribute
o <anyAttribute namespace="http://ant.apache.org/ivy/extra"/>



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


[jira] Commented: (IVY-967) Improve ivy schema

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

Maarten Coene commented on IVY-967:
-----------------------------------

Alexander,

I don't fully understand what you are trying to explain.

the ivy.xsd already allows you to define extra attrbitues in your <info> element.
Do you have a problem with it?

> Improve ivy schema
> ------------------
>
>                 Key: IVY-967
>                 URL: https://issues.apache.org/jira/browse/IVY-967
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2
>            Reporter: Alexander Foreman
>             Fix For: 2.0.x
>
>
> Overcome the temporary workaround where XML schema validation of Ivy files has been turned-off so Ivy extension attributes can be defined.
> <ivy-module version="1.3" xmlns:e="http://ant.apache.org/ivy/extra">
> <info organisation="msjava" module="tools" revision="2.4" e:jniPath="//ms/dist/msjava/PROJ/tools_jni/2.2//lib"/>
> Ivy lets you add custom meta-data where the meta-data property name is an xml value, not a validated part of the xml structure
> Improve Ivy xsd to handle the curent appraoch
> o See info on xsd anyAttribute
> o <anyAttribute namespace="http://ant.apache.org/ivy/extra"/>

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


[jira] Updated: (IVY-967) Improve ivy schema

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

Maarten Coene updated IVY-967:
------------------------------

    Fix Version/s:     (was: 2.0.x)

> Improve ivy schema
> ------------------
>
>                 Key: IVY-967
>                 URL: https://issues.apache.org/jira/browse/IVY-967
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2
>            Reporter: Alexander Foreman
>
> Overcome the temporary workaround where XML schema validation of Ivy files has been turned-off so Ivy extension attributes can be defined.
> <ivy-module version="1.3" xmlns:e="http://ant.apache.org/ivy/extra">
> <info organisation="msjava" module="tools" revision="2.4" e:jniPath="//ms/dist/msjava/PROJ/tools_jni/2.2//lib"/>
> Ivy lets you add custom meta-data where the meta-data property name is an xml value, not a validated part of the xml structure
> Improve Ivy xsd to handle the curent appraoch
> o See info on xsd anyAttribute
> o <anyAttribute namespace="http://ant.apache.org/ivy/extra"/>

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


[jira] Closed: (IVY-967) Improve ivy schema

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

Alexander Foreman closed IVY-967.
---------------------------------

       Resolution: Invalid
    Fix Version/s: unspecified

I am closing this as it works.

> Improve ivy schema
> ------------------
>
>                 Key: IVY-967
>                 URL: https://issues.apache.org/jira/browse/IVY-967
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2
>            Reporter: Alexander Foreman
>             Fix For: unspecified
>
>
> Overcome the temporary workaround where XML schema validation of Ivy files has been turned-off so Ivy extension attributes can be defined.
> <ivy-module version="1.3" xmlns:e="http://ant.apache.org/ivy/extra">
> <info organisation="msjava" module="tools" revision="2.4" e:jniPath="//ms/dist/msjava/PROJ/tools_jni/2.2//lib"/>
> Ivy lets you add custom meta-data where the meta-data property name is an xml value, not a validated part of the xml structure
> Improve Ivy xsd to handle the curent appraoch
> o See info on xsd anyAttribute
> o <anyAttribute namespace="http://ant.apache.org/ivy/extra"/>

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


[jira] Updated: (IVY-967) Improve ivy schema

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

Maarten Coene updated IVY-967:
------------------------------

    Fix Version/s:     (was: unspecified)

> Improve ivy schema
> ------------------
>
>                 Key: IVY-967
>                 URL: https://issues.apache.org/jira/browse/IVY-967
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2
>            Reporter: Alexander Foreman
>
> Overcome the temporary workaround where XML schema validation of Ivy files has been turned-off so Ivy extension attributes can be defined.
> <ivy-module version="1.3" xmlns:e="http://ant.apache.org/ivy/extra">
> <info organisation="msjava" module="tools" revision="2.4" e:jniPath="//ms/dist/msjava/PROJ/tools_jni/2.2//lib"/>
> Ivy lets you add custom meta-data where the meta-data property name is an xml value, not a validated part of the xml structure
> Improve Ivy xsd to handle the curent appraoch
> o See info on xsd anyAttribute
> o <anyAttribute namespace="http://ant.apache.org/ivy/extra"/>

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


[jira] Commented: (IVY-967) Improve ivy schema

Posted by "Alexander Foreman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647624#action_12647624 ] 

Alexander Foreman commented on IVY-967:
---------------------------------------

This looks like my bad.

We used to have a problem with this and I turned validate on and my build broke so I placed this JIRA.

I seemed to have tried it with an old version.

My latest code with RC2 works with validate on.

Many thanks.

> Improve ivy schema
> ------------------
>
>                 Key: IVY-967
>                 URL: https://issues.apache.org/jira/browse/IVY-967
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2
>            Reporter: Alexander Foreman
>
> Overcome the temporary workaround where XML schema validation of Ivy files has been turned-off so Ivy extension attributes can be defined.
> <ivy-module version="1.3" xmlns:e="http://ant.apache.org/ivy/extra">
> <info organisation="msjava" module="tools" revision="2.4" e:jniPath="//ms/dist/msjava/PROJ/tools_jni/2.2//lib"/>
> Ivy lets you add custom meta-data where the meta-data property name is an xml value, not a validated part of the xml structure
> Improve Ivy xsd to handle the curent appraoch
> o See info on xsd anyAttribute
> o <anyAttribute namespace="http://ant.apache.org/ivy/extra"/>

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