D:\AntIvy\src\example\hello-ivy>ant Buildfile: build.xml resolve: No ivy:settings found for the default reference 'ivy.instance'. A default insta nce will be used no settings file found, using default... :: Ivy 2.0.0-beta1 - 20071206070608 :: http://ant.apache.org/ivy/ :: :: loading settings :: url = jar:file:/D:/tool/Ant/lib/ivy.jar!/org/apache/ivy/c ore/settings/ivysettings.xml [ivy:retrieve] :: resolving dependencies :: org.apache#hello-ivy;working@SHNI132 [ivy:retrieve] confs: [default] [ivy:retrieve] found commons-lang#commons-lang;2.0 in public [ivy:retrieve] found commons-cli#commons-cli;1.0 in public [ivy:retrieve] found commons-logging#commons-logging;1.0 in public [ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons-la ng/2.0/commons-lang-2.0.jar ... [ivy:retrieve] ........... [ivy:retrieve] .... (165kB) [ivy:retrieve] .. (0kB) [ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (35 55ms) [ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-cli/commons-cli /1.0/commons-cli-1.0.jar ... [ivy:retrieve] ..... (29kB) [ivy:retrieve] .. (0kB) [ivy:retrieve] [SUCCESSFUL ] commons-cli#commons-cli;1.0!commons-cli.jar (1559m s) [ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-logging/commons -logging/1.0/commons-logging-1.0.jar ... [ivy:retrieve] ... (21kB) [ivy:retrieve] .. (0kB) [ivy:retrieve] [SUCCESSFUL ] commons-logging#commons-logging;1.0!commons-loggin g.jar (1715ms) [ivy:retrieve] :: resolution report :: resolve 6705ms :: artifacts dl 6829ms [ivy:retrieve] :: evicted modules: [ivy:retrieve] commons-lang#commons-lang;1.0 by [commons-lang#commons-lang;2.0] in [default] --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 4 | 3 | 0 | 1 || 3 | 3 | --------------------------------------------------------------------- [ivy:retrieve] :: retrieving :: org.apache#hello-ivy [ivy:retrieve] confs: [default] [ivy:retrieve] 3 artifacts copied, 0 already retrieved (216kB/78ms) run: [mkdir] Created dir: D:\AntIvy\src\example\hello-ivy\build [javac] Compiling 1 source file to D:\AntIvy\src\example\hello-ivy\build [java] standard message : hello ivy ! [java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy ! BUILD SUCCESSFUL Total time: 16 seconds D:\AntIvy\src\example\hello-ivy> |