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.