From 1b2a0d0f3ec8a3ee0cc1c98709a4d64a4b1fcc2f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 14 Oct 2003 12:14:24 +0000 Subject: [PATCH] Properly document behavior, PR 22690 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275481 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/ant.html | 5 +++-- docs/manual/CoreTasks/antcall.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index 1cdc13bec..c592da787 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -42,8 +42,9 @@ references defined in the new project.

Nested <reference> elements can also be used to copy references from the calling project to the new project, optionally under a different id. References taken from -nested elements will override existing references in the new -project.

+nested elements will override existing references that have been +defined outside of targets in the new project - but not those defined +inside of targets.

Parameters

diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index 1fba7fc68..ffe234007 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -30,8 +30,9 @@ can not be overridden by nested <param> elements.

Nested <reference> elements can be used to copy references from the calling project to the new project, optionally under a different id. References taken from -nested elements will override existing references in the new -project.

+nested elements will override existing references that have been +defined outside of targets in the new project - but not those defined +inside of targets.

When a target is invoked by antcall, all of its dependent targets will