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.