From e0f7b5199ca7b54d081b02b6e069091364978963 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Thu, 4 Sep 2003 10:57:33 +0000
Subject: [PATCH] Clarify antcall in presence of self-modifying build files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275182 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/antcall.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html
index c87238ef1..2cc50468b 100644
--- a/docs/manual/CoreTasks/antcall.html
+++ b/docs/manual/CoreTasks/antcall.html
@@ -39,6 +39,11 @@ the target "doSomethingElse" depended on the target "init",
Of course, any properties defined in the antcall task or inherited from the calling target
will be fixed and not overridable in the init task -or indeed in the "doSomethingElse" task.
+
+This task reparses the current build file, so if it has changed
+since you've started the project, antcall
will use the
+latest version of the file.
+
Parameters