Hello all, I can't understand what might be wrong here. I checked out the latest version from SVN trunk and did a complete build on it without errors. I copied the build/artifact/*.lib to my ant/lib directory and try to run hello-ivy example. The example ends with The error below.
I am not having any firewall issues. I am sure that it is not looking in the right place to resolve the dependency. I've tried changing the ivy.xml file to use commons-lang 2.3, which I can see in the local repository cache file, but I get the same error. How do I set the ivy:settings to look in the correct repository? Whay does this not work when the ant build to build ivy does? Thanks in advance, MG C:\Frameworks\OpenSource\ivy\src\example\hello-ivy>ant Buildfile: build.xml resolve: [ivy:retrieve] :: Ivy 2.0.0-beta1-incubating-local-20070910180041 - 200709101800 41 :: http://incubator.apache.org/ivy/ :: [ivy:retrieve] No ivy:settings found for the default reference 'ivy.instance'. A default instance will be used [ivy:retrieve] :: loading settings :: file = C:\Frameworks\OpenSource\ivy\src\ex ample\hello-ivy\ivysettings.xml [ivy:retrieve] :: resolving dependencies :: [ apache | hello-ivy | [EMAIL PROTECTED] 26177 ] [ivy:retrieve] confs: [default] [ivy:retrieve] :: resolution report :: --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 0 | 0 | --------------------------------------------------------------------- [ivy:retrieve] [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: WARNINGS [ivy:retrieve] module not found: [ apache | commons-lang | 2.1 ] [ivy:retrieve] ==== local: tried [ivy:retrieve] C:\Frameworks\OpenSource\ivy\src\example\hello-ivy/local/commo ns-lang/ivy.xml [ivy:retrieve] -- artifact [ apache | commons-lang | 2.1 ]/commons-lang.jar[j ar]: [ivy:retrieve] C:\Frameworks\OpenSource\ivy\src\example\hello-ivy/local/commo ns-lang/commons-lang.jar [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: [ apache | commons-lang | 2.1 ]: not found [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED C:\Frameworks\OpenSource\ivy\src\example\hello-ivy\build.xml:38: impossible to r esolve dependencies: resolve failed - see output for details Total time: 1 second C:\Frameworks\OpenSource\ivy\src\example\hello-ivy>
