Buildfile: D:\myworkspace\Example\build.xml
resolve:
[ivy:configure] :: Apache Ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: url = http://127.0.0.1:8081/libs/ivyconf.xml
BUILD FAILED
D:\myworkspace\Example\build.xml:40: impossible to configure ivy:settings with given url: http://127.0.0.1:8081/libs/ivyconf.xml : java.text.ParseException: failed to load settings from http://127.0.0.1:8081/libs/ivyconf.xml: impossible to add configured child for ivy on class org.apache.ivy.plugins.resolver.FileSystemResolver: ivy pattern must be absolute: http://127.0.0.1:8081/libs/[organisation]/[module]/[revision]/ivy.xml
Total time: 653 milliseconds
ivyconf.xml
<target name="resolve" description="--> retreive dependencies with ivy">
<ivy:configure url="http://127.0.0.1:8081/libs/ivyconf.xml" />
<ivy:retrieve />
</target>