set 'eol-style' to 'native'

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.2.0-rc1@1054546 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/tutorial/log/chained-resolvers.txt b/doc/tutorial/log/chained-resolvers.txt
index 6ec5b5f..7eb8374 100644
--- a/doc/tutorial/log/chained-resolvers.txt
+++ b/doc/tutorial/log/chained-resolvers.txt
@@ -1,39 +1,39 @@
-[ivy@apache:/ivy/chained-resolvers/chainedresolvers-project]$ ant 

-Buildfile: /ivy/chained-resolvers/chainedresolvers-project/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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] .......................................................................................................................................................................................................................................................................................................................

-[ivy:retrieve] ............. (165kB)

-[ivy:retrieve] .. (0kB)

-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (3495ms)

-[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 (15ms)

-[ivy:retrieve] :: resolution report :: resolve 4181ms :: artifacts dl 3510ms

-	---------------------------------------------------------------------

-	|                  |            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/31ms)

-

-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: 11 seconds

+[ivy@apache:/ivy/chained-resolvers/chainedresolvers-project]$ ant 
+Buildfile: /ivy/chained-resolvers/chainedresolvers-project/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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] .......................................................................................................................................................................................................................................................................................................................
+[ivy:retrieve] ............. (165kB)
+[ivy:retrieve] .. (0kB)
+[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar (3495ms)
+[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 (15ms)
+[ivy:retrieve] :: resolution report :: resolve 4181ms :: artifacts dl 3510ms
+	---------------------------------------------------------------------
+	|                  |            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/31ms)
+
+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: 11 seconds
diff --git a/doc/tutorial/log/configurations-lib.txt b/doc/tutorial/log/configurations-lib.txt
index 20a6aec..c667bbd 100644
--- a/doc/tutorial/log/configurations-lib.txt
+++ b/doc/tutorial/log/configurations-lib.txt
@@ -1,70 +1,70 @@
-[ivy@apache:/ivy/configurations/multi-projects/filter-framework]$ ant 

-Buildfile: /ivy/configurations/multi-projects/filter-framework/build.xml

-

-clean:

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:retrieve] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (546kB)

-[ivy:retrieve] .. (0kB)

-[ivy:retrieve] 	[SUCCESSFUL ] commons-collections#commons-collections;3.1!commons-collections.jar (4992ms)

-[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 (2465ms)

-[ivy:retrieve] :: resolution report :: resolve 7473ms :: artifacts dl 7457ms

-	---------------------------------------------------------------------

-	|                  |            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/62ms)

-

-build:

-    [mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build

-    [mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/distrib

-    [javac] /ivy/configurations/multi-projects/filter-framework/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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,109 sec

-    [junit] Running filter.hmimpl.HMFilterTest

-    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,062 sec

-

-publish:

-[ivy:publish] :: delivering :: org.apache#filter-framework;working@apache :: 1.3 :: release :: Tue Jun 29 22:58:46 CEST 2010

-[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: 21 seconds

+[ivy@apache:/ivy/configurations/multi-projects/filter-framework]$ ant 
+Buildfile: /ivy/configurations/multi-projects/filter-framework/build.xml
+
+clean:
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:retrieve] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (546kB)
+[ivy:retrieve] .. (0kB)
+[ivy:retrieve] 	[SUCCESSFUL ] commons-collections#commons-collections;3.1!commons-collections.jar (4992ms)
+[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 (2465ms)
+[ivy:retrieve] :: resolution report :: resolve 7473ms :: artifacts dl 7457ms
+	---------------------------------------------------------------------
+	|                  |            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/62ms)
+
+build:
+    [mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build
+    [mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/distrib
+    [javac] /ivy/configurations/multi-projects/filter-framework/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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,109 sec
+    [junit] Running filter.hmimpl.HMFilterTest
+    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,062 sec
+
+publish:
+[ivy:publish] :: delivering :: org.apache#filter-framework;working@apache :: 1.3 :: release :: Tue Jun 29 22:58:46 CEST 2010
+[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: 21 seconds
diff --git a/doc/tutorial/log/configurations-runcc.txt b/doc/tutorial/log/configurations-runcc.txt
index 524909e..57fb3b7 100644
--- a/doc/tutorial/log/configurations-runcc.txt
+++ b/doc/tutorial/log/configurations-runcc.txt
@@ -1,47 +1,47 @@
-[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant 

-Buildfile: /ivy/configurations/multi-projects/myapp/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 (31ms)

-[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 (32ms)

-[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 (31ms)

-[ivy:retrieve] :: resolution report :: resolve 406ms :: artifacts dl 124ms

-	---------------------------------------------------------------------

-	|                  |            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/110ms)

-

-build:

-    [mkdir] Created dir: /ivy/configurations/multi-projects/myapp/build

-    [javac] /ivy/configurations/multi-projects/myapp/build.xml:56: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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: 4 seconds

+[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant 
+Buildfile: /ivy/configurations/multi-projects/myapp/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 (31ms)
+[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 (32ms)
+[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 (31ms)
+[ivy:retrieve] :: resolution report :: resolve 406ms :: artifacts dl 124ms
+	---------------------------------------------------------------------
+	|                  |            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/110ms)
+
+build:
+    [mkdir] Created dir: /ivy/configurations/multi-projects/myapp/build
+    [javac] /ivy/configurations/multi-projects/myapp/build.xml:56: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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: 4 seconds
diff --git a/doc/tutorial/log/configurations-runhm.txt b/doc/tutorial/log/configurations-runhm.txt
index 76eb898..13b9a54 100644
--- a/doc/tutorial/log/configurations-runhm.txt
+++ b/doc/tutorial/log/configurations-runhm.txt
@@ -1,33 +1,33 @@
-[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant run-hm

-Buildfile: /ivy/configurations/multi-projects/myapp/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 359ms :: artifacts dl 16ms

-	---------------------------------------------------------------------

-	|                  |            modules            ||   artifacts   |

-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|

-	---------------------------------------------------------------------

-	|       build      |   1   |   0   |   0   |   0   ||   1   |   0   |

-	|   noexternaljar  |   1   |   0   |   0   |   0   ||   2   |   0   |

-	|  withexternaljar |   2   |   0   |   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/47ms)

-

-build:

-    [javac] /ivy/configurations/multi-projects/myapp/build.xml:56: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-

-run-hm:

-     [java] Filtering with:class filter.hmimpl.HMFilter

-     [java] Result :[two, tree]

-

-BUILD SUCCESSFUL

-Total time: 2 seconds

+[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant run-hm
+Buildfile: /ivy/configurations/multi-projects/myapp/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 359ms :: artifacts dl 16ms
+	---------------------------------------------------------------------
+	|                  |            modules            ||   artifacts   |
+	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
+	---------------------------------------------------------------------
+	|       build      |   1   |   0   |   0   |   0   ||   1   |   0   |
+	|   noexternaljar  |   1   |   0   |   0   |   0   ||   2   |   0   |
+	|  withexternaljar |   2   |   0   |   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/47ms)
+
+build:
+    [javac] /ivy/configurations/multi-projects/myapp/build.xml:56: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+
+run-hm:
+     [java] Filtering with:class filter.hmimpl.HMFilter
+     [java] Result :[two, tree]
+
+BUILD SUCCESSFUL
+Total time: 2 seconds
diff --git a/doc/tutorial/log/dependence-depending-2.txt b/doc/tutorial/log/dependence-depending-2.txt
index 39c113e..11b1bef 100644
--- a/doc/tutorial/log/dependence-depending-2.txt
+++ b/doc/tutorial/log/dependence-depending-2.txt
@@ -1,38 +1,38 @@
-[ivy@apache:/ivy/dependence/depender]$ ant 

-Buildfile: /ivy/dependence/depender/build.xml

-

-clean:

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml

-[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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] :: resolution report :: resolve 94ms :: artifacts dl 16ms

-	---------------------------------------------------------------------

-	|                  |            modules            ||   artifacts   |

-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|

-	---------------------------------------------------------------------

-	|      default     |   2   |   0   |   0   |   0   ||   2   |   0   |

-	---------------------------------------------------------------------

-[ivy:retrieve] :: retrieving :: org.apache#depender

-[ivy:retrieve] 	confs: [default]

-[ivy:retrieve] 	2 artifacts copied, 0 already retrieved (167kB/15ms)

-

-compile:

-    [mkdir] Created dir: /ivy/dependence/depender/build/classes

-    [javac] /ivy/dependence/depender/build.xml:71: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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

+[ivy@apache:/ivy/dependence/depender]$ ant 
+Buildfile: /ivy/dependence/depender/build.xml
+
+clean:
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
+[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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] :: resolution report :: resolve 94ms :: artifacts dl 16ms
+	---------------------------------------------------------------------
+	|                  |            modules            ||   artifacts   |
+	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
+	---------------------------------------------------------------------
+	|      default     |   2   |   0   |   0   |   0   ||   2   |   0   |
+	---------------------------------------------------------------------
+[ivy:retrieve] :: retrieving :: org.apache#depender
+[ivy:retrieve] 	confs: [default]
+[ivy:retrieve] 	2 artifacts copied, 0 already retrieved (167kB/15ms)
+
+compile:
+    [mkdir] Created dir: /ivy/dependence/depender/build/classes
+    [javac] /ivy/dependence/depender/build.xml:71: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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
diff --git a/doc/tutorial/log/dependence-depending.txt b/doc/tutorial/log/dependence-depending.txt
index 670ab55..278125d 100644
--- a/doc/tutorial/log/dependence-depending.txt
+++ b/doc/tutorial/log/dependence-depending.txt
@@ -1,42 +1,42 @@
-[ivy@apache:/ivy/dependence/depender]$ ant 

-Buildfile: /ivy/dependence/depender/build.xml

-

-clean:

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml

-[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 (16ms)

-[ivy:retrieve] :: resolution report :: resolve 343ms :: artifacts dl 16ms

-	---------------------------------------------------------------------

-	|                  |            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/15ms)

-

-compile:

-    [mkdir] Created dir: /ivy/dependence/depender/build/classes

-    [javac] /ivy/dependence/depender/build.xml:71: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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

+[ivy@apache:/ivy/dependence/depender]$ ant 
+Buildfile: /ivy/dependence/depender/build.xml
+
+clean:
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
+[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 (16ms)
+[ivy:retrieve] :: resolution report :: resolve 343ms :: artifacts dl 16ms
+	---------------------------------------------------------------------
+	|                  |            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/15ms)
+
+compile:
+    [mkdir] Created dir: /ivy/dependence/depender/build/classes
+    [javac] /ivy/dependence/depender/build.xml:71: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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
diff --git a/doc/tutorial/log/dependence-standalone-2.txt b/doc/tutorial/log/dependence-standalone-2.txt
index 126daaf..dca3605 100644
--- a/doc/tutorial/log/dependence-standalone-2.txt
+++ b/doc/tutorial/log/dependence-standalone-2.txt
@@ -1,39 +1,39 @@
-[ivy@apache:/ivy/dependence/dependee]$ ant publish

-Buildfile: /ivy/dependence/dependee/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml

-[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 156ms :: artifacts dl 16ms

-	---------------------------------------------------------------------

-	|                  |            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/16ms)

-

-compile:

-    [javac] /ivy/dependence/dependee/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-

-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 :: Tue Jun 29 22:58:20 CEST 2010

-[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

+[ivy@apache:/ivy/dependence/dependee]$ ant publish
+Buildfile: /ivy/dependence/dependee/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
+[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 156ms :: artifacts dl 16ms
+	---------------------------------------------------------------------
+	|                  |            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/16ms)
+
+compile:
+    [javac] /ivy/dependence/dependee/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+
+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 :: Tue Jun 29 22:58:20 CEST 2010
+[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
diff --git a/doc/tutorial/log/dependence-standalone.txt b/doc/tutorial/log/dependence-standalone.txt
index 3e8862d..8e61c61 100644
--- a/doc/tutorial/log/dependence-standalone.txt
+++ b/doc/tutorial/log/dependence-standalone.txt
@@ -1,44 +1,44 @@
-[ivy@apache:/ivy/dependence/dependee]$ ant publish

-Buildfile: /ivy/dependence/dependee/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml

-[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 (2465ms)

-[ivy:retrieve] :: resolution report :: resolve 452ms :: artifacts dl 2465ms

-	---------------------------------------------------------------------

-	|                  |            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/15ms)

-

-compile:

-    [mkdir] Created dir: /ivy/dependence/dependee/build/classes

-    [javac] /ivy/dependence/dependee/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 22:58:14 CEST 2010

-[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: 5 seconds

+[ivy@apache:/ivy/dependence/dependee]$ ant publish
+Buildfile: /ivy/dependence/dependee/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
+[ivy:retrieve] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 (2465ms)
+[ivy:retrieve] :: resolution report :: resolve 452ms :: artifacts dl 2465ms
+	---------------------------------------------------------------------
+	|                  |            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/15ms)
+
+compile:
+    [mkdir] Created dir: /ivy/dependence/dependee/build/classes
+    [javac] /ivy/dependence/dependee/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 22:58:14 CEST 2010
+[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: 5 seconds
diff --git a/doc/tutorial/log/dual.txt b/doc/tutorial/log/dual.txt
index 135fd49..b314eb1 100644
--- a/doc/tutorial/log/dual.txt
+++ b/doc/tutorial/log/dual.txt
@@ -1,46 +1,46 @@
-[ivy@apache:/ivy/dual/project]$ ant 

-Buildfile: /ivy/dual/project/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 (3557ms)

-[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 (2418ms)

-[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 (1794ms)

-[ivy:retrieve] :: resolution report :: resolve 889ms :: artifacts dl 7769ms

-	---------------------------------------------------------------------

-	|                  |            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/47ms)

-

-run:

-    [mkdir] Created dir: /ivy/dual/project/build

-    [javac] /ivy/dual/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/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: 11 seconds

+[ivy@apache:/ivy/dual/project]$ ant 
+Buildfile: /ivy/dual/project/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 (3557ms)
+[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 (2418ms)
+[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 (1794ms)
+[ivy:retrieve] :: resolution report :: resolve 889ms :: artifacts dl 7769ms
+	---------------------------------------------------------------------
+	|                  |            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/47ms)
+
+run:
+    [mkdir] Created dir: /ivy/dual/project/build
+    [javac] /ivy/dual/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/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: 11 seconds
diff --git a/doc/tutorial/log/hello-ivy-1.txt b/doc/tutorial/log/hello-ivy-1.txt
index 86434f1..efda890 100644
--- a/doc/tutorial/log/hello-ivy-1.txt
+++ b/doc/tutorial/log/hello-ivy-1.txt
@@ -1,62 +1,62 @@
-[ivy@apache:/ivy/hello-ivy]$ ant 

-Buildfile: /ivy/hello-ivy/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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-javadoc.jar ...

-[ivy:retrieve] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:retrieve] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (467kB)

-[ivy:retrieve] .. (0kB)

-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar(javadoc) (4056ms)

-[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) (2621ms)

-[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 (1809ms)

-[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 (1638ms)

-[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) (2403ms)

-[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) (2106ms)

-[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 (1825ms)

-[ivy:retrieve] :: resolution report :: resolve 9314ms :: artifacts dl 16520ms

-[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/62ms)

-

-run:

-    [mkdir] Created dir: /ivy/hello-ivy/build

-    [javac] /ivy/hello-ivy/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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: 28 seconds

+[ivy@apache:/ivy/hello-ivy]$ ant 
+Buildfile: /ivy/hello-ivy/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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-javadoc.jar ...
+[ivy:retrieve] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:retrieve] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (467kB)
+[ivy:retrieve] .. (0kB)
+[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.0!commons-lang.jar(javadoc) (4056ms)
+[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) (2621ms)
+[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 (1809ms)
+[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 (1638ms)
+[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) (2403ms)
+[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) (2106ms)
+[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 (1825ms)
+[ivy:retrieve] :: resolution report :: resolve 9314ms :: artifacts dl 16520ms
+[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/62ms)
+
+run:
+    [mkdir] Created dir: /ivy/hello-ivy/build
+    [javac] /ivy/hello-ivy/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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: 28 seconds
diff --git a/doc/tutorial/log/hello-ivy-2.txt b/doc/tutorial/log/hello-ivy-2.txt
index d2636c9..187289c 100644
--- a/doc/tutorial/log/hello-ivy-2.txt
+++ b/doc/tutorial/log/hello-ivy-2.txt
@@ -1,31 +1,31 @@
-[ivy@apache:/ivy/hello-ivy]$ ant 

-Buildfile: /ivy/hello-ivy/build.xml

-

-resolve:

-[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 203ms :: artifacts dl 16ms

-[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/0ms)

-

-run:

-    [javac] /ivy/hello-ivy/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-     [java] standard message : hello ivy !

-     [java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !

-

-BUILD SUCCESSFUL

-Total time: 1 second

+[ivy@apache:/ivy/hello-ivy]$ ant 
+Buildfile: /ivy/hello-ivy/build.xml
+
+resolve:
+[ivy:retrieve] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 203ms :: artifacts dl 16ms
+[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/0ms)
+
+run:
+    [javac] /ivy/hello-ivy/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+     [java] standard message : hello ivy !
+     [java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !
+
+BUILD SUCCESSFUL
+Total time: 1 second
diff --git a/doc/tutorial/log/install-deps.txt b/doc/tutorial/log/install-deps.txt
index 0e772a7..a6c2971 100644
--- a/doc/tutorial/log/install-deps.txt
+++ b/doc/tutorial/log/install-deps.txt
@@ -1,284 +1,284 @@
-[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] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml

-[ivy:install] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ....................................................................................................................................................................................................................................................

-[ivy:install] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (1470kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar(source) (10826ms)

-[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] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[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) (33836ms)

-[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] ............................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ....................................................................................................................................................................................................................................

-[ivy:install] .............................................................................................................................................................................................

-[ivy:install] .........................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (2202kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar (15897ms)

-[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 (2215ms)

-[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 (3291ms)

-[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 (1560ms)

-[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 (3884ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/antlr/antlr/2.7.6/antlr-2.7.6.jar ...

-[ivy:install] ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ......................................................................................................................................................................................................................... (433kB)

-[ivy:install] ... (0kB)

-[ivy:install] 	[SUCCESSFUL ] antlr#antlr;2.7.6!antlr.jar (3370ms)

-[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 (2808ms)

-[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 (1544ms)

-[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 (2450ms)

-[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 (2652ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar ...

-[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (1009kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] ant#ant;1.6.5!ant.jar (5288ms)

-[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 (2340ms)

-[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 (2933ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/jgroups/jgroups-all/2.2.8/jgroups-all-2.2.8.jar ...

-[ivy:install] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (1573kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] jgroups#jgroups-all;2.2.8!jgroups-all.jar (7082ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar ...

-[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (594kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] c3p0#c3p0;0.9.1!c3p0.jar (4071ms)

-[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 (1809ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/proxool/proxool/0.8.3/proxool-0.8.3.jar ...

-[ivy:install] ....................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .................................. (464kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] proxool#proxool;0.8.3!proxool.jar (6568ms)

-[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 (1419ms)

-[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 (3120ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-common/4.0.2/jboss-common-4.0.2.jar ...

-[ivy:install] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................... (457kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] jboss#jboss-common;4.0.2!jboss-common.jar (4664ms)

-[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 (2511ms)

-[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-j2se/200504122039/jboss-j2se-200504122039.jar ...

-[ivy:install] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .............................................................................................................................................................................................................................................. (350kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] jboss#jboss-j2se;200504122039!jboss-j2se.jar (3635ms)

-[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 (2199ms)

-[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] ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................... (1613kB)

-[ivy:install] .. (0kB)

-[ivy:install] 	[SUCCESSFUL ] jgroups#jgroups-all;2.2.7!jgroups-all.jar (10234ms)

-[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 (2059ms)

-[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 (4227ms)

-[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 148683ms

-	---------------------------------------------------------------------

-	|                  |            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

+[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] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml
+[ivy:install] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ....................................................................................................................................................................................................................................................
+[ivy:install] ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (1470kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar(source) (10826ms)
+[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] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[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) (33836ms)
+[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] ............................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ....................................................................................................................................................................................................................................
+[ivy:install] .............................................................................................................................................................................................
+[ivy:install] .........................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (2202kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar (15897ms)
+[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 (2215ms)
+[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 (3291ms)
+[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 (1560ms)
+[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 (3884ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/antlr/antlr/2.7.6/antlr-2.7.6.jar ...
+[ivy:install] ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ......................................................................................................................................................................................................................... (433kB)
+[ivy:install] ... (0kB)
+[ivy:install] 	[SUCCESSFUL ] antlr#antlr;2.7.6!antlr.jar (3370ms)
+[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 (2808ms)
+[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 (1544ms)
+[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 (2450ms)
+[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 (2652ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar ...
+[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (1009kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] ant#ant;1.6.5!ant.jar (5288ms)
+[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 (2340ms)
+[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 (2933ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/jgroups/jgroups-all/2.2.8/jgroups-all-2.2.8.jar ...
+[ivy:install] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (1573kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] jgroups#jgroups-all;2.2.8!jgroups-all.jar (7082ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar ...
+[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (594kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] c3p0#c3p0;0.9.1!c3p0.jar (4071ms)
+[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 (1809ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/proxool/proxool/0.8.3/proxool-0.8.3.jar ...
+[ivy:install] ....................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .................................. (464kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] proxool#proxool;0.8.3!proxool.jar (6568ms)
+[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 (1419ms)
+[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 (3120ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-common/4.0.2/jboss-common-4.0.2.jar ...
+[ivy:install] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ............................................................................................................................................................................................................................................................................................................................................................................................................................... (457kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] jboss#jboss-common;4.0.2!jboss-common.jar (4664ms)
+[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 (2511ms)
+[ivy:install] downloading http://repo1.maven.org/maven2/jboss/jboss-j2se/200504122039/jboss-j2se-200504122039.jar ...
+[ivy:install] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .............................................................................................................................................................................................................................................. (350kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] jboss#jboss-j2se;200504122039!jboss-j2se.jar (3635ms)
+[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 (2199ms)
+[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] ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:install] .................................................................................................................................................................................................................................................................................................................................................................................................................................... (1613kB)
+[ivy:install] .. (0kB)
+[ivy:install] 	[SUCCESSFUL ] jgroups#jgroups-all;2.2.7!jgroups-all.jar (10234ms)
+[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 (2059ms)
+[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 (4227ms)
+[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 148683ms
+	---------------------------------------------------------------------
+	|                  |            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
diff --git a/doc/tutorial/log/install-namespace.txt b/doc/tutorial/log/install-namespace.txt
index f0a1c65..36b665d 100644
--- a/doc/tutorial/log/install-namespace.txt
+++ b/doc/tutorial/log/install-namespace.txt
@@ -1,38 +1,38 @@
-[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] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-advanced.xml

-[ivy:install] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 (1919ms)

-[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) (3478ms)

-[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 5428ms

-	---------------------------------------------------------------------

-	|                  |            modules            ||   artifacts   |

-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|

-	---------------------------------------------------------------------

-	|      default     |   1   |   1   |   1   |   0   ||   2   |   2   |

-	---------------------------------------------------------------------

-

-BUILD SUCCESSFUL

-Total time: 9 seconds

+[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] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-advanced.xml
+[ivy:install] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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 (1919ms)
+[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) (3478ms)
+[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 5428ms
+	---------------------------------------------------------------------
+	|                  |            modules            ||   artifacts   |
+	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
+	---------------------------------------------------------------------
+	|      default     |   1   |   1   |   1   |   0   ||   2   |   2   |
+	---------------------------------------------------------------------
+
+BUILD SUCCESSFUL
+Total time: 9 seconds
diff --git a/doc/tutorial/log/install.txt b/doc/tutorial/log/install.txt
index 6c4d89b..add4d34 100644
--- a/doc/tutorial/log/install.txt
+++ b/doc/tutorial/log/install.txt
@@ -1,38 +1,38 @@
-[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2

-Buildfile: /ivy/build-a-ivy-repository/build.xml

-

-load-ivy:

-

-init-ivy:

-

-maven2:

-[ivy:install] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::

-[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml

-[ivy:install] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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) (3650ms)

-[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 (2215ms)

-[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 5881ms

-	---------------------------------------------------------------------

-	|                  |            modules            ||   artifacts   |

-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|

-	---------------------------------------------------------------------

-	|      default     |   1   |   1   |   1   |   0   ||   2   |   2   |

-	---------------------------------------------------------------------

-

-BUILD SUCCESSFUL

-Total time: 11 seconds

+[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2
+Buildfile: /ivy/build-a-ivy-repository/build.xml
+
+load-ivy:
+
+init-ivy:
+
+maven2:
+[ivy:install] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ ::
+[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml
+[ivy:install] DEPRECATED: 'defaultCache' is deprecated, use 'caches[@defaultCacheDir]' instead (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) (3650ms)
+[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 (2215ms)
+[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 5881ms
+	---------------------------------------------------------------------
+	|                  |            modules            ||   artifacts   |
+	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
+	---------------------------------------------------------------------
+	|      default     |   1   |   1   |   1   |   0   ||   2   |   2   |
+	---------------------------------------------------------------------
+
+BUILD SUCCESSFUL
+Total time: 11 seconds
diff --git a/doc/tutorial/log/multi-project-find-antp.txt b/doc/tutorial/log/multi-project-find-antp.txt
index b8d49c8..d3a0883 100644
--- a/doc/tutorial/log/multi-project-find-antp.txt
+++ b/doc/tutorial/log/multi-project-find-antp.txt
@@ -1,17 +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

+[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
diff --git a/doc/tutorial/log/multi-project-general-antp.txt b/doc/tutorial/log/multi-project-general-antp.txt
index 049692a..6ed2034 100644
--- a/doc/tutorial/log/multi-project-general-antp.txt
+++ b/doc/tutorial/log/multi-project-general-antp.txt
@@ -1,8 +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

+[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
diff --git a/doc/tutorial/log/multi-project-general-publishall.txt b/doc/tutorial/log/multi-project-general-publishall.txt
index 01f0594..8610bb2 100644
--- a/doc/tutorial/log/multi-project-general-publishall.txt
+++ b/doc/tutorial/log/multi-project-general-publishall.txt
@@ -1,372 +1,372 @@
-[ivy@apache:/ivy/multi-project]$ ant publish-all

-Buildfile: /ivy/multi-project/build.xml

-

-load-ivy:

-

-buildlist:

-[ivy:buildlist] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 62ms :: 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/0ms)

-

-compile:

-    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 23:03:55 CEST 2010

-[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/projects/version/../../common/../repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/jars/version.jar

-[ivy:publish] 	published ivy to /ivy/multi-project/projects/version/../../common/../repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/ivys/ivy.xml

-[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/version/../../common/../repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part 

-[ivy:publish] 		to /ivy/multi-project/projects/version/../../common/../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/projects/list/../../common/../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 (46ms)

-[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 (6973ms)

-[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 (2325ms)

-[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 (2464ms)

-[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 (2059ms)

-[ivy:resolve] :: resolution report :: resolve 15569ms :: artifacts dl 13915ms

-	---------------------------------------------------------------------

-	|                  |            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/94ms)

-

-compile:

-    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 23:04:27 CEST 2010

-[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/projects/list/../../common/../repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/jars/list.jar

-[ivy:publish] 	published ivy to /ivy/multi-project/projects/list/../../common/../repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/ivys/ivy.xml

-[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/list/../../common/../repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part 

-[ivy:publish] 		to /ivy/multi-project/projects/list/../../common/../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/projects/find/../../common/../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 (47ms)

-[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar ...

-[ivy:resolve] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

-[ivy:resolve] .................................................................................................................................................................................................................................................................... (546kB)

-[ivy:resolve] .. (0kB)

-[ivy:resolve] 	[SUCCESSFUL ] commons-collections#commons-collections;3.1!commons-collections.jar (3167ms)

-[ivy:resolve] :: resolution report :: resolve 6209ms :: artifacts dl 3244ms

-	---------------------------------------------------------------------

-	|                  |            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/109ms)

-

-compile:

-    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 23:04:40 CEST 2010

-[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/projects/find/../../common/../repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/jars/find.jar

-[ivy:publish] 	published ivy to /ivy/multi-project/projects/find/../../common/../repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/ivys/ivy.xml

-[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/find/../../common/../repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part 

-[ivy:publish] 		to /ivy/multi-project/projects/find/../../common/../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 2169ms :: artifacts dl 15ms

-	---------------------------------------------------------------------

-	|                  |            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/16ms)

-

-compile:

-    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 23:04:44 CEST 2010

-[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/projects/size/../../common/../repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/jars/size.jar

-[ivy:publish] 	published ivy to /ivy/multi-project/projects/size/../../common/../repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/ivys/ivy.xml

-[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/size/../../common/../repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part 

-[ivy:publish] 		to /ivy/multi-project/projects/size/../../common/../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/projects/sizewhere/../../common/../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 (31ms)

-[ivy:resolve] downloading /ivy/multi-project/projects/sizewhere/../../common/../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 (47ms)

-[ivy:resolve] :: resolution report :: resolve 2465ms :: artifacts dl 125ms

-	---------------------------------------------------------------------

-	|                  |            modules            ||   artifacts   |

-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|

-	---------------------------------------------------------------------

-	|       core       |   5   |   2   |   2   |   0   ||   5   |   2   |

-	|    standalone    |   9   |   2   |   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/62ms)

-

-compile:

-    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 23:04:49 CEST 2010

-[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/projects/sizewhere/../../common/../repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/jars/sizewhere.jar

-[ivy:publish] 	published ivy to /ivy/multi-project/projects/sizewhere/../../common/../repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/ivys/ivy.xml

-[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/sizewhere/../../common/../repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part 

-[ivy:publish] 		to /ivy/multi-project/projects/sizewhere/../../common/../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/projects/console/../../common/../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 (31ms)

-[ivy:resolve] :: resolution report :: resolve 6240ms :: artifacts dl 47ms

-	---------------------------------------------------------------------

-	|                  |            modules            ||   artifacts   |

-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|

-	---------------------------------------------------------------------

-	|      default     |   10  |   3   |   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/78ms)

-

-compile:

-    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-    [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 :: Tue Jun 29 23:04:58 CEST 2010

-[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/projects/console/../../common/../repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/jars/console.jar

-[ivy:publish] 	published ivy to /ivy/multi-project/projects/console/../../common/../repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/ivys/ivy.xml

-[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/console/../../common/../repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part 

-[ivy:publish] 		to /ivy/multi-project/projects/console/../../common/../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: 1 minute 7 seconds

+[ivy@apache:/ivy/multi-project]$ ant publish-all
+Buildfile: /ivy/multi-project/build.xml
+
+load-ivy:
+
+buildlist:
+[ivy:buildlist] :: Ivy 2.2.0-rc1 - 20100629224905 :: 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 62ms :: 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/0ms)
+
+compile:
+    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 23:03:55 CEST 2010
+[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/projects/version/../../common/../repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/jars/version.jar
+[ivy:publish] 	published ivy to /ivy/multi-project/projects/version/../../common/../repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/ivys/ivy.xml
+[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/version/../../common/../repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part 
+[ivy:publish] 		to /ivy/multi-project/projects/version/../../common/../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/projects/list/../../common/../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 (46ms)
+[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 (6973ms)
+[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 (2325ms)
+[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 (2464ms)
+[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 (2059ms)
+[ivy:resolve] :: resolution report :: resolve 15569ms :: artifacts dl 13915ms
+	---------------------------------------------------------------------
+	|                  |            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/94ms)
+
+compile:
+    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 23:04:27 CEST 2010
+[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/projects/list/../../common/../repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/jars/list.jar
+[ivy:publish] 	published ivy to /ivy/multi-project/projects/list/../../common/../repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/ivys/ivy.xml
+[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/list/../../common/../repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part 
+[ivy:publish] 		to /ivy/multi-project/projects/list/../../common/../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/projects/find/../../common/../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 (47ms)
+[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar ...
+[ivy:resolve] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+[ivy:resolve] .................................................................................................................................................................................................................................................................... (546kB)
+[ivy:resolve] .. (0kB)
+[ivy:resolve] 	[SUCCESSFUL ] commons-collections#commons-collections;3.1!commons-collections.jar (3167ms)
+[ivy:resolve] :: resolution report :: resolve 6209ms :: artifacts dl 3244ms
+	---------------------------------------------------------------------
+	|                  |            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/109ms)
+
+compile:
+    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 23:04:40 CEST 2010
+[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/projects/find/../../common/../repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/jars/find.jar
+[ivy:publish] 	published ivy to /ivy/multi-project/projects/find/../../common/../repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/ivys/ivy.xml
+[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/find/../../common/../repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part 
+[ivy:publish] 		to /ivy/multi-project/projects/find/../../common/../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 2169ms :: artifacts dl 15ms
+	---------------------------------------------------------------------
+	|                  |            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/16ms)
+
+compile:
+    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 23:04:44 CEST 2010
+[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/projects/size/../../common/../repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/jars/size.jar
+[ivy:publish] 	published ivy to /ivy/multi-project/projects/size/../../common/../repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/ivys/ivy.xml
+[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/size/../../common/../repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part 
+[ivy:publish] 		to /ivy/multi-project/projects/size/../../common/../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/projects/sizewhere/../../common/../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 (31ms)
+[ivy:resolve] downloading /ivy/multi-project/projects/sizewhere/../../common/../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 (47ms)
+[ivy:resolve] :: resolution report :: resolve 2465ms :: artifacts dl 125ms
+	---------------------------------------------------------------------
+	|                  |            modules            ||   artifacts   |
+	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
+	---------------------------------------------------------------------
+	|       core       |   5   |   2   |   2   |   0   ||   5   |   2   |
+	|    standalone    |   9   |   2   |   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/62ms)
+
+compile:
+    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 23:04:49 CEST 2010
+[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/projects/sizewhere/../../common/../repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/jars/sizewhere.jar
+[ivy:publish] 	published ivy to /ivy/multi-project/projects/sizewhere/../../common/../repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/ivys/ivy.xml
+[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/sizewhere/../../common/../repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part 
+[ivy:publish] 		to /ivy/multi-project/projects/sizewhere/../../common/../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/projects/console/../../common/../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 (31ms)
+[ivy:resolve] :: resolution report :: resolve 6240ms :: artifacts dl 47ms
+	---------------------------------------------------------------------
+	|                  |            modules            ||   artifacts   |
+	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
+	---------------------------------------------------------------------
+	|      default     |   10  |   3   |   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/78ms)
+
+compile:
+    [javac] /ivy/multi-project/common/common.xml:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [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 :: Tue Jun 29 23:04:58 CEST 2010
+[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/projects/console/../../common/../repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/jars/console.jar
+[ivy:publish] 	published ivy to /ivy/multi-project/projects/console/../../common/../repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/ivys/ivy.xml
+[ivy:publish] 	publish commited: moved /ivy/multi-project/projects/console/../../common/../repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part 
+[ivy:publish] 		to /ivy/multi-project/projects/console/../../common/../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: 1 minute 7 seconds
diff --git a/doc/tutorial/log/myrepository-content-deps.txt b/doc/tutorial/log/myrepository-content-deps.txt
index 215f179..ce37429 100644
--- a/doc/tutorial/log/myrepository-content-deps.txt
+++ b/doc/tutorial/log/myrepository-content-deps.txt
@@ -1,13 +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@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
\ No newline at end of file
diff --git a/doc/tutorial/log/myrepository-content-namespace.txt b/doc/tutorial/log/myrepository-content-namespace.txt
index a7b97c0..1766f87 100644
--- a/doc/tutorial/log/myrepository-content-namespace.txt
+++ b/doc/tutorial/log/myrepository-content-namespace.txt
@@ -1,10 +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

+$ 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
\ No newline at end of file
diff --git a/doc/tutorial/log/myrepository-content.txt b/doc/tutorial/log/myrepository-content.txt
index 6b986bf..39206c6 100644
--- a/doc/tutorial/log/myrepository-content.txt
+++ b/doc/tutorial/log/myrepository-content.txt
@@ -1,10 +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@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
\ No newline at end of file