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 08:16:47 UTC

ant-ivy git commit: [doc changes] fix links in docs

Repository: ant-ivy
Updated Branches:
  refs/heads/master bbc66785a -> 77f7a6270


[doc changes] fix links in docs


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

Branch: refs/heads/master
Commit: 77f7a62702483c186cd727ef6aa340fc05b2fa59
Parents: bbc6678
Author: Jaikiran Pai <ja...@apache.org>
Authored: Mon Jun 19 12:29:16 2017 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Mon Jun 19 13:46:08 2017 +0530

----------------------------------------------------------------------
 asciidoc/index.adoc    | 18 +++++++--------
 asciidoc/ivyfile.adoc  | 55 +++++++++++++++++++++------------------------
 asciidoc/tutorial.adoc |  6 ++---
 3 files changed, 38 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/77f7a627/asciidoc/index.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/index.adoc b/asciidoc/index.adoc
index 210e156..80bad52 100644
--- a/asciidoc/index.adoc
+++ b/asciidoc/index.adoc
@@ -12,9 +12,9 @@ Ivy is a tool for managing (recording, tracking, resolving and reporting) projec
 
 . tight integration with Apache Ant - while available as a standalone tool, Ivy works particularly well with Apache Ant providing a number of powerful Ant tasks ranging from dependency resolution to dependency reporting and publication. +
 
-Ivy is open source and released under a very permissive Apache License.
+Ivy is open source and released under a very permissive link:https://ant.apache.org/ivy/license.html[Apache License].
 
-Ivy has a lot of powerful features, the most popular and useful being its flexibility, integration with ant, and its strong transitive dependencies management engine.
+Ivy has a lot of powerful link:https://ant.apache.org/ivy/features.html[features], the most popular and useful being its flexibility, integration with ant, and its strong transitive dependencies management engine.
 
 The transitive dependencies management is a feature which lets you get dependencies of your dependencies, transitively. In order to address this general problem, ivy needs to find metadata about your modules, usually in an link:ivyfile.html[ivy file]. To find the metadata and your dependencies' artifacts (usually jars), Ivy can be configured to use a lot of different link:configuration/resolvers.html[repositories].
 
@@ -29,11 +29,11 @@ Tip: The menu on the left is dynamic, you  can click on the arrows to browse the
 
 ====
 
-This documentation has been migrated from the old Ivy web site hosted by Jayasoft, feel free to report any problem on the mailing-lists.
+This documentation has been migrated from the old Ivy web site hosted by Jayasoft, feel free to report any problem on the link:https://ant.apache.org/ivy/mailing-lists.html[mailing-lists].
 
 If you browse this documentation from your installation of Ivy, you can also check the link:http://ant.apache.org/ivy/[online version] for the latest updates.
 
-You can also browse this documentation offline either by downloading the documentation distribution, or by checking out the doc directory from git. This documentation uses link:http://xooki.sourceforge.net/[xooki] as its documentation engine, so you can very easily edit it and submit patches when you browse it from source.
+You can also browse this documentation offline either by downloading the documentation distribution, or by checking out the doc directory from git. This documentation uses link:http://asciidoctor.org/[asciidoc] as its documentation engine, so you can very easily link:https://ant.apache.org/ivy/get-involved.html[edit it and submit patches] when you browse it from source.
 
 A link:book.html[printer-friendly version] of this whole documentation is also provided for your convenience.
 
@@ -44,11 +44,11 @@ For earlier versions, we suggest downloading the documentation to browse the doc
 
 == Other places to go
 
-Check out Ivy features. 
-Read our FAQ.
-Ask for help on our mailing lists.
-Report a bug or feature request in our issue tracking system.
-Check external tools and resources.
+Check out Ivy link:https://ant.apache.org/ivy/features.html[features]. + 
+Read our link:https://ant.apache.org/ivy/faq.html[FAQ]. +
+Ask for help on our link:https://ant.apache.org/ivy/mailing-lists.html[mailing lists]. +
+Report a bug or feature request in our link:https://ant.apache.org/ivy/issues.html[issue tracking system]. +
+Check link:https://ant.apache.org/ivy/links.html[external tools and resources]. +
 
 
 == Overview

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/77f7a627/asciidoc/ivyfile.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/ivyfile.adoc b/asciidoc/ivyfile.adoc
index 4faf3b9..843ddd0 100644
--- a/asciidoc/ivyfile.adoc
+++ b/asciidoc/ivyfile.adoc
@@ -61,37 +61,34 @@ Note that although it is technically possible to publish module revisions with d
 == Hierarchical Index
 
 
-[source]
-----
+* *ivy-module*
+    ** link:ivyfile/info.html[info]
+        *** link:ivyfile/license.html[license]
+        *** link:ivyfile/ivyauthor.html[ivyauthor]
+        *** link:ivyfile/repository.html[repository]
+        *** link:ivyfile/description.html[description]
+    ** link:ivyfile/configurations.html[configurations]
+        *** link:ivyfile/conf.html[conf]
+    ** link:ivyfile/publications.html[publications]
+        *** link:ivyfile/artifact.html[artifact]
+            **** link:ivyfile/artifact-conf.html[conf]
+    ** link:ivyfile/dependencies.html[dependencies]
+        *** link:ivyfile/dependency.html[dependency]
+            **** link:ivyfile/dependency-conf.html[conf]
+                ***** link:ivyfile/mapped.html[mapped]
+            **** link:ivyfile/dependency-artifact.html[artifact]
+                ***** link:ivyfile/dependency-artifact-conf.html[conf]
+            **** link:ivyfile/dependency-artifact.html[include]
+                ***** link:ivyfile/dependency-artifact-conf.html[conf]
+            **** link:ivyfile/artifact-exclude.html[exclude]
+                ***** link:ivyfile/artifact-exclude-conf.html[conf]
+        *** link:ivyfile/exclude.html[exclude]
+        *** link:ivyfile/override.html[override]
+        *** link:ivyfile/conflict.html[conflict]
+    ** link:ivyfile/conflicts.html[conflicts]
+        *** link:ivyfile/manager.html[manager]
 
-ivy-module
-    link:ivyfile/info.html[info]
-        link:ivyfile/license.html[license]
-        link:ivyfile/ivyauthor.html[ivyauthor]
-        link:ivyfile/repository.html[repository]
-        link:ivyfile/description.html[description]
-    link:ivyfile/configurations.html[configurations]
-        link:ivyfile/conf.html[conf]
-    link:ivyfile/publications.html[publications]
-        link:ivyfile/artifact.html[artifact]
-            link:ivyfile/artifact-conf.html[conf]
-    link:ivyfile/dependencies.html[dependencies]
-        link:ivyfile/dependency.html[dependency]
-            link:ivyfile/dependency-conf.html[conf]
-                link:ivyfile/mapped.html[mapped]
-            link:ivyfile/dependency-artifact.html[artifact]
-                link:ivyfile/dependency-artifact-conf.html[conf]
-            link:ivyfile/dependency-artifact.html[include]
-                link:ivyfile/dependency-artifact-conf.html[conf]
-            link:ivyfile/artifact-exclude.html[exclude]
-                link:ivyfile/artifact-exclude-conf.html[conf]
-        link:ivyfile/exclude.html[exclude]
-        link:ivyfile/override.html[override]
-        link:ivyfile/conflict.html[conflict]
-    link:ivyfile/conflicts.html[conflicts]
-        link:ivyfile/manager.html[manager]
 
-----
 
 
 

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/77f7a627/asciidoc/tutorial.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/tutorial.adoc b/asciidoc/tutorial.adoc
index cf997c5..3b72209 100644
--- a/asciidoc/tutorial.adoc
+++ b/asciidoc/tutorial.adoc
@@ -1,12 +1,12 @@
 
-The best way to learn is to practice! That's what the Ivy tutorials will help you to do, to discover some of the great Ivy features.
+The best way to learn is to practice! That's what the Ivy tutorials will help you to do, to discover some of the great Ivy link:https://ant.apache.org/ivy/features.html[features].
 
 For the first tutorial you won't even have to install Ivy (assuming you have Ant and a JDK properly installed), and it shouldn't take more than 30 seconds.
 
 *First Tutorial*
 
 
-. Make sure you have link:http://ant.apache.org/[ant] 1.6.0 or greater and a link:http://java.sun.com[jdk] properly installed +
+. Make sure you have link:http://ant.apache.org/[ant] 1.9.9 or greater and a link:http://java.sun.com[jdk] properly installed +
 
 . Copy link:samples/build.xml[this build file] in an empty directory on your local filesystem (and make sure you name it build.xml) +
 
@@ -31,7 +31,7 @@ Teaches you how to configure Ivy to find its dependencies in multiple places.
 * link:tutorial/dual.html[Dual Resolver] + 
 Helps you configure Ivy to find ivy files in one place and artifacts in another.
 
-* link:tutorial/dependence.html[Project dependencies]</a> + 
+* link:tutorial/dependence.html[Project dependencies] + 
 A starting point for using Ivy in a multi-project environment.
 
 * link:tutorial/multiproject.html[Using Ivy in multiple projects environment] +