[
https://issues.apache.org/jira/browse/IVY-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566516#comment-16566516
]
ASF GitHub Bot commented on IVY-1104:
-------------------------------------
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/73
`'-'` cannot be escaped since the spec does not permit `&#` in names
(please have a look at the link in my previous comment). If escaping `'-'` in
namespace prefixes works better than using fancy separators, fine. I was
actually thinking about using some exotic glyphs (the spec seems to permit
`'ยท'` aka middot in XML names; so perhaps a tripple middot as a separator?
Would look pretty in a browser, no need to fiddle with XSL that helps to
display reports).
`extra-` allows to find the attributes from other namespaces easily,
AFAICS. Unfortunately (or fortunately?) middot cannot be used as the first
character in an XML name.
> ivy.deps.changed does not work with extra attributes
> ----------------------------------------------------
>
> Key: IVY-1104
> URL: https://issues.apache.org/jira/browse/IVY-1104
> Project: Ivy
> Issue Type: Bug
> Reporter: Juha Ranta
> Priority: Major
>
> If you have extra attributes in module B and then do resolve in module A
> which depends on B, the property ivy.deps.changed is always set to true.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)