I:\standalone>ant publish Buildfile: build.xml configure: :: Ivy 1.0-rc3 - 20050421161206 :: http://ivy.jayasoft.org/ :: resolve: :: resolving dependencies :: jayasoft/standalone-working@xmen confs: [default] downloading http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-2.0.jar (2.0) ... .................................... (165kB) [SUCCESSFUL ] apache/commons-lang-2.0/commons-lang.jar[jar] (6672ms) :: resolution report :: --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 1 | 0 | 0 || 1 | 1 | --------------------------------------------------------------------- :: retrieving :: jayasoft/standalone confs: [default] 1 artifacts copied, 0 already retrieved compile: [mkdir] Created dir: I:\standalone\build\classes [javac] Compiling 1 source file to I:\standalone\build\classes jar: [propertyfile] Creating new property file: I:\standalone\build\classes\version.properties [jar] Building jar: I:\standalone\build\standalone.jar publish: :: delivering :: jayasoft/standalone-working@xmen :: 1 :: release :: Wed Apr 27 08:41:47 CEST 2005 delivering ivy file to I:\standalone/build/ivy.xml :: publishing :: jayasoft/standalone-working@xmen published standalone to I:\config\repository\standalone-1.jar published ivy to I:\config\repository\standalone-1.xml [echo] project standalone released with version 1 BUILD SUCCESSFUL Total time: 10 seconds
I:\depending>ant Buildfile: build.xml clean: configure: :: Ivy 1.0-rc3 - 20050421161206 :: http://ivy.jayasoft.org/ :: resolve: :: resolving dependencies :: jayasoft/depending-working@xmen confs: [default] [1] jayasoft/standalone downloading file:/I:/config/repository/standalone-1.jar (1) ... . (1kB) [SUCCESSFUL ] jayasoft/standalone-1/standalone.jar[jar] (15ms) :: resolution report :: --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 2 | 2 | 2 | 0 || 2 | 1 | --------------------------------------------------------------------- :: retrieving :: jayasoft/depending confs: [default] 2 artifacts copied, 0 already retrieved compile: [mkdir] Created dir: I:\depending\build\classes [javac] Compiling 1 source file to I:\depending\build\classes run: [java] you are using version 1 of class standalone.Main [java] standard message : i am depending.Main and standalone.Main will do the job for me [java] [standalone.Main] capitalizing string "i am depending.Main and standalone.Main will do the job for me" using org.apache.commons.lang.WordUtils [java] capitalized message : I Am Depending.main And Standalone.main Will Do The Job For Me BUILD SUCCESSFUL Total time: 3 seconds
I:\standalone>ant publish Buildfile: build.xml configure: :: Ivy 1.0-rc3 - 20050421161206 :: http://ivy.jayasoft.org/ :: resolve: :: resolving dependencies :: jayasoft/standalone-working@xmen confs: [default] :: resolution report :: --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- :: retrieving :: jayasoft/standalone confs: [default] 0 artifacts copied, 1 already retrieved compile: jar: [propertyfile] Updating property file: I:\standalone\build\classes\version.properties [jar] Building jar: I:\standalone\build\standalone.jar publish: [delete] Deleting: I:\standalone\build\ivy.xml :: delivering :: jayasoft/standalone-working@xmen :: 2 :: release :: Wed Apr 27 09:17:13 CEST 2005 delivering ivy file to I:\standalone/build/ivy.xml :: publishing :: jayasoft/standalone-working@xmen published standalone to I:\config\repository\standalone-2.jar published ivy to I:\config\repository\standalone-2.xml [echo] project standalone released with version 2 BUILD SUCCESSFUL Total time: 2 seconds
I:\dependence\standalone>dir ..\config\repository /w Le volume dans le lecteur I s'appelle DATA Le numéro de série du volume est 30E5-91BA Répertoire de I:\dependence\config\repository [.] [..] standalone-1.jar standalone-1.xml standalone-2.jar standalone-2.xml 4 fichier(s) 3 936 octets 2 Rép(s) 9 874 350 080 octets libres I:\dependence\standalone>
I:\depending>ant Buildfile: build.xml clean: [delete] Deleting 3 files from I:\depending [delete] Deleted 4 directories from I:\depending configure: :: Ivy 1.0-rc3 - 20050421161206 :: http://ivy.jayasoft.org/ :: resolve: :: resolving dependencies :: jayasoft/depending-working@xmen confs: [default] [2] jayasoft/standalone downloading file:/I:/config/repository/standalone-2.jar (2) ... . (1kB) [SUCCESSFUL ] jayasoft/standalone-2/standalone.jar[jar] (0ms) :: resolution report :: --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 2 | 2 | 2 | 0 || 2 | 1 | --------------------------------------------------------------------- :: retrieving :: jayasoft/depending confs: [default] 2 artifacts copied, 0 already retrieved compile: [mkdir] Created dir: I:\depending\build\classes [javac] Compiling 1 source file to I:\depending\build\classes run: [java] you are using version 2 of class standalone.Main [java] standard message : i am depending.Main and standalone.Main will do the job for me [java] [standalone.Main] capitalizing string "i am depending.Main and standalone.Main will do the job for me" using org.apache.commons.lang.WordUtils [java] capitalized message : I Am Depending.main And Standalone.main Will Do The Job For Me BUILD SUCCESSFUL Total time: 3 seconds