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: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org