From 8d9a2577c27affb26a764c52d4e7a0b5b14f8d20 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 26 Sep 2002 16:06:13 +0000 Subject: [PATCH] Add some clarification to 's docs. PR: 12820 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273370 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/antcall.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index 2a5d3ade9..eeb149a7e 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -62,6 +62,18 @@ will be fixed and not overridable in the init task -or indeed in the "doSom No + +

Note on inheritRefs

+ +

<antcall> will not override existing references, +even if you set inheritRefs to true. As the called build +files is the same build file as the calling one, this means it will +not override any reference set via an id attribute at +all. The only references that can be inherited by the child project +are those defined by nested <reference> elements or +references defined by tasks directly (not using the id +attribute).

+

Parameters specified as nested elements

param

Specifies the properties to set before running the specified target. See