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.`).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]