You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Daniel Mueller-Pathle (JIRA)" <ji...@apache.org> on 2010/10/15 09:15:32 UTC

[jira] Created: (IVY-1237) resolve result XML is not well-formed

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&amp;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.


[jira] Resolved: (IVY-1237) resolve result XML is not well-formed

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

Maarten Coene resolved IVY-1237.
--------------------------------

       Resolution: Fixed
    Fix Version/s: trunk
         Assignee: Maarten Coene

Fixed in SVN trunk.
Thanks for reporting!


> 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
>            Assignee: Maarten Coene
>             Fix For: trunk
>
>
> 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&amp;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.