Added tutorial logs.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.3.0-rc1@1328591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2012-04-21 06:36:52 +00:00
parent 49d2994a47
commit e7f21a135e
20 changed files with 1229 additions and 0 deletions

View File

@ -0,0 +1,38 @@
[ivy@apache:/ivy/chained-resolvers/chainedresolvers-project]$ ant
Buildfile: /ivy/chained-resolvers/chainedresolvers-project/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /ivy/chained-resolvers/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#chained-resolvers;working@apache
[ivy:retrieve] confs: [default]
[ivy:retrieve] found commons-lang#commons-lang;2.0 in ibiblio
[ivy:retrieve] found org.apache#test;1.0 in libraries
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar ...
[ivy:retrieve] ........................................................................................................................................................................................................................................................................................................................................ (165kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (1169ms)
[ivy:retrieve] downloading /ivy/chained-resolvers/settings/repository/test-1.0.jar ...
[ivy:retrieve] .. (1kB)
[ivy:retrieve] [SUCCESSFUL ] org.apache#test;1.0!test.jar (47ms)
[ivy:retrieve] :: resolution report :: resolve 2401ms :: artifacts dl 1221ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 2 | 1 | 0 || 2 | 2 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#chained-resolvers
[ivy:retrieve] confs: [default]
[ivy:retrieve] 2 artifacts copied, 0 already retrieved (166kB/62ms)
run:
[mkdir] Created dir: /ivy/chained-resolvers/chainedresolvers-project/build
[javac] /ivy/chained-resolvers/chainedresolvers-project/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1 source file to /ivy/chained-resolvers/chainedresolvers-project/build
[java] standard message :example world !
[java] capitalized by org.apache.commons.lang.WordUtils : Example World !
[java] upperCased by test.StringUtils : EXAMPLE WORLD !
BUILD SUCCESSFUL
Total time: 5 seconds

View File

@ -0,0 +1,69 @@
[ivy@apache:/ivy/configurations/multi-projects/filter-framework]$ ant
Buildfile: /ivy/configurations/multi-projects/filter-framework/build.xml
clean:
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#filter-framework;working@apache
[ivy:retrieve] confs: [api, homemade-impl, cc-impl, test]
[ivy:retrieve] found commons-collections#commons-collections;3.1 in public
[ivy:retrieve] found junit#junit;3.8 in public
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar ...
[ivy:retrieve] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (546kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-collections#commons-collections;3.1!commons-collections.jar (1719ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/junit/junit/3.8/junit-3.8.jar ...
[ivy:retrieve] ................................................................................................................................................................................................................................. (118kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] junit#junit;3.8!junit.jar (1015ms)
[ivy:retrieve] :: resolution report :: resolve 4297ms :: artifacts dl 2751ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| api | 0 | 0 | 0 | 0 || 0 | 0 |
| homemade-impl | 0 | 0 | 0 | 0 || 0 | 0 |
| cc-impl | 1 | 1 | 1 | 0 || 1 | 1 |
| test | 2 | 2 | 2 | 0 || 2 | 2 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#filter-framework
[ivy:retrieve] confs: [api, homemade-impl, cc-impl, test]
[ivy:retrieve] 3 artifacts copied, 0 already retrieved (1211kB/126ms)
build:
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/distrib
[javac] Compiling 4 source files to /ivy/configurations/multi-projects/filter-framework/build
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[jar] Building jar: /ivy/configurations/multi-projects/filter-framework/distrib/filter-api.jar
[jar] Building jar: /ivy/configurations/multi-projects/filter-framework/distrib/filter-hmimpl.jar
[jar] Building jar: /ivy/configurations/multi-projects/filter-framework/distrib/filter-ccimpl.jar
test:
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build/test-report
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build/test-classes
[javac] /ivy/configurations/multi-projects/filter-framework/build.xml:82: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 3 source files to /ivy/configurations/multi-projects/filter-framework/build/test-classes
[junit] Running filter.ccimpl.CCFilterTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,125 sec
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,125 sec
[junit] Running filter.hmimpl.HMFilterTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,053 sec
publish:
[ivy:publish] :: delivering :: org.apache#filter-framework;working@apache :: 1.3 :: release :: Mon Apr 16 00:13:04 CEST 2012
[ivy:publish] delivering ivy file to /ivy/configurations/multi-projects/filter-framework/distrib/ivy.xml
[ivy:publish] :: publishing :: org.apache#filter-framework
[ivy:publish] published filter-api to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/jars/filter-api.jar
[ivy:publish] published filter-hmimpl to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/jars/filter-hmimpl.jar
[ivy:publish] published filter-ccimpl to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/jars/filter-ccimpl.jar
[ivy:publish] published ivy to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part
[ivy:publish] to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3
[echo] project filter-framework released with version 1.3
BUILD SUCCESSFUL
Total time: 12 seconds

View File

@ -0,0 +1,46 @@
[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant
Buildfile: /ivy/configurations/multi-projects/myapp/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#myapp;working@apache
[ivy:retrieve] confs: [build, noexternaljar, withexternaljar]
[ivy:retrieve] found org.apache#filter-framework;1.3 in local
[ivy:retrieve] [1.3] org.apache#filter-framework;latest.integration
[ivy:retrieve] found commons-collections#commons-collections;3.1 in public
[ivy:retrieve] downloading /home/ivy/.ivy2/local/org.apache/filter-framework/1.3/jars/filter-api.jar ...
[ivy:retrieve] .. (1kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] org.apache#filter-framework;1.3!filter-api.jar (46ms)
[ivy:retrieve] downloading /home/ivy/.ivy2/local/org.apache/filter-framework/1.3/jars/filter-ccimpl.jar ...
[ivy:retrieve] .. (1kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] org.apache#filter-framework;1.3!filter-ccimpl.jar (47ms)
[ivy:retrieve] downloading /home/ivy/.ivy2/local/org.apache/filter-framework/1.3/jars/filter-hmimpl.jar ...
[ivy:retrieve] .. (1kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] org.apache#filter-framework;1.3!filter-hmimpl.jar (48ms)
[ivy:retrieve] :: resolution report :: resolve 274ms :: artifacts dl 147ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| build | 1 | 1 | 1 | 0 || 1 | 1 |
| noexternaljar | 1 | 1 | 1 | 0 || 2 | 2 |
| withexternaljar | 2 | 1 | 1 | 0 || 3 | 2 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#myapp
[ivy:retrieve] confs: [build, noexternaljar, withexternaljar]
[ivy:retrieve] 6 artifacts copied, 0 already retrieved (552kB/213ms)
build:
[mkdir] Created dir: /ivy/configurations/multi-projects/myapp/build
[javac] Compiling 1 source file to /ivy/configurations/multi-projects/myapp/build
run-cc:
[java] Filtering with:class filter.ccimpl.CCFilter
[java] Result :[two, tree]
BUILD SUCCESSFUL
Total time: 2 seconds

View File

@ -0,0 +1,32 @@
[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant run-hm
Buildfile: /ivy/configurations/multi-projects/myapp/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#myapp;working@apache
[ivy:retrieve] confs: [build, noexternaljar, withexternaljar]
[ivy:retrieve] found org.apache#filter-framework;1.3 in local
[ivy:retrieve] [1.3] org.apache#filter-framework;latest.integration
[ivy:retrieve] found commons-collections#commons-collections;3.1 in public
[ivy:retrieve] :: resolution report :: resolve 182ms :: artifacts dl 8ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| build | 1 | 1 | 0 | 0 || 1 | 0 |
| noexternaljar | 1 | 1 | 0 | 0 || 2 | 0 |
| withexternaljar | 2 | 1 | 0 | 0 || 3 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#myapp
[ivy:retrieve] confs: [build, noexternaljar, withexternaljar]
[ivy:retrieve] 0 artifacts copied, 6 already retrieved (0kB/11ms)
build:
run-hm:
[java] Filtering with:class filter.hmimpl.HMFilter
[java] Result :[two, tree]
BUILD SUCCESSFUL
Total time: 1 second

View File

@ -0,0 +1,40 @@
[ivy@apache:/ivy/dependence/depender]$ ant
Buildfile: /ivy/dependence/depender/build.xml
clean:
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#depender;working@apache
[ivy:retrieve] confs: [default]
[ivy:retrieve] found org.apache#dependee;2 in projects
[ivy:retrieve] [2] org.apache#dependee;latest.integration
[ivy:retrieve] found commons-lang#commons-lang;2.0 in libraries
[ivy:retrieve] downloading /ivy/dependence/settings/repository/dependee-2.jar ...
[ivy:retrieve] .. (1kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] org.apache#dependee;2!dependee.jar (45ms)
[ivy:retrieve] :: resolution report :: resolve 274ms :: artifacts dl 49ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 1 | 1 | 0 || 2 | 1 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#depender
[ivy:retrieve] confs: [default]
[ivy:retrieve] 2 artifacts copied, 0 already retrieved (167kB/29ms)
compile:
[mkdir] Created dir: /ivy/dependence/depender/build/classes
[javac] Compiling 1 source file to /ivy/dependence/depender/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: 1 second

View File

@ -0,0 +1,40 @@
[ivy@apache:/ivy/dependence/depender]$ ant
Buildfile: /ivy/dependence/depender/build.xml
clean:
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#depender;working@apache
[ivy:retrieve] confs: [default]
[ivy:retrieve] found org.apache#dependee;1 in projects
[ivy:retrieve] [1] org.apache#dependee;latest.integration
[ivy:retrieve] found commons-lang#commons-lang;2.0 in libraries
[ivy:retrieve] downloading /ivy/dependence/settings/repository/dependee-1.jar ...
[ivy:retrieve] .. (1kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] org.apache#dependee;1!dependee.jar (116ms)
[ivy:retrieve] :: resolution report :: resolve 324ms :: artifacts dl 122ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 1 | 1 | 0 || 2 | 1 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#depender
[ivy:retrieve] confs: [default]
[ivy:retrieve] 2 artifacts copied, 0 already retrieved (167kB/44ms)
compile:
[mkdir] Created dir: /ivy/dependence/depender/build/classes
[javac] Compiling 1 source file to /ivy/dependence/depender/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: 2 seconds

View File

@ -0,0 +1,37 @@
[ivy@apache:/ivy/dependence/dependee]$ ant publish
Buildfile: /ivy/dependence/dependee/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#dependee;working@apache
[ivy:retrieve] confs: [default]
[ivy:retrieve] found commons-lang#commons-lang;2.0 in libraries
[ivy:retrieve] :: resolution report :: resolve 123ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 1 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#dependee
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 1 already retrieved (0kB/3ms)
compile:
jar:
[propertyfile] Updating property file: /ivy/dependence/dependee/build/classes/version.properties
[jar] Building jar: /ivy/dependence/dependee/build/dependee.jar
publish:
[delete] Deleting: /ivy/dependence/dependee/build/ivy.xml
[ivy:publish] :: delivering :: org.apache#dependee;working@apache :: 2 :: release :: Mon Apr 16 00:12:49 CEST 2012
[ivy:publish] delivering ivy file to /ivy/dependence/dependee/build/ivy.xml
[ivy:publish] :: publishing :: org.apache#dependee
[ivy:publish] published dependee to /ivy/dependence/settings/repository/dependee-2.jar
[ivy:publish] published ivy to /ivy/dependence/settings/repository/dependee-2.xml
[echo] project dependee released with version 2
BUILD SUCCESSFUL
Total time: 1 second

View File

@ -0,0 +1,42 @@
[ivy@apache:/ivy/dependence/dependee]$ ant publish
Buildfile: /ivy/dependence/dependee/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#dependee;working@apache
[ivy:retrieve] confs: [default]
[ivy:retrieve] found commons-lang#commons-lang;2.0 in libraries
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar ...
[ivy:retrieve] ................................................................................................................................................................................................................................................................................................................................ (165kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (1758ms)
[ivy:retrieve] :: resolution report :: resolve 311ms :: artifacts dl 1763ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 1 | 0 | 0 || 1 | 1 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#dependee
[ivy:retrieve] confs: [default]
[ivy:retrieve] 1 artifacts copied, 0 already retrieved (165kB/43ms)
compile:
[mkdir] Created dir: /ivy/dependence/dependee/build/classes
[javac] Compiling 1 source file to /ivy/dependence/dependee/build/classes
jar:
[propertyfile] Creating new property file: /ivy/dependence/dependee/build/classes/version.properties
[jar] Building jar: /ivy/dependence/dependee/build/dependee.jar
publish:
[ivy:publish] :: delivering :: org.apache#dependee;working@apache :: 1 :: release :: Mon Apr 16 00:12:43 CEST 2012
[ivy:publish] delivering ivy file to /ivy/dependence/dependee/build/ivy.xml
[ivy:publish] :: publishing :: org.apache#dependee
[ivy:publish] published dependee to /ivy/dependence/settings/repository/dependee-1.jar
[ivy:publish] published ivy to /ivy/dependence/settings/repository/dependee-1.xml
[echo] project dependee released with version 1
BUILD SUCCESSFUL
Total time: 4 seconds

45
doc/tutorial/log/dual.txt Normal file
View File

@ -0,0 +1,45 @@
[ivy@apache:/ivy/dual/project]$ ant
Buildfile: /ivy/dual/project/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /ivy/dual/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#hello-ivy;working@apache
[ivy:retrieve] confs: [default]
[ivy:retrieve] found commons-httpclient#commons-httpclient;2.0.2 in ivys
[ivy:retrieve] found commons-logging#commons-logging;1.0.4 in ibiblio
[ivy:retrieve] found commons-lang#commons-lang;2.0 in ibiblio
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar ...
[ivy:retrieve] .................................................................................................................................................................................................................................................................................................................................................................................................................................................... (220kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-httpclient#commons-httpclient;2.0.2!commons-httpclient.jar (1528ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar ...
[ivy:retrieve] .................................................................................................................................................................................................................................................................................................................................... (165kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (1094ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar ...
[ivy:retrieve] ........................................................................ (37kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-logging#commons-logging;1.0.4!commons-logging.jar (999ms)
[ivy:retrieve] :: resolution report :: resolve 599ms :: artifacts dl 3632ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 3 | 3 | 1 | 0 || 3 | 3 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#hello-ivy
[ivy:retrieve] confs: [default]
[ivy:retrieve] 3 artifacts copied, 0 already retrieved (423kB/89ms)
run:
[mkdir] Created dir: /ivy/dual/project/build
[javac] Compiling 1 source file to /ivy/dual/project/build
[java] standard message : hello ivy !
[java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !
[java] head status code with httpclient: 200
[java] now check if httpclient dependency on commons-logging has been realized
[java] found logging class in classpath: interface org.apache.commons.logging.Log
BUILD SUCCESSFUL
Total time: 6 seconds

View File

@ -0,0 +1,60 @@
[ivy@apache:/ivy/hello-ivy]$ ant
Buildfile: /ivy/hello-ivy/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#hello-ivy;working@apache
[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-lang/2.0/commons-lang-2.0.jar ...
[ivy:retrieve] ....................................................................................................................................................................................................................................................................................................................................... (165kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (1057ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0-javadoc.jar ...
[ivy:retrieve] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (467kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar(javadoc) (1781ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0-sources.jar ...
[ivy:retrieve] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (245kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar(source) (1386ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0-javadoc.jar ...
[ivy:retrieve] ................................................................................................................................................................................... (92kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-cli#commons-cli;1.0!commons-cli.jar(javadoc) (1016ms)
[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 (957ms)
[ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar ...
[ivy:retrieve] .................................................................................................. (48kB)
[ivy:retrieve] .. (0kB)
[ivy:retrieve] [SUCCESSFUL ] commons-cli#commons-cli;1.0!commons-cli.jar(source) (997ms)
[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-logging.jar (992ms)
[ivy:retrieve] :: resolution report :: resolve 6303ms :: artifacts dl 8230ms
[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 | 3 | 1 || 7 | 7 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#hello-ivy
[ivy:retrieve] confs: [default]
[ivy:retrieve] 7 artifacts copied, 0 already retrieved (1069kB/98ms)
run:
[mkdir] Created dir: /ivy/hello-ivy/build
[javac] Compiling 1 source file to /ivy/hello-ivy/build
[java] standard message : hello ivy !
[java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !
BUILD SUCCESSFUL
Total time: 16 seconds

View File

@ -0,0 +1,30 @@
[ivy@apache:/ivy/hello-ivy]$ ant
Buildfile: /ivy/hello-ivy/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache#hello-ivy;working@apache
[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] :: resolution report :: resolve 197ms :: artifacts dl 11ms
[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 | 0 | 0 | 1 || 7 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache#hello-ivy
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 7 already retrieved (0kB/6ms)
run:
[java] standard message : hello ivy !
[java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !
BUILD SUCCESSFUL
Total time: 1 second

View File

@ -0,0 +1,253 @@
[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2-deps
Buildfile: /ivy/build-a-ivy-repository/build.xml
load-ivy:
init-ivy:
maven2-deps:
[ivy:install] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml
[ivy:install] :: installing org.hibernate#hibernate;3.2.5.ga ::
[ivy:install] :: resolving dependencies ::
[ivy:install] found org.hibernate#hibernate;3.2.5.ga in libraries
[ivy:install] found net.sf.ehcache#ehcache;1.2.3 in libraries
[ivy:install] found commons-logging#commons-logging;1.0.4 in libraries
[ivy:install] found commons-collections#commons-collections;2.1 in libraries
[ivy:install] found javax.transaction#jta;1.0.1B in libraries
[ivy:install] found asm#asm-attrs;1.5.3 in libraries
[ivy:install] found dom4j#dom4j;1.6.1 in libraries
[ivy:install] found antlr#antlr;2.7.6 in libraries
[ivy:install] found cglib#cglib;2.1_3 in libraries
[ivy:install] found asm#asm;1.5.3 in libraries
[ivy:install] found commons-collections#commons-collections;2.1.1 in libraries
[ivy:install] found ant#ant;1.6.5 in libraries
[ivy:install] found swarmcache#swarmcache;1.0RC2 in libraries
[ivy:install] found commons-logging#commons-logging;1.0.2 in libraries
[ivy:install] found jgroups#jgroups-all;2.2.8 in libraries
[ivy:install] found jboss#jboss-cache;1.2.2 in libraries
[ivy:install] found jboss#jboss-system;4.0.2 in libraries
[ivy:install] found jboss#jboss-common;4.0.2 in libraries
[ivy:install] found slide#webdavlib;2.0 in libraries
[ivy:install] found xerces#xercesImpl;2.6.2 in libraries
[ivy:install] found jboss#jboss-minimal;4.0.2 in libraries
[ivy:install] found jboss#jboss-j2se;200504122039 in libraries
[ivy:install] found concurrent#concurrent;1.3.4 in libraries
[ivy:install] found jgroups#jgroups-all;2.2.7 in libraries
[ivy:install] found c3p0#c3p0;0.9.1 in libraries
[ivy:install] found javax.security#jacc;1.0 in libraries
[ivy:install] found opensymphony#oscache;2.1 in libraries
[ivy:install] found proxool#proxool;0.8.3 in libraries
[ivy:install] :: downloading artifacts to cache ::
[ivy:install] downloading http://repo1.maven.org/maven2/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga-sources.jar ...
[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (1470kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar(source) (3790ms)
[ivy:install] downloading http://repo1.maven.org/maven2/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga.jar ...
[ivy:install] .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (2202kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar (5077ms)
[ivy:install] downloading http://repo1.maven.org/maven2/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga-javadoc.jar ...
[ivy:install] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (7352kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar(javadoc) (15415ms)
[ivy:install] downloading http://repo1.maven.org/maven2/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3.jar ...
[ivy:install] ...................................................................................................................................................................................................................................................................................................................................................................................................... (203kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] net.sf.ehcache#ehcache;1.2.3!ehcache.jar (1030ms)
[ivy:install] downloading http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar ...
[ivy:install] ........................................................................ (37kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] commons-logging#commons-logging;1.0.4!commons-logging.jar (1006ms)
[ivy:install] downloading http://repo1.maven.org/maven2/asm/asm-attrs/1.5.3/asm-attrs-1.5.3.jar ...
[ivy:install] .............................. (16kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] asm#asm-attrs;1.5.3!asm-attrs.jar (996ms)
[ivy:install] downloading http://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar ...
[ivy:install] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (306kB)
[ivy:install] ... (0kB)
[ivy:install] [SUCCESSFUL ] dom4j#dom4j;1.6.1!dom4j.jar (1500ms)
[ivy:install] downloading http://repo1.maven.org/maven2/antlr/antlr/2.7.6/antlr-2.7.6.jar ...
[ivy:install] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (433kB)
[ivy:install] ... (0kB)
[ivy:install] [SUCCESSFUL ] antlr#antlr;2.7.6!antlr.jar (1734ms)
[ivy:install] downloading http://repo1.maven.org/maven2/cglib/cglib/2.1_3/cglib-2.1_3.jar ...
[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (275kB)
[ivy:install] ... (0kB)
[ivy:install] [SUCCESSFUL ] cglib#cglib;2.1_3!cglib.jar (1358ms)
[ivy:install] downloading http://repo1.maven.org/maven2/asm/asm/1.5.3/asm-1.5.3.jar ...
[ivy:install] ................................................... (25kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] asm#asm;1.5.3!asm.jar (991ms)
[ivy:install] downloading http://repo1.maven.org/maven2/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1.jar ...
[ivy:install] .............................................................................................................................................................................................................................................................................................................. (171kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] commons-collections#commons-collections;2.1.1!commons-collections.jar (1104ms)
[ivy:install] downloading http://repo1.maven.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.jar ...
[ivy:install] ........................................................................................................................................................................................................................................................................................ (161kB)
[ivy:install] ... (0kB)
[ivy:install] [SUCCESSFUL ] commons-collections#commons-collections;2.1!commons-collections.jar (1065ms)
[ivy:install] downloading http://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar ...
[ivy:install] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................................. (1009kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] ant#ant;1.6.5!ant.jar (2859ms)
[ivy:install] downloading http://repo1.maven.org/maven2/swarmcache/swarmcache/1.0RC2/swarmcache-1.0RC2.jar ...
[ivy:install] ......................................................... (29kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] swarmcache#swarmcache;1.0RC2!swarmcache.jar (955ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-cache/1.2.2/jboss-cache-1.2.2.jar ...
[ivy:install] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (365kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jboss#jboss-cache;1.2.2!jboss-cache.jar (1616ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jgroups/jgroups-all/2.2.8/jgroups-all-2.2.8.jar ...
[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (1573kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jgroups#jgroups-all;2.2.8!jgroups-all.jar (3969ms)
[ivy:install] downloading http://repo1.maven.org/maven2/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar ...
[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (594kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] c3p0#c3p0;0.9.1!c3p0.jar (2044ms)
[ivy:install] downloading http://repo1.maven.org/maven2/opensymphony/oscache/2.1/oscache-2.1.jar ...
[ivy:install] ................................................................................................................................................................................................................... (111kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] opensymphony#oscache;2.1!oscache.jar (1014ms)
[ivy:install] downloading http://repo1.maven.org/maven2/proxool/proxool/0.8.3/proxool-0.8.3.jar ...
[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (464kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] proxool#proxool;0.8.3!proxool.jar (1774ms)
[ivy:install] downloading http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar ...
[ivy:install] .................................................. (25kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] commons-logging#commons-logging;1.0.2!commons-logging.jar (975ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-system/4.0.2/jboss-system-4.0.2.jar ...
[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (227kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jboss#jboss-system;4.0.2!jboss-system.jar (1701ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-common/4.0.2/jboss-common-4.0.2.jar ...
[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (457kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jboss#jboss-common;4.0.2!jboss-common.jar (1715ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-minimal/4.0.2/jboss-minimal-4.0.2.jar ...
[ivy:install] ..................................................................................................................................................................................................................................................................................................................... (163kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jboss#jboss-minimal;4.0.2!jboss-minimal.jar (1184ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-j2se/200504122039/jboss-j2se-200504122039.jar ...
[ivy:install] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (350kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jboss#jboss-j2se;200504122039!jboss-j2se.jar (1512ms)
[ivy:install] downloading http://repo1.maven.org/maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar ...
[ivy:install] ................................................................................................................................................................................................................................................................................................................................... (184kB)
[ivy:install] ... (0kB)
[ivy:install] [SUCCESSFUL ] concurrent#concurrent;1.3.4!concurrent.jar (1139ms)
[ivy:install] downloading http://repo1.maven.org/maven2/jgroups/jgroups-all/2.2.7/jgroups-all-2.2.7.jar ...
[ivy:install] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ................................................................... (1613kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] jgroups#jgroups-all;2.2.7!jgroups-all.jar (4046ms)
[ivy:install] downloading http://repo1.maven.org/maven2/slide/webdavlib/2.0/webdavlib-2.0.jar ...
[ivy:install] ............................................................................................................................................................................................................................................................ (128kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] slide#webdavlib;2.0!webdavlib.jar (986ms)
[ivy:install] downloading http://repo1.maven.org/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar ...
[ivy:install] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
[ivy:install] ......................................................................................................................................................................................................................................................................................................... (986kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] xerces#xercesImpl;2.6.2!xercesImpl.jar (2643ms)
[ivy:install] :: installing in my-repository ::
[ivy:install] published hibernate to /ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/sources/hibernate-3.2.5.ga.jar
[ivy:install] published hibernate to /ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/jars/hibernate-3.2.5.ga.jar
[ivy:install] published hibernate to /ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/javadocs/hibernate-3.2.5.ga.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/ivys/ivy-3.2.5.ga.xml
[ivy:install] published ehcache to /ivy/build-a-ivy-repository/myrepository/no-namespace/net.sf.ehcache/ehcache/jars/ehcache-1.2.3.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/net.sf.ehcache/ehcache/ivys/ivy-1.2.3.xml
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/javax.transaction/jta/ivys/ivy-1.0.1B.xml
[ivy:install] published commons-logging to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-logging/commons-logging/jars/commons-logging-1.0.4.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-logging/commons-logging/ivys/ivy-1.0.4.xml
[ivy:install] published asm-attrs to /ivy/build-a-ivy-repository/myrepository/no-namespace/asm/asm-attrs/jars/asm-attrs-1.5.3.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/asm/asm-attrs/ivys/ivy-1.5.3.xml
[ivy:install] published dom4j to /ivy/build-a-ivy-repository/myrepository/no-namespace/dom4j/dom4j/jars/dom4j-1.6.1.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/dom4j/dom4j/ivys/ivy-1.6.1.xml
[ivy:install] published antlr to /ivy/build-a-ivy-repository/myrepository/no-namespace/antlr/antlr/jars/antlr-2.7.6.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/antlr/antlr/ivys/ivy-2.7.6.xml
[ivy:install] published cglib to /ivy/build-a-ivy-repository/myrepository/no-namespace/cglib/cglib/jars/cglib-2.1_3.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/cglib/cglib/ivys/ivy-2.1_3.xml
[ivy:install] published asm to /ivy/build-a-ivy-repository/myrepository/no-namespace/asm/asm/jars/asm-1.5.3.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/asm/asm/ivys/ivy-1.5.3.xml
[ivy:install] published commons-collections to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-collections/commons-collections/jars/commons-collections-2.1.1.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-collections/commons-collections/ivys/ivy-2.1.1.xml
[ivy:install] published commons-collections to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-collections/commons-collections/jars/commons-collections-2.1.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-collections/commons-collections/ivys/ivy-2.1.xml
[ivy:install] published ant to /ivy/build-a-ivy-repository/myrepository/no-namespace/ant/ant/jars/ant-1.6.5.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/ant/ant/ivys/ivy-1.6.5.xml
[ivy:install] published swarmcache to /ivy/build-a-ivy-repository/myrepository/no-namespace/swarmcache/swarmcache/jars/swarmcache-1.0RC2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/swarmcache/swarmcache/ivys/ivy-1.0RC2.xml
[ivy:install] published jboss-cache to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-cache/jars/jboss-cache-1.2.2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-cache/ivys/ivy-1.2.2.xml
[ivy:install] published jgroups-all to /ivy/build-a-ivy-repository/myrepository/no-namespace/jgroups/jgroups-all/jars/jgroups-all-2.2.8.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jgroups/jgroups-all/ivys/ivy-2.2.8.xml
[ivy:install] published c3p0 to /ivy/build-a-ivy-repository/myrepository/no-namespace/c3p0/c3p0/jars/c3p0-0.9.1.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/c3p0/c3p0/ivys/ivy-0.9.1.xml
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/javax.security/jacc/ivys/ivy-1.0.xml
[ivy:install] published oscache to /ivy/build-a-ivy-repository/myrepository/no-namespace/opensymphony/oscache/jars/oscache-2.1.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/opensymphony/oscache/ivys/ivy-2.1.xml
[ivy:install] published proxool to /ivy/build-a-ivy-repository/myrepository/no-namespace/proxool/proxool/jars/proxool-0.8.3.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/proxool/proxool/ivys/ivy-0.8.3.xml
[ivy:install] published commons-logging to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-logging/commons-logging/jars/commons-logging-1.0.2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-logging/commons-logging/ivys/ivy-1.0.2.xml
[ivy:install] published jboss-system to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-system/jars/jboss-system-4.0.2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-system/ivys/ivy-4.0.2.xml
[ivy:install] published jboss-common to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-common/jars/jboss-common-4.0.2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-common/ivys/ivy-4.0.2.xml
[ivy:install] published jboss-minimal to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-minimal/jars/jboss-minimal-4.0.2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-minimal/ivys/ivy-4.0.2.xml
[ivy:install] published jboss-j2se to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-j2se/jars/jboss-j2se-200504122039.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jboss/jboss-j2se/ivys/ivy-200504122039.xml
[ivy:install] published concurrent to /ivy/build-a-ivy-repository/myrepository/no-namespace/concurrent/concurrent/jars/concurrent-1.3.4.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/concurrent/concurrent/ivys/ivy-1.3.4.xml
[ivy:install] published jgroups-all to /ivy/build-a-ivy-repository/myrepository/no-namespace/jgroups/jgroups-all/jars/jgroups-all-2.2.7.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/jgroups/jgroups-all/ivys/ivy-2.2.7.xml
[ivy:install] published webdavlib to /ivy/build-a-ivy-repository/myrepository/no-namespace/slide/webdavlib/jars/webdavlib-2.0.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/slide/webdavlib/ivys/ivy-2.0.xml
[ivy:install] published xercesImpl to /ivy/build-a-ivy-repository/myrepository/no-namespace/xerces/xercesImpl/jars/xercesImpl-2.6.2.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/xerces/xercesImpl/ivys/ivy-2.6.2.xml
[ivy:install] :: install resolution report ::
[ivy:install] :: resolution report :: resolve 0ms :: artifacts dl 65292ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 28 | 28 | 28 | 0 || 30 | 28 |
---------------------------------------------------------------------
[ivy:install]
[ivy:install] :: problems summary ::
[ivy:install] :::: WARNINGS
[ivy:install] [NOT FOUND ] javax.transaction#jta;1.0.1B!jta.jar (0ms)
[ivy:install] ==== libraries: tried
[ivy:install] http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
[ivy:install] [NOT FOUND ] javax.security#jacc;1.0!jacc.jar (0ms)
[ivy:install] ==== libraries: tried
[ivy:install] http://repo1.maven.org/maven2/javax/security/jacc/1.0/jacc-1.0.jar
[ivy:install] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:install] :: FAILED DOWNLOADS ::
[ivy:install] :: ^ see resolution messages for details ^ ::
[ivy:install] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:install] :: javax.transaction#jta;1.0.1B!jta.jar
[ivy:install] :: javax.security#jacc;1.0!jacc.jar
[ivy:install] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:install]
[ivy:install]
[ivy:install] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

View File

@ -0,0 +1,37 @@
[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2-namespace
Buildfile: /ivy/build-a-ivy-repository/build.xml
load-ivy:
init-ivy:
maven2-namespace:
[ivy:install] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-advanced.xml
[ivy:install] :: installing apache#commons-lang;1.0 ::
[ivy:install] :: resolving dependencies ::
[ivy:install] found apache#commons-lang;1.0 in libraries
[ivy:install] :: downloading artifacts to cache ::
[ivy:install] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/1.0/commons-lang-1.0.jar ...
[ivy:install] ....................................................................................................................... (62kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] apache#commons-lang;1.0!commons-lang.jar (1249ms)
[ivy:install] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/1.0/commons-lang-1.0-javadoc.jar ...
[ivy:install] ................................................................................................................................................................................................................................................................................................................................................. (170kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] apache#commons-lang;1.0!commons-lang.jar(javadoc) (1358ms)
[ivy:install] :: installing in my-repository ::
[ivy:install] published commons-lang to /ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/jars/commons-lang-1.0.jar
[ivy:install] published commons-lang to /ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/javadocs/commons-lang-1.0.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/ivys/ivy-1.0.xml
[ivy:install] :: install resolution report ::
[ivy:install] :: resolution report :: resolve 0ms :: artifacts dl 2619ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 1 | 1 | 0 || 2 | 2 |
---------------------------------------------------------------------
BUILD SUCCESSFUL
Total time: 6 seconds

View File

@ -0,0 +1,37 @@
[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2
Buildfile: /ivy/build-a-ivy-repository/build.xml
load-ivy:
init-ivy:
maven2:
[ivy:install] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml
[ivy:install] :: installing commons-lang#commons-lang;1.0 ::
[ivy:install] :: resolving dependencies ::
[ivy:install] found commons-lang#commons-lang;1.0 in libraries
[ivy:install] :: downloading artifacts to cache ::
[ivy:install] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/1.0/commons-lang-1.0-javadoc.jar ...
[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................. (170kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] commons-lang#commons-lang;1.0!commons-lang.jar(javadoc) (1147ms)
[ivy:install] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/1.0/commons-lang-1.0.jar ...
[ivy:install] ..................................................................................................................... (62kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ] commons-lang#commons-lang;1.0!commons-lang.jar (979ms)
[ivy:install] :: installing in my-repository ::
[ivy:install] published commons-lang to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/javadocs/commons-lang-1.0.jar
[ivy:install] published commons-lang to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/jars/commons-lang-1.0.jar
[ivy:install] published ivy to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/ivys/ivy-1.0.xml
[ivy:install] :: install resolution report ::
[ivy:install] :: resolution report :: resolve 0ms :: artifacts dl 2134ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 1 | 1 | 0 || 2 | 2 |
---------------------------------------------------------------------
BUILD SUCCESSFUL
Total time: 7 seconds

View File

@ -0,0 +1,17 @@
[ivy@apache:/ivy/multi-project/projects/find]$ ant -p
Buildfile: /ivy/multi-project/projects/find/build.xml
Main targets:
clean --> clean the project
clean-build --> clean the project built files
clean-lib --> clean the project libraries directory (dependencies)
clean-local --> cleans the local repository for the current module
compile --> compile the project
jar --> make a jar file for this project
publish --> publish this project in the ivy repository
publish-local --> publish this project in the local ivy repository
report --> generates a report of dependencies
resolve --> resolve and retrieve dependencies with ivy
run --> compile and run the project
Default target: compile

View File

@ -0,0 +1,8 @@
[ivy@apache:/ivy/multi-project]$ ant -p
Buildfile: /ivy/multi-project/build.xml
Main targets:
clean clean tutorial: delete repository, ivy cache, and all projects
clean-all clean all projects
publish-all compile, jar and publish all projects in the right order

View File

@ -0,0 +1,365 @@
[ivy@apache:/ivy/multi-project]$ ant publish-all
Buildfile: /ivy/multi-project/build.xml
load-ivy:
buildlist:
[ivy:buildlist] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
[ivy:buildlist] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
publish-all:
clean-build:
load-ivy:
ivy-new-version:
[ivy:info] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
version:
[mkdir] Created dir: /ivy/multi-project/projects/version/build/classes
clean-lib:
resolve:
[mkdir] Created dir: /ivy/multi-project/projects/version/lib
[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#version;working@apache
[ivy:resolve] confs: [default]
[ivy:resolve] :: resolution report :: resolve 107ms :: artifacts dl 0ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 0 | 0 | 0 | 0 || 0 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.ivy.example#version
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 0 already retrieved (0kB/8ms)
compile:
[javac] Compiling 1 source file to /ivy/multi-project/projects/version/build/classes
[javac] Note: /ivy/multi-project/projects/version/src/version/Version.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[jar] Building jar: /ivy/multi-project/projects/version/build/version.jar
publish:
[ivy:publish] :: delivering :: org.apache.ivy.example#version;working@apache :: 1.0-dev-b1 :: release :: Mon Apr 16 00:15:47 CEST 2012
[ivy:publish] delivering ivy file to /ivy/multi-project/projects/version/build/ivy.xml
[ivy:publish] :: publishing :: org.apache.ivy.example#version
[ivy:publish] published version to /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/jars/version.jar
[ivy:publish] published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part
[ivy:publish] to /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1
[echo] project version released with version 1.0-dev-b1
clean-build:
load-ivy:
ivy-new-version:
[ivy:info] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
version:
[mkdir] Created dir: /ivy/multi-project/projects/list/build/classes
clean-lib:
resolve:
[mkdir] Created dir: /ivy/multi-project/projects/list/lib
[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#list;working@apache
[ivy:resolve] confs: [core, standalone]
[ivy:resolve] found org.apache.ivy.example#version;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#version;latest.integration
[ivy:resolve] found commons-cli#commons-cli;1.0 in public
[ivy:resolve] found commons-logging#commons-logging;1.0 in public
[ivy:resolve] found commons-lang#commons-lang;1.0 in public
[ivy:resolve] found junit#junit;3.7 in public
[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1/jars/version.jar ...
[ivy:resolve] .. (1kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.apache.ivy.example#version;1.0-dev-b1!version.jar (88ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar ...
[ivy:resolve] ........................................................ (29kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] commons-cli#commons-cli;1.0!commons-cli.jar (870ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.jar ...
[ivy:resolve] ......................................... (21kB)
[ivy:resolve] ... (0kB)
[ivy:resolve] [SUCCESSFUL ] commons-logging#commons-logging;1.0!commons-logging.jar (991ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-lang/commons-lang/1.0/commons-lang-1.0.jar ...
[ivy:resolve] ........................................................................................................................ (62kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] commons-lang#commons-lang;1.0!commons-lang.jar (1004ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.7/junit-3.7.jar ...
[ivy:resolve] ........................................................................................................................................................................................................................... (114kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] junit#junit;3.7!junit.jar (1074ms)
[ivy:resolve] :: resolution report :: resolve 9638ms :: artifacts dl 4053ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| core | 1 | 1 | 1 | 0 || 1 | 1 |
| standalone | 5 | 5 | 5 | 0 || 5 | 5 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.ivy.example#list
[ivy:retrieve] confs: [core, standalone]
[ivy:retrieve] 5 artifacts copied, 0 already retrieved (229kB/111ms)
compile:
[javac] Compiling 2 source files to /ivy/multi-project/projects/list/build/classes
[javac] Note: /ivy/multi-project/projects/list/src/list/ListFile.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[jar] Building jar: /ivy/multi-project/projects/list/build/list.jar
publish:
[ivy:publish] :: delivering :: org.apache.ivy.example#list;working@apache :: 1.0-dev-b1 :: release :: Mon Apr 16 00:16:02 CEST 2012
[ivy:publish] delivering ivy file to /ivy/multi-project/projects/list/build/ivy.xml
[ivy:publish] :: publishing :: org.apache.ivy.example#list
[ivy:publish] published list to /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/jars/list.jar
[ivy:publish] published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part
[ivy:publish] to /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1
[echo] project list released with version 1.0-dev-b1
clean-build:
load-ivy:
ivy-new-version:
[ivy:info] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
version:
[mkdir] Created dir: /ivy/multi-project/projects/find/build/classes
clean-lib:
resolve:
[mkdir] Created dir: /ivy/multi-project/projects/find/lib
[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#find;working@apache
[ivy:resolve] confs: [core, standalone]
[ivy:resolve] found org.apache.ivy.example#version;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#version;latest.integration
[ivy:resolve] found org.apache.ivy.example#list;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#list;latest.integration
[ivy:resolve] found commons-collections#commons-collections;3.1 in public
[ivy:resolve] found commons-cli#commons-cli;1.0 in public
[ivy:resolve] found commons-logging#commons-logging;1.0 in public
[ivy:resolve] found commons-lang#commons-lang;1.0 in public
[ivy:resolve] found junit#junit;3.7 in public
[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1/jars/list.jar ...
[ivy:resolve] .. (2kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.apache.ivy.example#list;1.0-dev-b1!list.jar (45ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar ...
[ivy:resolve] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (546kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] commons-collections#commons-collections;3.1!commons-collections.jar (1753ms)
[ivy:resolve] :: resolution report :: resolve 3828ms :: artifacts dl 1816ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| core | 3 | 3 | 2 | 0 || 3 | 2 |
| standalone | 7 | 3 | 2 | 0 || 7 | 2 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.ivy.example#find
[ivy:retrieve] confs: [core, standalone]
[ivy:retrieve] 7 artifacts copied, 0 already retrieved (778kB/182ms)
compile:
[javac] Compiling 2 source files to /ivy/multi-project/projects/find/build/classes
jar:
[jar] Building jar: /ivy/multi-project/projects/find/build/find.jar
publish:
[ivy:publish] :: delivering :: org.apache.ivy.example#find;working@apache :: 1.0-dev-b1 :: release :: Mon Apr 16 00:16:11 CEST 2012
[ivy:publish] delivering ivy file to /ivy/multi-project/projects/find/build/ivy.xml
[ivy:publish] :: publishing :: org.apache.ivy.example#find
[ivy:publish] published find to /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/jars/find.jar
[ivy:publish] published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part
[ivy:publish] to /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1
[echo] project find released with version 1.0-dev-b1
clean-build:
load-ivy:
ivy-new-version:
[ivy:info] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
version:
[mkdir] Created dir: /ivy/multi-project/projects/size/build/classes
clean-lib:
resolve:
[mkdir] Created dir: /ivy/multi-project/projects/size/lib
[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#size;working@apache
[ivy:resolve] confs: [default]
[ivy:resolve] found org.apache.ivy.example#version;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#version;latest.integration
[ivy:resolve] found org.apache.ivy.example#list;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#list;latest.integration
[ivy:resolve] :: resolution report :: resolve 1546ms :: artifacts dl 8ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 2 | 0 | 0 || 2 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.ivy.example#size
[ivy:retrieve] confs: [default]
[ivy:retrieve] 2 artifacts copied, 0 already retrieved (4kB/88ms)
compile:
[javac] Compiling 1 source file to /ivy/multi-project/projects/size/build/classes
jar:
[jar] Building jar: /ivy/multi-project/projects/size/build/size.jar
publish:
[ivy:publish] :: delivering :: org.apache.ivy.example#size;working@apache :: 1.0-dev-b1 :: release :: Mon Apr 16 00:16:14 CEST 2012
[ivy:publish] delivering ivy file to /ivy/multi-project/projects/size/build/ivy.xml
[ivy:publish] :: publishing :: org.apache.ivy.example#size
[ivy:publish] published size to /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/jars/size.jar
[ivy:publish] published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part
[ivy:publish] to /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1
[echo] project size released with version 1.0-dev-b1
clean-build:
load-ivy:
ivy-new-version:
[ivy:info] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
version:
[mkdir] Created dir: /ivy/multi-project/projects/sizewhere/build/classes
clean-lib:
resolve:
[mkdir] Created dir: /ivy/multi-project/projects/sizewhere/lib
[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#sizewhere;working@apache
[ivy:resolve] confs: [core, standalone]
[ivy:resolve] found org.apache.ivy.example#version;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#version;latest.integration
[ivy:resolve] found org.apache.ivy.example#size;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#size;latest.integration
[ivy:resolve] found org.apache.ivy.example#list;1.0-dev-b1 in shared
[ivy:resolve] found org.apache.ivy.example#find;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#find;latest.integration
[ivy:resolve] found commons-collections#commons-collections;3.1 in public
[ivy:resolve] found commons-cli#commons-cli;1.0 in public
[ivy:resolve] found commons-logging#commons-logging;1.0 in public
[ivy:resolve] found commons-lang#commons-lang;1.0 in public
[ivy:resolve] found junit#junit;3.7 in public
[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1/jars/size.jar ...
[ivy:resolve] .. (1kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.apache.ivy.example#size;1.0-dev-b1!size.jar (47ms)
[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1/jars/find.jar ...
[ivy:resolve] .. (3kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.apache.ivy.example#find;1.0-dev-b1!find.jar (45ms)
[ivy:resolve] :: resolution report :: resolve 2677ms :: artifacts dl 100ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| core | 5 | 3 | 2 | 0 || 5 | 2 |
| standalone | 9 | 3 | 2 | 0 || 9 | 2 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.ivy.example#sizewhere
[ivy:retrieve] confs: [core, standalone]
[ivy:retrieve] 9 artifacts copied, 0 already retrieved (783kB/106ms)
compile:
[javac] Compiling 2 source files to /ivy/multi-project/projects/sizewhere/build/classes
jar:
[jar] Building jar: /ivy/multi-project/projects/sizewhere/build/sizewhere.jar
publish:
[ivy:publish] :: delivering :: org.apache.ivy.example#sizewhere;working@apache :: 1.0-dev-b1 :: release :: Mon Apr 16 00:16:19 CEST 2012
[ivy:publish] delivering ivy file to /ivy/multi-project/projects/sizewhere/build/ivy.xml
[ivy:publish] :: publishing :: org.apache.ivy.example#sizewhere
[ivy:publish] published sizewhere to /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/jars/sizewhere.jar
[ivy:publish] published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part
[ivy:publish] to /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1
[echo] project sizewhere released with version 1.0-dev-b1
clean-build:
load-ivy:
ivy-new-version:
[ivy:info] :: loading settings :: url = jar:file:///home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
version:
[mkdir] Created dir: /ivy/multi-project/projects/console/build/classes
clean-lib:
resolve:
[mkdir] Created dir: /ivy/multi-project/projects/console/lib
[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#console;working@apache
[ivy:resolve] confs: [default]
[ivy:resolve] found org.apache.ivy.example#version;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#version;latest.integration
[ivy:resolve] found org.apache.ivy.example#list;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#list;latest.integration
[ivy:resolve] found commons-cli#commons-cli;1.0 in public
[ivy:resolve] found commons-logging#commons-logging;1.0 in public
[ivy:resolve] found commons-lang#commons-lang;1.0 in public
[ivy:resolve] found junit#junit;3.7 in public
[ivy:resolve] found org.apache.ivy.example#find;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#find;latest.integration
[ivy:resolve] found commons-collections#commons-collections;3.1 in public
[ivy:resolve] found org.apache.ivy.example#sizewhere;1.0-dev-b1 in shared
[ivy:resolve] [1.0-dev-b1] org.apache.ivy.example#sizewhere;latest.integration
[ivy:resolve] found org.apache.ivy.example#size;1.0-dev-b1 in shared
[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1/jars/sizewhere.jar ...
[ivy:resolve] .. (2kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.apache.ivy.example#sizewhere;1.0-dev-b1!sizewhere.jar (46ms)
[ivy:resolve] :: resolution report :: resolve 3248ms :: artifacts dl 55ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 10 | 4 | 1 | 0 || 10 | 1 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.ivy.example#console
[ivy:retrieve] confs: [default]
[ivy:retrieve] 10 artifacts copied, 0 already retrieved (785kB/124ms)
compile:
[javac] Compiling 1 source file to /ivy/multi-project/projects/console/build/classes
[javac] Note: /ivy/multi-project/projects/console/src/console/Main.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[jar] Building jar: /ivy/multi-project/projects/console/build/console.jar
publish:
[ivy:publish] :: delivering :: org.apache.ivy.example#console;working@apache :: 1.0-dev-b1 :: release :: Mon Apr 16 00:16:23 CEST 2012
[ivy:publish] delivering ivy file to /ivy/multi-project/projects/console/build/ivy.xml
[ivy:publish] :: publishing :: org.apache.ivy.example#console
[ivy:publish] published console to /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/jars/console.jar
[ivy:publish] published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/ivys/ivy.xml
[ivy:publish] publish commited: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part
[ivy:publish] to /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1
[echo] project console released with version 1.0-dev-b1
BUILD SUCCESSFUL
Total time: 39 seconds

View File

@ -0,0 +1,13 @@
[ivy@apache:/]$ find /ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate -type f -print
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/ivys/ivy-3.2.5.ga.xml
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/ivys/ivy-3.2.5.ga.xml.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/ivys/ivy-3.2.5.ga.xml.sha1
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/jars/hibernate-3.2.5.ga.jar
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/jars/hibernate-3.2.5.ga.jar.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/jars/hibernate-3.2.5.ga.jar.sha1
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/javadocs/hibernate-3.2.5.ga.jar
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/javadocs/hibernate-3.2.5.ga.jar.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/javadocs/hibernate-3.2.5.ga.jar.sha1
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/sources/hibernate-3.2.5.ga.jar
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/sources/hibernate-3.2.5.ga.jar.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/org.hibernate/hibernate/sources/hibernate-3.2.5.ga.jar.sha1

View File

@ -0,0 +1,10 @@
$ find /ivy/build-a-ivy-repository/myrepository/advanced -type f -print
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/ivys/ivy-1.0.xml
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/ivys/ivy-1.0.xml.md5
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/ivys/ivy-1.0.xml.sha1
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/jars/commons-lang-1.0.jar
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/jars/commons-lang-1.0.jar.md5
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/jars/commons-lang-1.0.jar.sha1
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/javadocs/commons-lang-1.0.jar
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/javadocs/commons-lang-1.0.jar.md5
/ivy/build-a-ivy-repository/myrepository/advanced/apache/commons-lang/javadocs/commons-lang-1.0.jar.sha1

View File

@ -0,0 +1,10 @@
[ivy@apache:/]$ find /ivy/build-a-ivy-repository/myrepository/no-namespace -type f -print
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/ivys/ivy-1.0.xml
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/ivys/ivy-1.0.xml.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/ivys/ivy-1.0.xml.sha1
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/jars/commons-lang-1.0.jar
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/jars/commons-lang-1.0.jar.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/jars/commons-lang-1.0.jar.sha1
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/javadocs/commons-lang-1.0.jar
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/javadocs/commons-lang-1.0.jar.md5
/ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/javadocs/commons-lang-1.0.jar.sha1