https://issues.apache.org/bugzilla/show_bug.cgi?id=50007
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All --- Comment #1 from Stefan Bodewig <[email protected]> 2010-09-27 09:01:47 EDT --- Well, there is a jar: protocol in view. The error you see is when Ant tries to read the antlib.xml from ant-contrib.jar and its URL will be something like jar:file:///!temp/lib/ant-contrib.jar!net/sf/antcontrib/antlib.xml Using lastIndexOf("!") instead of indexOf("!") would help in this case but I need to think through the possible code paths first to convince myself that no "!" could ever appear after the ! inside the JAR protocol. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
