I have just done a fresh checkout of ivy/core/trunk, made no changes at
all and run
ant jar
and I get the following error:
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: [ commons-lang | commons-lang | [1.0,3.0[ ]:
Invalid uri
'http://repo1.maven.org/maven2/commons-lang/commons-lang/[1.0,3.0[/commons-lang-[1.0,3.0[.pom':
escaped absolute path not valid
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
If I modify the "rev" attribute on line 50 of ivy.xml from
rev="[1.0,3.0["
to
rev="1.0"
the build succeeds. Is it worth creating a Jira issue for this or can
someone just do this hopefully quick and easy fix?
Adrian