From 5fa61ba9dc60bf5ab6fa6e9d2b5ca68878e26b90 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Tue, 3 Mar 2009 20:46:05 +0000 Subject: [PATCH] IMPROVEMENT: ivy:resolve ant task does not support "branch" attribute (IVY-1035) git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@749743 13f79535-47bb-0310-9956-ffa450edef68 --- doc/use/postresolvetask.html | 1 + doc/use/resolve.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/use/postresolvetask.html b/doc/use/postresolvetask.html index 3707dfe7..9ca7dd1a 100644 --- a/doc/use/postresolvetask.html +++ b/doc/use/postresolvetask.html @@ -63,6 +63,7 @@ The attributes listed are then mostly used only if a resolve is triggered automa organisationthe organisation of the module to retrieve. This usually doesn't need to be set since it defaults to the last resolved one, except for inline mode where it is required.Yes in inline mode, otherwise no, it then defaults to last resolved module name modulethe name of the module to retrieve. This usually doesn't need to be set since it defaults to the last resolved one, except for inline mode where it is required.Yes in inline mode, otherwise no, it then defaults to last resolved module name revisionthe revision constraint of the module to retrieve. Used only in inline mode. since 1.4No. Defaults to latest.integration + branchthe name of the branch to resolve in inline mode (since 2.0.1)Defaults to no branch in inline mode, nothing in standard mode. transitivetrue to resolve dependencies transitively, false otherwise since 1.4No. Defaults to true haltonfailuretrue to halt the build on ivy failure, false to continueNo. Defaults to true validatetrue to force ivy files validation against ivy.xsd, false to force no validationNo. Defaults to default ivy value (as configured in configuration file) diff --git a/doc/use/resolve.html b/doc/use/resolve.html index 23db57b1..7ceec75a 100644 --- a/doc/use/resolve.html +++ b/doc/use/resolve.html @@ -127,6 +127,8 @@ After the call to this task, a reference to the module descriptor resolved is pu revisionthe revision constraint to apply to the module to resolve in inline mode since 1.4No. Defaults to "latest.integration" in inline mode, nothing in standard mode. + branchthe name of the branch to resolve in inline mode (since 2.0.1)Defaults to no branch in inline mode, nothing in standard mode. + typecomma separated list of accepted artifact types (since 1.2)No. defaults to ${ivy.resolve.default.type.filter} haltonfailuretrue to halt the build on ivy failure, false to continueNo. Defaults to true