Browse Source

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
master
Stefan Bodewig 16 years ago
parent
commit
ac360836a2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/manual/CoreTasks/antcall.html

+ 4
- 0
docs/manual/CoreTasks/antcall.html View File

@@ -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.
</p>

<p>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.</p>

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



Loading…
Cancel
Save