[
https://issues.apache.org/jira/browse/IVY-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xavier Hanin resolved IVY-336.
------------------------------
Resolution: Fixed
Fix Version/s: 1.5
I've applied your patch, it seems to work well.
Thanks a lot for your contribution!
> Comments in ivy.xml duplicated
> ------------------------------
>
> Key: IVY-336
> URL: https://issues.apache.org/jira/browse/IVY-336
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.4
> Environment: java version "1.5.0_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
> Reporter: John Williams
> Assigned To: Xavier Hanin
> Priority: Minor
> Fix For: 1.5
>
> Attachments: ivy-346-336.patch
>
>
> When I publish an Ivy module, comments in the ivy.xml file that are outside
> the <ivy-module> element get duplicated. For example, this
> <?xml version="1.0" encoding="utf-8"?>
> <!-- crazy -->
> <ivy-module version="1.0">
> <!-- normal -->
> <info organisation="foo" module="bar" revision="1.0"/>
> </ivy-module>
> becomes this
> <?xml version="1.0" encoding="utf-8"?>
> <!-- crazy -->
> <!-- crazy --><!-- crazy --><!-- crazy --><ivy-module version="1.0">
> <!-- normal -->
> <info organisation="foo" module="bar" revision="1.0" status="milestone"
> publication="20061106134429"/>
> </ivy-module>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira