From ac360836a2f7b0735e98b999ec47cb07138244ea Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 27 Jan 2009 05:25:22 +0000 Subject: [PATCH] Use Matt's proposed text to fix PR 46526 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@738005 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/antcall.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index 70b161c6f..32ee0b599 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -67,6 +67,10 @@ Of course, any properties defined in the antcall task or inherited from the call will be fixed and not overridable in the init task--or indeed in the "doSomethingElse" task.

+

The called target(s) are run in a new project; be aware that this +means properties, references, etc. set by called targets will not +persist back to the calling project.

+

If the build file changes after you've started the build, the behavior of this task is undefined.