From 7fdc9056297be79807e3c6acf92f857a81268104 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Thu, 28 Apr 2011 22:17:59 +0000 Subject: [PATCH] DOCUMENTATION: wrong default resolver documented on the 'How does it work' page (IVY-1265) git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1097641 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + doc/principle.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7041eef3..552c8bef 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -114,6 +114,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br trunk ===================================== +- DOCUMENTATION: wrong default resolver documented on the 'How does it work' page (IVY-1265) - DOCUMENTATION: Correct outdated links to configuration pages (IVY-1266) - NEW: New Ant datatype ivy:resources, an Ant resource collection like ivy:cachepath or ivy:cachefileset (IVY-334) diff --git a/doc/principle.html b/doc/principle.html index 903100b5..31881725 100644 --- a/doc/principle.html +++ b/doc/principle.html @@ -36,7 +36,7 @@ Ivy needs to be configured to be able to resolve your dependencies. This configu The configuration is also responsible for indicating which resolver should be used to resolve which module. This configuration is dependent only on your environment, i.e. where the modules and artifacts can be found. -A default configuration is used by ivy when none is given. This configuration uses ivyrep to resolve all modules. +A default configuration is used by ivy when none is given. This configuration uses an ibiblio resolver pointing to http://repo1.maven.org/maven2/ to resolve all modules.

Resolve

The resolve time is the moment when ivy actually resolves the dependencies of one module. It first needs to access the ivy file of the module for which it resolves the dependencies.