You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/06/19 01:59:11 UTC

[28/29] ant-ivy git commit: Don't commit tutorial logs generated during build

Don't commit tutorial logs generated during build


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/c50f4b4c
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/c50f4b4c
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/c50f4b4c

Branch: refs/heads/master
Commit: c50f4b4cb151a3999744d5dc1068250ca3a170b6
Parents: 88d2e93
Author: Jaikiran Pai <ja...@gmail.com>
Authored: Thu Jun 15 19:59:09 2017 +0530
Committer: Jaikiran Pai <ja...@gmail.com>
Committed: Fri Jun 16 09:57:07 2017 +0530

----------------------------------------------------------------------
 .gitignore                                      |   2 +
 asciidoc/tutorial/log/chained-resolvers.txt     |  38 ---
 asciidoc/tutorial/log/configurations-lib.txt    |  75 ----
 asciidoc/tutorial/log/configurations-runcc.txt  |  46 ---
 asciidoc/tutorial/log/configurations-runhm.txt  |  32 --
 .../tutorial/log/dependence-depending-2.txt     |  40 ---
 asciidoc/tutorial/log/dependence-depending.txt  |  40 ---
 .../tutorial/log/dependence-standalone-2.txt    |  36 --
 asciidoc/tutorial/log/dependence-standalone.txt |  43 ---
 asciidoc/tutorial/log/dual.txt                  |  47 ---
 asciidoc/tutorial/log/hello-ivy-1.txt           |  69 ----
 asciidoc/tutorial/log/hello-ivy-2.txt           |  32 --
 asciidoc/tutorial/log/install-deps.txt          | 242 -------------
 asciidoc/tutorial/log/install-namespace.txt     |  37 --
 asciidoc/tutorial/log/install.txt               |  37 --
 .../tutorial/log/multi-project-find-antp.txt    |  17 -
 .../tutorial/log/multi-project-general-antp.txt |   8 -
 .../log/multi-project-general-publishall.txt    | 338 -------------------
 .../tutorial/log/myrepository-content-deps.txt  |  13 -
 .../log/myrepository-content-namespace.txt      |  10 -
 asciidoc/tutorial/log/myrepository-content.txt  |  10 -
 build-release.xml                               |  58 ++--
 22 files changed, 38 insertions(+), 1232 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 7427c17..40f8e72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ doc/samples/target-platform/cache
 /test/repositories/checkmodified/mod1.1-1.0.jar
 /test/repositories/norevision/ivy-mod1.1.xml
 /test/repositories/norevision/mod1.1.jar
+asciidoc/tutorial/log
+

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/chained-resolvers.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/chained-resolvers.txt b/asciidoc/tutorial/log/chained-resolvers.txt
deleted file mode 100644
index 833d361..0000000
--- a/asciidoc/tutorial/log/chained-resolvers.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-[ivy@apache:/ivy/chained-resolvers/chainedresolvers-project]$ ant 
-Buildfile: /ivy/chained-resolvers/chainedresolvers-project/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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.6 in ibiblio
-[ivy:retrieve] 	found org.apache#test;1.0 in libraries
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar ...
-[ivy:retrieve] ............................. (277kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.6!commons-lang.jar (2490ms)
-[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 (2ms)
-[ivy:retrieve] :: resolution report :: resolve 8585ms :: artifacts dl 2494ms
-	---------------------------------------------------------------------
-	|                  |            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 (278kB/7ms)
-
-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: 12 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/configurations-lib.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/configurations-lib.txt b/asciidoc/tutorial/log/configurations-lib.txt
deleted file mode 100644
index dba57d2..0000000
--- a/asciidoc/tutorial/log/configurations-lib.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-[ivy@apache:/ivy/configurations/multi-projects/filter-framework]$ ant 
-Buildfile: /ivy/configurations/multi-projects/filter-framework/build.xml
-
-clean:
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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 org.apache.commons#commons-collections4;4.1 in public
-[ivy:retrieve] 	found junit#junit;4.12 in public
-[ivy:retrieve] 	found org.hamcrest#hamcrest-core;1.3 in public
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar ...
-[ivy:retrieve] ...................
-[ivy:retrieve] ..........
-[ivy:retrieve] ...........
-[ivy:retrieve] ...............
-[ivy:retrieve] .. (733kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] org.apache.commons#commons-collections4;4.1!commons-collections4.jar (7624ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar ...
-[ivy:retrieve] ............................... (307kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] junit#junit;4.12!junit.jar (2329ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar ...
-[ivy:retrieve] .............. (43kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar (1293ms)
-[ivy:retrieve] :: resolution report :: resolve 16401ms :: artifacts dl 11251ms
-	---------------------------------------------------------------------
-	|                  |            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       |   3   |   3   |   3   |   0   ||   3   |   3   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache#filter-framework
-[ivy:retrieve] 	confs: [api, homemade-impl, cc-impl, test]
-[ivy:retrieve] 	4 artifacts copied, 0 already retrieved (1818kB/12ms)
-
-build:
-    [mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build
-    [mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/distrib
-    [javac] Compiling 4 source files to /ivy/configurations/multi-projects/filter-framework/build
-      [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, Skipped: 0, Time elapsed: 0.019 sec
-    [junit] Running filter.hmimpl.HMFilterTest
-    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
-
-publish:
-[ivy:publish] :: delivering :: org.apache#filter-framework;working@apache :: 1.3 :: release :: Thu Jun 15 19:37:04 IST 2017
-[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 committed: 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: 29 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/configurations-runcc.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/configurations-runcc.txt b/asciidoc/tutorial/log/configurations-runcc.txt
deleted file mode 100644
index 424c941..0000000
--- a/asciidoc/tutorial/log/configurations-runcc.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant 
-Buildfile: /ivy/configurations/multi-projects/myapp/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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 org.apache.commons#commons-collections4;4.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 (3ms)
-[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 (4ms)
-[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 (4ms)
-[ivy:retrieve] :: resolution report :: resolve 91ms :: artifacts dl 16ms
-	---------------------------------------------------------------------
-	|                  |            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 (739kB/11ms)
-
-build:
-    [mkdir] Created dir: /ivy/configurations/multi-projects/myapp/build
-    [javac] Compiling 1 source file to /ivy/configurations/multi-projects/myapp/build
-
-run-cc:
-     [java] Filtering with:class filter.ccimpl.CCFilter
-     [java] Result :[two, tree]
-
-BUILD SUCCESSFUL
-Total time: 1 second

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/configurations-runhm.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/configurations-runhm.txt b/asciidoc/tutorial/log/configurations-runhm.txt
deleted file mode 100644
index 16f0bb2..0000000
--- a/asciidoc/tutorial/log/configurations-runhm.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-[ivy@apache:/ivy/configurations/multi-projects/myapp]$ ant run-hm
-Buildfile: /ivy/configurations/multi-projects/myapp/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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 org.apache.commons#commons-collections4;4.1 in public
-[ivy:retrieve] :: resolution report :: resolve 87ms :: artifacts dl 5ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|       build      |   1   |   1   |   0   |   0   ||   1   |   0   |
-	|   noexternaljar  |   1   |   1   |   0   |   0   ||   2   |   0   |
-	|  withexternaljar |   2   |   1   |   0   |   0   ||   3   |   0   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache#myapp
-[ivy:retrieve] 	confs: [build, noexternaljar, withexternaljar]
-[ivy:retrieve] 	0 artifacts copied, 6 already retrieved (0kB/5ms)
-
-build:
-
-run-hm:
-     [java] Filtering with:class filter.hmimpl.HMFilter
-     [java] Result :[two, tree]
-
-BUILD SUCCESSFUL
-Total time: 0 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/dependence-depending-2.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/dependence-depending-2.txt b/asciidoc/tutorial/log/dependence-depending-2.txt
deleted file mode 100644
index 6d8c86f..0000000
--- a/asciidoc/tutorial/log/dependence-depending-2.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-[ivy@apache:/ivy/dependence/depender]$ ant 
-Buildfile: /ivy/dependence/depender/build.xml
-
-clean:
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
-[ivy:retrieve] :: resolving dependencies :: org.apache#depender;working@apache
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	found org.apache#dependee;2 in projects
-[ivy:retrieve] 	[2] org.apache#dependee;latest.integration
-[ivy:retrieve] 	found commons-lang#commons-lang;2.6 in libraries
-[ivy:retrieve] downloading /ivy/dependence/settings/repository/dependee-2.jar ...
-[ivy:retrieve] .. (1kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] org.apache#dependee;2!dependee.jar (3ms)
-[ivy:retrieve] :: resolution report :: resolve 82ms :: artifacts dl 6ms
-	---------------------------------------------------------------------
-	|                  |            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 (279kB/4ms)
-
-compile:
-    [mkdir] Created dir: /ivy/dependence/depender/build/classes
-    [javac] Compiling 1 source file to /ivy/dependence/depender/build/classes
-
-run:
-     [java] you are using version 1 of class standalone.Main
-     [java] standard message : i am depending.Main and standalone.Main will do the job for me
-     [java]     [standalone.Main] capitalizing string "i am depending.Main and standalone.Main will do the job for me" using org.apache.commons.lang.WordUtils
-     [java] capitalized message : I Am Depending.main And Standalone.main Will Do The Job For Me
-
-BUILD SUCCESSFUL
-Total time: 0 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/dependence-depending.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/dependence-depending.txt b/asciidoc/tutorial/log/dependence-depending.txt
deleted file mode 100644
index d2eb958..0000000
--- a/asciidoc/tutorial/log/dependence-depending.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-[ivy@apache:/ivy/dependence/depender]$ ant 
-Buildfile: /ivy/dependence/depender/build.xml
-
-clean:
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
-[ivy:retrieve] :: resolving dependencies :: org.apache#depender;working@apache
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	found org.apache#dependee;1 in projects
-[ivy:retrieve] 	[1] org.apache#dependee;latest.integration
-[ivy:retrieve] 	found commons-lang#commons-lang;2.6 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 (3ms)
-[ivy:retrieve] :: resolution report :: resolve 73ms :: artifacts dl 5ms
-	---------------------------------------------------------------------
-	|                  |            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 (279kB/6ms)
-
-compile:
-    [mkdir] Created dir: /ivy/dependence/depender/build/classes
-    [javac] Compiling 1 source file to /ivy/dependence/depender/build/classes
-
-run:
-     [java] you are using version 1 of class standalone.Main
-     [java] standard message : i am depending.Main and standalone.Main will do the job for me
-     [java]     [standalone.Main] capitalizing string "i am depending.Main and standalone.Main will do the job for me" using org.apache.commons.lang.WordUtils
-     [java] capitalized message : I Am Depending.main And Standalone.main Will Do The Job For Me
-
-BUILD SUCCESSFUL
-Total time: 0 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/dependence-standalone-2.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/dependence-standalone-2.txt b/asciidoc/tutorial/log/dependence-standalone-2.txt
deleted file mode 100644
index a6bc001..0000000
--- a/asciidoc/tutorial/log/dependence-standalone-2.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-[ivy@apache:/ivy/dependence/dependee]$ ant publish
-Buildfile: /ivy/dependence/dependee/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
-[ivy:retrieve] :: resolving dependencies :: org.apache#dependee;working@apache
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	found commons-lang#commons-lang;2.6 in libraries
-[ivy:retrieve] :: resolution report :: resolve 50ms :: artifacts dl 2ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache#dependee
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	0 artifacts copied, 1 already retrieved (0kB/3ms)
-
-compile:
-
-jar:
-[propertyfile] Updating property file: /ivy/dependence/dependee/build/classes/version.properties
-
-publish:
-   [delete] Deleting: /ivy/dependence/dependee/build/ivy.xml
-[ivy:publish] :: delivering :: org.apache#dependee;working@apache :: 2 :: release :: Thu Jun 15 19:36:33 IST 2017
-[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: 0 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/dependence-standalone.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/dependence-standalone.txt b/asciidoc/tutorial/log/dependence-standalone.txt
deleted file mode 100644
index 6a662e7..0000000
--- a/asciidoc/tutorial/log/dependence-standalone.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-[ivy@apache:/ivy/dependence/dependee]$ ant publish
-Buildfile: /ivy/dependence/dependee/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:retrieve] :: loading settings :: file = /ivy/dependence/settings/ivysettings.xml
-[ivy:retrieve] :: resolving dependencies :: org.apache#dependee;working@apache
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	found commons-lang#commons-lang;2.6 in libraries
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar ...
-[ivy:retrieve] .........................
-[ivy:retrieve] .... (277kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.6!commons-lang.jar (2899ms)
-[ivy:retrieve] :: resolution report :: resolve 2967ms :: artifacts dl 2900ms
-	---------------------------------------------------------------------
-	|                  |            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 (277kB/5ms)
-
-compile:
-    [mkdir] Created dir: /ivy/dependence/dependee/build/classes
-    [javac] Compiling 1 source file to /ivy/dependence/dependee/build/classes
-
-jar:
-[propertyfile] Creating new property file: /ivy/dependence/dependee/build/classes/version.properties
-      [jar] Building jar: /ivy/dependence/dependee/build/dependee.jar
-
-publish:
-[ivy:publish] :: delivering :: org.apache#dependee;working@apache :: 1 :: release :: Thu Jun 15 19:36:31 IST 2017
-[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: 6 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/dual.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/dual.txt b/asciidoc/tutorial/log/dual.txt
deleted file mode 100644
index e37f9d9..0000000
--- a/asciidoc/tutorial/log/dual.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-[ivy@apache:/ivy/dual/project]$ ant 
-Buildfile: /ivy/dual/project/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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.6 in ibiblio
-[ivy:retrieve] downloading https://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 (2849ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar ...
-[ivy:retrieve] ............................. (277kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.6!commons-lang.jar (2240ms)
-[ivy:retrieve] downloading https://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 (1350ms)
-[ivy:retrieve] :: resolution report :: resolve 1927ms :: artifacts dl 6443ms
-	---------------------------------------------------------------------
-	|                  |            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 (534kB/7ms)
-
-run:
-    [mkdir] Created dir: /ivy/dual/project/build
-    [javac] Compiling 1 source file to /ivy/dual/project/build
-     [java] standard message : Hello Ivy!
-     [java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy!
-     [java] Jun 15, 2017 7:36:24 PM org.apache.commons.httpclient.HttpMethodBase processRedirectResponse
-     [java] WARNING: Redirect from protocol http to https is not supported
-     [java] head status code with httpclient: 301
-     [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: 12 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/hello-ivy-1.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/hello-ivy-1.txt b/asciidoc/tutorial/log/hello-ivy-1.txt
deleted file mode 100644
index 65c3a9d..0000000
--- a/asciidoc/tutorial/log/hello-ivy-1.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-[ivy@apache:/ivy/hello-ivy]$ ant 
-Buildfile: /ivy/hello-ivy/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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.6 in public
-[ivy:retrieve] 	found junit#junit;3.8.1 in public
-[ivy:retrieve] 	found commons-cli#commons-cli;1.4 in public
-[ivy:retrieve] 	found junit#junit;4.12 in public
-[ivy:retrieve] 	found org.hamcrest#hamcrest-core;1.3 in public
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-javadoc.jar ...
-[ivy:retrieve] ..............................
-[ivy:retrieve] ........................
-[ivy:retrieve] ...............................
-[ivy:retrieve] .......................... (1585kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.6!commons-lang.jar(javadoc) (7177ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar ...
-[ivy:retrieve] .................................. (364kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.6!commons-lang.jar(source) (1688ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar ...
-[ivy:retrieve] ............................... (277kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-lang#commons-lang;2.6!commons-lang.jar (1555ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar ...
-[ivy:retrieve] ............... (61kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-cli#commons-cli;1.4!commons-cli.jar(source) (1225ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar ...
-[ivy:retrieve] ............... (52kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-cli#commons-cli;1.4!commons-cli.jar (1226ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4-javadoc.jar ...
-[ivy:retrieve] ...................... (174kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] commons-cli#commons-cli;1.4!commons-cli.jar(javadoc) (1333ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar ...
-[ivy:retrieve] ................................ (307kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] junit#junit;4.12!junit.jar (1534ms)
-[ivy:retrieve] downloading https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar ...
-[ivy:retrieve] .............. (43kB)
-[ivy:retrieve] .. (0kB)
-[ivy:retrieve] 	[SUCCESSFUL ] org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar (1343ms)
-[ivy:retrieve] :: resolution report :: resolve 25480ms :: artifacts dl 17089ms
-[ivy:retrieve] 	:: evicted modules:
-[ivy:retrieve] 	junit#junit;3.8.1 by [junit#junit;4.12] in [default]
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|      default     |   5   |   5   |   5   |   1   ||   8   |   8   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache#hello-ivy
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	8 artifacts copied, 0 already retrieved (2868kB/12ms)
-
-run:
-    [mkdir] Created dir: /ivy/hello-ivy/build
-    [javac] Compiling 1 source file to /ivy/hello-ivy/build
-     [java] standard message : hello ivy !
-     [java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !
-
-BUILD SUCCESSFUL
-Total time: 43 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/hello-ivy-2.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/hello-ivy-2.txt b/asciidoc/tutorial/log/hello-ivy-2.txt
deleted file mode 100644
index bda6ff3..0000000
--- a/asciidoc/tutorial/log/hello-ivy-2.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-[ivy@apache:/ivy/hello-ivy]$ ant 
-Buildfile: /ivy/hello-ivy/build.xml
-
-resolve:
-[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: 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.6 in public
-[ivy:retrieve] 	found junit#junit;3.8.1 in public
-[ivy:retrieve] 	found commons-cli#commons-cli;1.4 in public
-[ivy:retrieve] 	found junit#junit;4.12 in public
-[ivy:retrieve] 	found org.hamcrest#hamcrest-core;1.3 in public
-[ivy:retrieve] :: resolution report :: resolve 171ms :: artifacts dl 11ms
-[ivy:retrieve] 	:: evicted modules:
-[ivy:retrieve] 	junit#junit;3.8.1 by [junit#junit;4.12] in [default]
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|      default     |   5   |   0   |   0   |   1   ||   8   |   0   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache#hello-ivy
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	0 artifacts copied, 8 already retrieved (0kB/9ms)
-
-run:
-     [java] standard message : hello ivy !
-     [java] capitalized by org.apache.commons.lang.WordUtils : Hello Ivy !
-
-BUILD SUCCESSFUL
-Total time: 0 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/install-deps.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/install-deps.txt b/asciidoc/tutorial/log/install-deps.txt
deleted file mode 100644
index 148191f..0000000
--- a/asciidoc/tutorial/log/install-deps.txt
+++ /dev/null
@@ -1,242 +0,0 @@
-[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2-deps
-Buildfile: /ivy/build-a-ivy-repository/build.xml
-
-load-ivy:
-
-init-ivy:
-
-maven2-deps:
-[ivy:install] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml
-[ivy:install] :: installing org.hibernate#hibernate;3.2.5.ga ::
-[ivy:install] :: resolving dependencies ::
-[ivy:install] 	found org.hibernate#hibernate;3.2.5.ga in libraries
-[ivy:install] 	found net.sf.ehcache#ehcache;1.2.3 in libraries
-[ivy:install] 	found commons-logging#commons-logging;1.0.4 in libraries
-[ivy:install] 	found commons-collections#commons-collections;2.1 in libraries
-[ivy:install] 	found javax.transaction#jta;1.0.1B in libraries
-[ivy:install] 	found asm#asm-attrs;1.5.3 in libraries
-[ivy:install] 	found dom4j#dom4j;1.6.1 in libraries
-[ivy:install] 	found antlr#antlr;2.7.6 in libraries
-[ivy:install] 	found cglib#cglib;2.1_3 in libraries
-[ivy:install] 	found asm#asm;1.5.3 in libraries
-[ivy:install] 	found commons-collections#commons-collections;2.1.1 in libraries
-[ivy:install] 	found ant#ant;1.6.5 in libraries
-[ivy:install] 	found swarmcache#swarmcache;1.0RC2 in libraries
-[ivy:install] 	found commons-logging#commons-logging;1.0.2 in libraries
-[ivy:install] 	found jgroups#jgroups-all;2.2.8 in libraries
-[ivy:install] 	found jboss#jboss-cache;1.2.2 in libraries
-[ivy:install] 	found jboss#jboss-system;4.0.2 in libraries
-[ivy:install] 	found jboss#jboss-common;4.0.2 in libraries
-[ivy:install] 	found slide#webdavlib;2.0 in libraries
-[ivy:install] 	found xerces#xercesImpl;2.6.2 in libraries
-[ivy:install] 	found jboss#jboss-minimal;4.0.2 in libraries
-[ivy:install] 	found jboss#jboss-j2se;200504122039 in libraries
-[ivy:install] 	found concurrent#concurrent;1.3.4 in libraries
-[ivy:install] 	found jgroups#jgroups-all;2.2.7 in libraries
-[ivy:install] 	found c3p0#c3p0;0.9.1 in libraries
-[ivy:install] 	found javax.security#jacc;1.0 in libraries
-[ivy:install] 	found opensymphony#oscache;2.1 in libraries
-[ivy:install] 	found proxool#proxool;0.8.3 in libraries
-[ivy:install] :: downloading artifacts to cache ::
-[ivy:install] downloading https://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] ............................................................ (2202kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar (9026ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga-sources.jar ...
-[ivy:install] ....................................................................................................... (1470kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar(source) (2658ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga-javadoc.jar ...
-[ivy:install] ......................................................................................................................................................................................
-[ivy:install] ..............................................................................................................................................................................................................................
-[ivy:install] ............................................................................. (7352kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] org.hibernate#hibernate;3.2.5.ga!hibernate.jar(javadoc) (4739ms)
-[ivy:install] downloading https://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 (1293ms)
-[ivy:install] downloading https://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 (1226ms)
-[ivy:install] downloading https://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 (1330ms)
-[ivy:install] downloading https://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 (1435ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/antlr/antlr/2.7.6/antlr-2.7.6.jar ...
-[ivy:install] ....................................... (433kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] antlr#antlr;2.7.6!antlr.jar (1331ms)
-[ivy:install] downloading https://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 (1299ms)
-[ivy:install] downloading https://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 (1257ms)
-[ivy:install] downloading https://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 (1434ms)
-[ivy:install] downloading https://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 (1228ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar ...
-[ivy:install] ........................................................................... (1009kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] ant#ant;1.6.5!ant.jar (1541ms)
-[ivy:install] downloading https://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 (2615ms)
-[ivy:install] downloading https://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 (1476ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/jgroups/jgroups-all/2.2.8/jgroups-all-2.2.8.jar ...
-[ivy:install] .............................................................................................................. (1573kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] jgroups#jgroups-all;2.2.8!jgroups-all.jar (2002ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar ...
-[ivy:install] ................................................. (594kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] c3p0#c3p0;0.9.1!c3p0.jar (1481ms)
-[ivy:install] downloading https://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 (1327ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/proxool/proxool/0.8.3/proxool-0.8.3.jar ...
-[ivy:install] ......................................... (464kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] proxool#proxool;0.8.3!proxool.jar (1538ms)
-[ivy:install] downloading https://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 (1224ms)
-[ivy:install] downloading https://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 (1332ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/jboss/jboss-common/4.0.2/jboss-common-4.0.2.jar ...
-[ivy:install] ........................................ (457kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] jboss#jboss-common;4.0.2!jboss-common.jar (1332ms)
-[ivy:install] downloading https://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 (1329ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/jboss/jboss-j2se/200504122039/jboss-j2se-200504122039.jar ...
-[ivy:install] ................................. (350kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] jboss#jboss-j2se;200504122039!jboss-j2se.jar (1434ms)
-[ivy:install] downloading https://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 (1330ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/jgroups/jgroups-all/2.2.7/jgroups-all-2.2.7.jar ...
-[ivy:install] ................................................................................................................. (1613kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] jgroups#jgroups-all;2.2.7!jgroups-all.jar (1749ms)
-[ivy:install] downloading https://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 (1322ms)
-[ivy:install] downloading https://repo1.maven.org/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar ...
-[ivy:install] ......................................................................... (986kB)
-[ivy:install] .. (0kB)
-[ivy:install] 	[SUCCESSFUL ] xerces#xercesImpl;2.6.2!xercesImpl.jar (1540ms)
-[ivy:install] :: installing in my-repository ::
-[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/sources/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 52845ms
-	---------------------------------------------------------------------
-	|                  |            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] 	  https://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] 	  https://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] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/install-namespace.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/install-namespace.txt b/asciidoc/tutorial/log/install-namespace.txt
deleted file mode 100644
index 7f053ee..0000000
--- a/asciidoc/tutorial/log/install-namespace.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2-namespace
-Buildfile: /ivy/build-a-ivy-repository/build.xml
-
-load-ivy:
-
-init-ivy:
-
-maven2-namespace:
-[ivy:install] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-advanced.xml
-[ivy:install] :: installing apache#commons-lang;1.0 ::
-[ivy:install] :: resolving dependencies ::
-[ivy:install] 	found apache#commons-lang;1.0 in libraries
-[ivy:install] :: downloading artifacts to cache ::
-[ivy:install] downloading https://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 (1728ms)
-[ivy:install] downloading https://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) (1639ms)
-[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 3370ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|      default     |   1   |   1   |   1   |   0   ||   2   |   2   |
-	---------------------------------------------------------------------
-
-BUILD SUCCESSFUL
-Total time: 8 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/install.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/install.txt b/asciidoc/tutorial/log/install.txt
deleted file mode 100644
index 286212b..0000000
--- a/asciidoc/tutorial/log/install.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-[ivy@apache:/ivy/build-a-ivy-repository]$ ant maven2
-Buildfile: /ivy/build-a-ivy-repository/build.xml
-
-load-ivy:
-
-init-ivy:
-
-maven2:
-[ivy:install] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
-[ivy:install] :: loading settings :: file = /ivy/build-a-ivy-repository/settings/ivysettings-basic.xml
-[ivy:install] :: installing commons-lang#commons-lang;1.0 ::
-[ivy:install] :: resolving dependencies ::
-[ivy:install] 	found commons-lang#commons-lang;1.0 in libraries
-[ivy:install] :: downloading artifacts to cache ::
-[ivy:install] downloading https://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 (1979ms)
-[ivy:install] downloading https://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) (2048ms)
-[ivy:install] :: installing in my-repository ::
-[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 commons-lang to /ivy/build-a-ivy-repository/myrepository/no-namespace/commons-lang/commons-lang/javadocs/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 4030ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|      default     |   1   |   1   |   1   |   0   ||   2   |   2   |
-	---------------------------------------------------------------------
-
-BUILD SUCCESSFUL
-Total time: 8 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/multi-project-find-antp.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/multi-project-find-antp.txt b/asciidoc/tutorial/log/multi-project-find-antp.txt
deleted file mode 100644
index d3a0883..0000000
--- a/asciidoc/tutorial/log/multi-project-find-antp.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-[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

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/multi-project-general-antp.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/multi-project-general-antp.txt b/asciidoc/tutorial/log/multi-project-general-antp.txt
deleted file mode 100644
index 6ed2034..0000000
--- a/asciidoc/tutorial/log/multi-project-general-antp.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-[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

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/multi-project-general-publishall.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/multi-project-general-publishall.txt b/asciidoc/tutorial/log/multi-project-general-publishall.txt
deleted file mode 100644
index deebd90..0000000
--- a/asciidoc/tutorial/log/multi-project-general-publishall.txt
+++ /dev/null
@@ -1,338 +0,0 @@
-[ivy@apache:/ivy/multi-project]$ ant publish-all
-Buildfile: /ivy/multi-project/build.xml
-
-load-ivy:
-
-buildlist:
-[ivy:buildlist] :: Apache Ivy 2.5.0 - 20170615193455 :: 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 18ms :: 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/2ms)
-
-compile:
-    [javac] Compiling 1 source file to /ivy/multi-project/projects/version/build/classes
-
-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 :: Thu Jun 15 19:39:37 IST 2017
-[ivy:publish] 	delivering ivy file to /ivy/multi-project/projects/version/build/ivy.xml
-[ivy:publish] :: publishing :: org.apache.ivy.example#version
-[ivy:publish] 	published version to /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/jars/version.jar
-[ivy:publish] 	published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part/ivys/ivy.xml
-[ivy:publish] 	publish committed: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1.part 
-[ivy:publish] 		to /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1
-     [echo] project version released with version 1.0-dev-b1
-
-clean-build:
-
-load-ivy:
-
-ivy-new-version:
- [ivy:info] :: loading settings :: url = jar:file://home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
-
-version:
-    [mkdir] Created dir: /ivy/multi-project/projects/list/build/classes
-
-clean-lib:
-
-resolve:
-    [mkdir] Created dir: /ivy/multi-project/projects/list/lib
-[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#list;working@apache
-[ivy:resolve] 	confs: [core, standalone]
-[ivy:resolve] 	found org.apache.ivy.example#version;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#version;latest.integration
-[ivy:resolve] 	found commons-cli#commons-cli;1.4 in public
-[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/version/1.0-dev-b1/jars/version.jar ...
-[ivy:resolve] .. (1kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] org.apache.ivy.example#version;1.0-dev-b1!version.jar (3ms)
-[ivy:resolve] downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar ...
-[ivy:resolve] ............... (52kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] commons-cli#commons-cli;1.4!commons-cli.jar (1709ms)
-[ivy:resolve] :: resolution report :: resolve 7905ms :: artifacts dl 1714ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|       core       |   1   |   1   |   1   |   0   ||   1   |   1   |
-	|    standalone    |   2   |   2   |   2   |   0   ||   2   |   2   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache.ivy.example#list
-[ivy:retrieve] 	confs: [core, standalone]
-[ivy:retrieve] 	2 artifacts copied, 0 already retrieved (54kB/4ms)
-
-compile:
-    [javac] Compiling 2 source files to /ivy/multi-project/projects/list/build/classes
-
-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 :: Thu Jun 15 19:39:48 IST 2017
-[ivy:publish] 	delivering ivy file to /ivy/multi-project/projects/list/build/ivy.xml
-[ivy:publish] :: publishing :: org.apache.ivy.example#list
-[ivy:publish] 	published list to /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/jars/list.jar
-[ivy:publish] 	published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part/ivys/ivy.xml
-[ivy:publish] 	publish committed: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1.part 
-[ivy:publish] 		to /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1
-     [echo] project list released with version 1.0-dev-b1
-
-clean-build:
-
-load-ivy:
-
-ivy-new-version:
- [ivy:info] :: loading settings :: url = jar:file://home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
-
-version:
-    [mkdir] Created dir: /ivy/multi-project/projects/find/build/classes
-
-clean-lib:
-
-resolve:
-    [mkdir] Created dir: /ivy/multi-project/projects/find/lib
-[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#find;working@apache
-[ivy:resolve] 	confs: [core, standalone]
-[ivy:resolve] 	found org.apache.ivy.example#version;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#version;latest.integration
-[ivy:resolve] 	found org.apache.ivy.example#list;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#list;latest.integration
-[ivy:resolve] 	found org.apache.commons#commons-collections4;4.1 in public
-[ivy:resolve] 	found commons-cli#commons-cli;1.4 in public
-[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/list/1.0-dev-b1/jars/list.jar ...
-[ivy:resolve] .. (2kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] org.apache.ivy.example#list;1.0-dev-b1!list.jar (2ms)
-[ivy:resolve] downloading https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar ...
-[ivy:resolve] ......................
-[ivy:resolve] .............
-[ivy:resolve] .................
-[ivy:resolve] ..... (733kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] org.apache.commons#commons-collections4;4.1!commons-collections4.jar (6019ms)
-[ivy:resolve] :: resolution report :: resolve 8617ms :: artifacts dl 6024ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|       core       |   3   |   3   |   2   |   0   ||   3   |   2   |
-	|    standalone    |   4   |   3   |   2   |   0   ||   4   |   2   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache.ivy.example#find
-[ivy:retrieve] 	confs: [core, standalone]
-[ivy:retrieve] 	4 artifacts copied, 0 already retrieved (790kB/6ms)
-
-compile:
-    [javac] Compiling 2 source files to /ivy/multi-project/projects/find/build/classes
-
-jar:
-      [jar] Building jar: /ivy/multi-project/projects/find/build/find.jar
-
-publish:
-[ivy:publish] :: delivering :: org.apache.ivy.example#find;working@apache :: 1.0-dev-b1 :: release :: Thu Jun 15 19:40:04 IST 2017
-[ivy:publish] 	delivering ivy file to /ivy/multi-project/projects/find/build/ivy.xml
-[ivy:publish] :: publishing :: org.apache.ivy.example#find
-[ivy:publish] 	published find to /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/jars/find.jar
-[ivy:publish] 	published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part/ivys/ivy.xml
-[ivy:publish] 	publish committed: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1.part 
-[ivy:publish] 		to /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1
-     [echo] project find released with version 1.0-dev-b1
-
-clean-build:
-
-load-ivy:
-
-ivy-new-version:
- [ivy:info] :: loading settings :: url = jar:file://home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
-
-version:
-    [mkdir] Created dir: /ivy/multi-project/projects/size/build/classes
-
-clean-lib:
-
-resolve:
-    [mkdir] Created dir: /ivy/multi-project/projects/size/lib
-[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#size;working@apache
-[ivy:resolve] 	confs: [default]
-[ivy:resolve] 	found org.apache.ivy.example#version;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#version;latest.integration
-[ivy:resolve] 	found org.apache.ivy.example#list;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#list;latest.integration
-[ivy:resolve] :: resolution report :: resolve 1837ms :: artifacts dl 1ms
-	---------------------------------------------------------------------
-	|                  |            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/2ms)
-
-compile:
-    [javac] Compiling 1 source file to /ivy/multi-project/projects/size/build/classes
-
-jar:
-      [jar] Building jar: /ivy/multi-project/projects/size/build/size.jar
-
-publish:
-[ivy:publish] :: delivering :: org.apache.ivy.example#size;working@apache :: 1.0-dev-b1 :: release :: Thu Jun 15 19:40:07 IST 2017
-[ivy:publish] 	delivering ivy file to /ivy/multi-project/projects/size/build/ivy.xml
-[ivy:publish] :: publishing :: org.apache.ivy.example#size
-[ivy:publish] 	published size to /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/jars/size.jar
-[ivy:publish] 	published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part/ivys/ivy.xml
-[ivy:publish] 	publish committed: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1.part 
-[ivy:publish] 		to /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1
-     [echo] project size released with version 1.0-dev-b1
-
-clean-build:
-
-load-ivy:
-
-ivy-new-version:
- [ivy:info] :: loading settings :: url = jar:file://home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
-
-version:
-    [mkdir] Created dir: /ivy/multi-project/projects/sizewhere/build/classes
-
-clean-lib:
-
-resolve:
-    [mkdir] Created dir: /ivy/multi-project/projects/sizewhere/lib
-[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#sizewhere;working@apache
-[ivy:resolve] 	confs: [core, standalone]
-[ivy:resolve] 	found org.apache.ivy.example#version;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#version;latest.integration
-[ivy:resolve] 	found org.apache.ivy.example#size;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#size;latest.integration
-[ivy:resolve] 	found org.apache.ivy.example#list;1.0-dev-b1 in shared
-[ivy:resolve] 	found org.apache.ivy.example#find;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#find;latest.integration
-[ivy:resolve] 	found org.apache.commons#commons-collections4;4.1 in public
-[ivy:resolve] 	found commons-cli#commons-cli;1.4 in public
-[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/size/1.0-dev-b1/jars/size.jar ...
-[ivy:resolve] .. (1kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] org.apache.ivy.example#size;1.0-dev-b1!size.jar (1ms)
-[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/find/1.0-dev-b1/jars/find.jar ...
-[ivy:resolve] .. (3kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] org.apache.ivy.example#find;1.0-dev-b1!find.jar (2ms)
-[ivy:resolve] :: resolution report :: resolve 2480ms :: artifacts dl 6ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|       core       |   5   |   3   |   2   |   0   ||   5   |   2   |
-	|    standalone    |   6   |   3   |   2   |   0   ||   6   |   2   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache.ivy.example#sizewhere
-[ivy:retrieve] 	confs: [core, standalone]
-[ivy:retrieve] 	6 artifacts copied, 0 already retrieved (795kB/5ms)
-
-compile:
-    [javac] Compiling 2 source files to /ivy/multi-project/projects/sizewhere/build/classes
-
-jar:
-      [jar] Building jar: /ivy/multi-project/projects/sizewhere/build/sizewhere.jar
-
-publish:
-[ivy:publish] :: delivering :: org.apache.ivy.example#sizewhere;working@apache :: 1.0-dev-b1 :: release :: Thu Jun 15 19:40:11 IST 2017
-[ivy:publish] 	delivering ivy file to /ivy/multi-project/projects/sizewhere/build/ivy.xml
-[ivy:publish] :: publishing :: org.apache.ivy.example#sizewhere
-[ivy:publish] 	published sizewhere to /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/jars/sizewhere.jar
-[ivy:publish] 	published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part/ivys/ivy.xml
-[ivy:publish] 	publish committed: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1.part 
-[ivy:publish] 		to /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1
-     [echo] project sizewhere released with version 1.0-dev-b1
-
-clean-build:
-
-load-ivy:
-
-ivy-new-version:
- [ivy:info] :: loading settings :: url = jar:file://home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
-
-version:
-    [mkdir] Created dir: /ivy/multi-project/projects/console/build/classes
-
-clean-lib:
-
-resolve:
-    [mkdir] Created dir: /ivy/multi-project/projects/console/lib
-[ivy:resolve] :: resolving dependencies :: org.apache.ivy.example#console;working@apache
-[ivy:resolve] 	confs: [default]
-[ivy:resolve] 	found org.apache.ivy.example#version;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#version;latest.integration
-[ivy:resolve] 	found org.apache.ivy.example#list;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#list;latest.integration
-[ivy:resolve] 	found commons-cli#commons-cli;1.4 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 org.apache.commons#commons-collections4;4.1 in public
-[ivy:resolve] 	found org.apache.ivy.example#sizewhere;1.0-dev-b1 in shared
-[ivy:resolve] 	[1.0-dev-b1] org.apache.ivy.example#sizewhere;latest.integration
-[ivy:resolve] 	found org.apache.ivy.example#size;1.0-dev-b1 in shared
-[ivy:resolve] downloading /ivy/multi-project/repository/shared/org.apache.ivy.example/sizewhere/1.0-dev-b1/jars/sizewhere.jar ...
-[ivy:resolve] .. (2kB)
-[ivy:resolve] .. (0kB)
-[ivy:resolve] 	[SUCCESSFUL ] org.apache.ivy.example#sizewhere;1.0-dev-b1!sizewhere.jar (3ms)
-[ivy:resolve] :: resolution report :: resolve 3486ms :: artifacts dl 6ms
-	---------------------------------------------------------------------
-	|                  |            modules            ||   artifacts   |
-	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
-	---------------------------------------------------------------------
-	|      default     |   7   |   4   |   1   |   0   ||   7   |   1   |
-	---------------------------------------------------------------------
-[ivy:retrieve] :: retrieving :: org.apache.ivy.example#console
-[ivy:retrieve] 	confs: [default]
-[ivy:retrieve] 	7 artifacts copied, 0 already retrieved (798kB/4ms)
-
-compile:
-    [javac] Compiling 1 source file to /ivy/multi-project/projects/console/build/classes
-
-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 :: Thu Jun 15 19:40:15 IST 2017
-[ivy:publish] 	delivering ivy file to /ivy/multi-project/projects/console/build/ivy.xml
-[ivy:publish] :: publishing :: org.apache.ivy.example#console
-[ivy:publish] 	published console to /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/jars/console.jar
-[ivy:publish] 	published ivy to /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part/ivys/ivy.xml
-[ivy:publish] 	publish committed: moved /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1.part 
-[ivy:publish] 		to /ivy/multi-project/repository/shared/org.apache.ivy.example/console/1.0-dev-b1
-     [echo] project console released with version 1.0-dev-b1
-
-BUILD SUCCESSFUL
-Total time: 42 seconds

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/myrepository-content-deps.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/myrepository-content-deps.txt b/asciidoc/tutorial/log/myrepository-content-deps.txt
deleted file mode 100644
index ce37429..0000000
--- a/asciidoc/tutorial/log/myrepository-content-deps.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-[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

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/myrepository-content-namespace.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/myrepository-content-namespace.txt b/asciidoc/tutorial/log/myrepository-content-namespace.txt
deleted file mode 100644
index 1766f87..0000000
--- a/asciidoc/tutorial/log/myrepository-content-namespace.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-$ 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

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c50f4b4c/asciidoc/tutorial/log/myrepository-content.txt
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial/log/myrepository-content.txt b/asciidoc/tutorial/log/myrepository-content.txt
deleted file mode 100644
index 39206c6..0000000
--- a/asciidoc/tutorial/log/myrepository-content.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-[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