[
https://issues.apache.org/jira/browse/IVY-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566485#comment-16566485
]
ASF GitHub Bot commented on IVY-1104:
-------------------------------------
Github user aprelev commented on the issue:
https://github.com/apache/ant-ivy/pull/73
> Using a simple '-' as a separator may cause trouble if somebody decides
to use a namespace prefix with '-'.
I don't actually see a problem with that: we can
- either escape dashes with some other character, like `.` (`-ns-:-foo.` →
`extra-.-ns.--.-foo..`),
- or replace them with `-` (`-ns-:-foo.` →
`extra--ns---foo.`).
> 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)