Github user jaikiran commented on the issue: https://github.com/apache/ant-ivyde/pull/7 >> There is a regression in URLHandler to be dealt with Actually, that's not a regression. It's a fix to a regression that I introduced in one of the snapshots. 2.4.x had `openStream` which accepted just the URL[1] and in one of the snapshots, while working on introducing the timeout feature, I introduced a newer API which broke backward compatibility. Maarten pointed me to this issue in one the dev mailing list and I then reverted that commit to switch back to the older state that is compatible with 2.4.x. So the commit that you did in ant-ivyde repo, a few hours ago is the correct one. Thanks for fixing that. [1] https://github.com/apache/ant-ivy/blob/2.4.x/src/java/org/apache/ivy/util/url/URLHandler.java#L166
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org