I'm running into the issue documented here. 
http://jira.codehaus.org/browse/MANTRUN-68

Actually I'm hitting it from maven-plugin-tools-ant.

Can anyone tell me if they have worked around this (without patching ant
to take an invalid uri.)
It seems to be fixed in Embedded 2.1 but I don't see how. If anyone
knows what fixed it and if I can force dependency or something it would
be much appreciated?


=====
java.lang.IllegalArgumentException
        at java.net.URI.create(URI.java:842)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.launch.Locator.fromURI(Locator.java:162)
        at
org.apache.tools.ant.launch.Locator.getResourceSource(Locator.java:119)
        at
org.apache.tools.ant.launch.Locator.getClassSource(Locator.java:90)
        at org.apache.tools.ant.Project.setAntLib(Project.java:313)
        at org.apache.tools.ant.Project.initProperties(Project.java:309)
        at org.apache.tools.ant.Project.init(Project.java:295)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to