inherit references features for antunit?

2010-04-04 Thread Jason Trump
Hello, Not sure if this is the right forum to discuss antunit development. I was recently using antunit to test some ivy-based build scripts. This was complicated by the fact that I could not get the AntUnit scripts to inherit references from the parent project. Since you can inherit properties

Re: minor bug?

2010-04-04 Thread Peter Karich
Why not: URI uri = url.toURI(); which would fix the problem, I think. Instead you are doing: URI uri = new URI(url.getProtocol(), url.getUserInfo(), url.getHost(), url.getPort(), url.getPath(), url.getQuery(), url.getRef()); Hi! In org/apache/*ivy*/util/url/AbstractURLHan

minor bug?

2010-04-04 Thread Peter Karich
Hi! In org/apache/*ivy*/util/url/AbstractURLHandler.java the method normalizeToString will fail in situations where urls have _ E.g. try with http://peat_hal.users.sourceforge.net/m2repository/ and you will get Illegal character in hostname at index 11 How can I nevertheless use that repositor

Bug report for Ant [2010/04/04]

2010-04-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned