bpape@P390-Bpape /cygdrive/c/dev/useone/bpape/trunk/ivy/bug $ ant Buildfile: build.xml ivy-retrieve: [ivy:resolve] :: Ivy 2.2.x-local-20090906095736 - 20090906095736 :: http://ant.a pache.org/ivy/ :: [ivy:resolve] :: loading settings :: file = c:\dev\useone\bpape\trunk\ivy\bug\iv ysettings.xml [ivy:resolve] :: resolving dependencies :: com.mine#bug;1.0 [ivy:resolve] confs: [base, jboss, test] [ivy:resolve] found com.toedter#jcalendar;1.2.2 in myResolver [ivy:resolve] found net.sourceforge.jexcelapi#jxl;2.6 in myResolver [ivy:resolve] found log4j#log4j;1.2.14 in myResolver [ivy:resolve] found com.ns#utils;1.1.0-SNAPSHOT in myResolver [ivy:resolve] [1.1.0-SNAPSHOT] com.ns#utils;latest.integration [ivy:resolve] found junit#junit;4.0 in myResolver [ivy:resolve] found jboss#jbossall-client;4.2.2.GA in myResolver [ivy:resolve] found org.mockito#mockito-all;1.7 in myResolver [ivy:resolve] downloading http://172.0.0.0:8080/artifactory-2.0.6/libs-snapsh ots-local/com.ns/utils/1.1.0-SNAPSHOT/utils-1.1.0-SNAPSHOT.jar ... [ivy:resolve] ... (21kB) [ivy:resolve] .. (21kB) [ivy:resolve] [SUCCESSFUL ] com.ns#utils;1.1.0-SNAPSHOT!utils.jar (359ms) [ivy:resolve] :: resolution report :: resolve 1500ms :: artifacts dl 375ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | base | 5 | 5 | 0 | 0 || 5 | 1 | | jboss | 1 | 1 | 0 | 0 || 1 | 0 | | test | 1 | 1 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- [ivy:retrieve] :: retrieving :: com.mine#bug [ivy:retrieve] confs: [base, jboss, test] [ivy:retrieve] 1 artifacts copied, 6 already retrieved (21kB/500ms) BUILD SUCCESSFUL Total time: 3 seconds bpape@P390-Bpape /cygdrive/c/dev/useone/bpape/trunk/ivy/bug $ cd .. bpape@P390-Bpape /cygdrive/c/dev/useone/bpape/trunk/ivy $ touch utils.jar bpape@P390-Bpape /cygdrive/c/dev/useone/bpape/trunk/ivy $ ant publish -Dorg="com.ns" -Dmod="utils" -Drev="1.1.0-SNAPSHOT" Buildfile: build.xml props-set: [copy] Copying 1 file to c:\dev\useone\bpape\trunk\ivy publish: [ivy:publish] :: Ivy 2.2.x-local-20090906095736 - 20090906095736 :: http://ant.a pache.org/ivy/ :: [ivy:publish] :: loading settings :: file = c:\dev\useone\bpape\trunk\ivy\ivyset tings.xml [ivy:publish] :: publishing :: com.ns#utils [ivy:publish] published utils to http://172.0.0.0:8080/artifactory-2.0.6/li bs-snapshots-local/com.ns/utils/1.1.0-SNAPSHOT/utils-1.1.0-SNAPSHOT.jar [ivy:publish] published ivy to http://172.0.0.0:8080/artifactory-2.0.6/libs -snapshots-local/com.ns/utils/1.1.0-SNAPSHOT/ivy-1.1.0-SNAPSHOT.xml [echo] version 1.1.0-SNAPSHOT of utils.jar published BUILD SUCCESSFUL Total time: 1 second bpape@P390-Bpape /cygdrive/c/dev/useone/bpape/trunk/ivy $ cd bug/ bpape@P390-Bpape /cygdrive/c/dev/useone/bpape/trunk/ivy/bug $ ant Buildfile: build.xml ivy-retrieve: [ivy:resolve] :: Ivy 2.2.x-local-20090906095736 - 20090906095736 :: http://ant.a pache.org/ivy/ :: [ivy:resolve] :: loading settings :: file = c:\dev\useone\bpape\trunk\ivy\bug\iv ysettings.xml [ivy:resolve] :: resolving dependencies :: com.mine#bug;1.0 [ivy:resolve] confs: [base, jboss, test] [ivy:resolve] found com.toedter#jcalendar;1.2.2 in myResolver [ivy:resolve] found net.sourceforge.jexcelapi#jxl;2.6 in myResolver [ivy:resolve] found log4j#log4j;1.2.14 in myResolver [ivy:resolve] found com.ns#utils;1.1.0-SNAPSHOT in myResolver [ivy:resolve] [1.1.0-SNAPSHOT] com.ns#utils;latest.integration [ivy:resolve] found junit#junit;4.0 in myResolver [ivy:resolve] found jboss#jbossall-client;4.2.2.GA in myResolver [ivy:resolve] found org.mockito#mockito-all;1.7 in myResolver [ivy:resolve] :: resolution report :: resolve 1359ms :: artifacts dl 16ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | base | 5 | 5 | 0 | 0 || 5 | 0 | | jboss | 1 | 1 | 0 | 0 || 1 | 0 | | test | 1 | 1 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- [ivy:retrieve] :: retrieving :: com.mine#bug [ivy:retrieve] confs: [base, jboss, test] [ivy:retrieve] 0 artifacts copied, 7 already retrieved (0kB/15ms) BUILD SUCCESSFUL Total time: 2 seconds