ivy.xsd bundled with IvyDE appears to be incorrect
--------------------------------------------------
Key: IVYDE-297
URL: https://issues.apache.org/jira/browse/IVYDE-297
Project: IvyDE
Issue Type: Bug
Components: ivy editor
Reporter: David Carr
Priority: Minor
In IvyDE 2.2.0 with Eclipse Indigo SR2, when I open an ivy.xml file with an XML
schema declaration (example ivy.xml included below), I get the following error
on the extends element.
cvc-complex-type.2.4.a: Invalid content was found starting with element
'extends'. One of '{license, ivyauthor, repository, description,
WC[##other:""]}' is expected.
It looks to me like IvyDE registered a copy of ivy.xsd that it bundles in the
Eclipse XML Catalog for key "http://ant.apache.org/ivy/schemas/ivy.xsd", and it
is using that copy in preference to the one on the Ivy website. However,
looking at the source bundle for
apache-ivyde-sources-2.1.0.201008101807-RELEASE, it looks like
org.apache.ivyde.eclipse\xsd\ivy.xsd doesn't include the extends element that
the official version of ivy.xsd contains. I haven't checked for other
discrepancies.
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.commercehub"
module="appd"
revision="viewlocal"
status="integration"
publication="20120222163738"
>
<extends organisation="com.commercehub" module="jar" revision="1.0.0"
extendType="all"/>
<description />
</info>
<!-- other stuff here removed -->
</ivy-module>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira