resolve result XML is not well-formed
-------------------------------------
Key: IVY-1237
URL: https://issues.apache.org/jira/browse/IVY-1237
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 2.2.0
Reporter: Daniel Mueller-Pathle
My info description section of ivy.xml file contains the ampersand as an
entity.
{code:xml}
<info organisation="de.osram" module="COMMON_JAVA" status="integration">
<description>The common java base classes and utilities of T&S
ET.</description>
</info>
{code}
The result of resolve, the resolved.xml in cache contains the ampersand
character itself, not as an entity. So this file is not well-formed.
{code:xml}
<info organisation="de.osram" module="COMMON_JAVA" revision="..."
status="integration" publication="...">
<description>The common java base classes and utilities of T&S
ET.</description>
</info>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.