Author: maartenc
Date: Sat Apr 21 06:36:52 2012
New Revision: 1328591
URL: http://svn.apache.org/viewvc?rev=1328591&view=rev
Log:
Added tutorial logs.
Added:
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/chained-resolvers.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-lib.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runcc.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runhm.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending-2.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone-2.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dual.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-1.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-2.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/install-deps.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/install-namespace.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/install.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/multi-project-find-antp.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/multi-project-general-antp.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/multi-project-general-publishall.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/myrepository-content-deps.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/myrepository-content-namespace.txt
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/myrepository-content.txt
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/chained-resolvers.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/chained-resolvers.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/chained-resolvers.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/chained-resolvers.txt Sat
Apr 21 06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-lib.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-lib.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-lib.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-lib.txt Sat
Apr 21 06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runcc.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runcc.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runcc.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runcc.txt
Sat Apr 21 06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runhm.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runhm.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runhm.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/configurations-runhm.txt
Sat Apr 21 06:36:52 2012
@@ -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
Added:
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending-2.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending-2.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending-2.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending-2.txt
Sat Apr 21 06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-depending.txt
Sat Apr 21 06:36:52 2012
@@ -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
Added:
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone-2.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone-2.txt?rev=1328591&view=auto
==============================================================================
---
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone-2.txt
(added)
+++
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone-2.txt
Sat Apr 21 06:36:52 2012
@@ -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
Added:
ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone.txt
(added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dependence-standalone.txt
Sat Apr 21 06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dual.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dual.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dual.txt (added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/dual.txt Sat Apr 21
06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-1.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-1.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-1.txt (added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-1.txt Sat Apr 21
06:36:52 2012
@@ -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
Added: ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-2.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-2.txt?rev=1328591&view=auto
==============================================================================
--- ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-2.txt (added)
+++ ant/ivy/core/branches/2.3.0-rc1/doc/tutorial/log/hello-ivy-2.txt Sat Apr 21
06:36:52 2012
@@ -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