From 7e387dfc12088b34788d7057efd7fbaf91d3b025 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Sat, 12 Jul 2008 15:37:54 +0000 Subject: [PATCH] doc/test global locals git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676191 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/local.html | 5 ++++- src/tests/antunit/taskdefs/local-test.xml | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/local.html b/docs/manual/CoreTasks/local.html index 1edb70b01..753b44dec 100644 --- a/docs/manual/CoreTasks/local.html +++ b/docs/manual/CoreTasks/local.html @@ -31,7 +31,10 @@ various "block" levels. These include targets as well as the Parallel and Sequential task containers (including Macrodef bodies). A local property at a given scope "shadows" properties of the same name at higher scopes, -including the global scope. Since Ant 1.8

+including the global scope. Note that using the Local task at the global +level effectively makes the property local to the "anonymous target" in which +top-level operations are carried out; it will not be defined for other targets +in the buildfile. Since Ant 1.8

Parameters

diff --git a/src/tests/antunit/taskdefs/local-test.xml b/src/tests/antunit/taskdefs/local-test.xml index 49b01193e..9c4e7b7e4 100644 --- a/src/tests/antunit/taskdefs/local-test.xml +++ b/src/tests/antunit/taskdefs/local-test.xml @@ -20,6 +20,16 @@ + + + + + + + + + +