diff --git a/CHANGES.txt b/CHANGES.txt index c2f5952a..68778e37 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -131,6 +131,8 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br trunk ===================================== +- DOCUMENTATION: added link to extra beginners guide (IVY-1381) + - FIX: latest.integration isn't resolved against a Maven snapshot repository (when uniqueVersion = true) (IVY-1036) - FIX: Resolve does not deliver all dependent artifacts (IVY-1366) (thanks to Wolfgang Frank) - FIX: Ivy descriptors are merged incorrectly when there is an element (IVY-1356) diff --git a/doc/moreexamples.html b/doc/moreexamples.html index 7ac84de3..a8a25296 100644 --- a/doc/moreexamples.html +++ b/doc/moreexamples.html @@ -41,6 +41,11 @@ The webwork project (which should become struts action framework) uses ant+ivy f

Easing multi-module development

Johan stuyts, the author of SAnt, also contributed a nice article on his view of how to use Ivy on a multi-module environment. +

Beginners Guide

+ +Apache Ivy - Beginners Guide is a step by step guide to assist beginners in understanding basic concepts/tasks and use them straight away in their projects either through Ant build or in Eclipse IDE. + +