On 10/10/07, Adrian Woodhead <[EMAIL PROTECTED]> wrote: > > 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?
The error has already been reported but it should be fixed: https://issues.apache.org/jira/browse/IVY-390 So maybe you could reopen it with as many details as possible on your environment (OS, Ant and Java version - Libraries in your classpath like httpclient). Thanks. Xavier Adrian > > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://incubator.apache.org/ivy/ http://www.xoocode.org/
