Browse Source

leave it undefined to avoid feature lock-in

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275185 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
7d18fc9d21
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      docs/manual/CoreTasks/antcall.html

+ 2
- 3
docs/manual/CoreTasks/antcall.html View File

@@ -40,9 +40,8 @@ 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. will be fixed and not overridable in the init task -or indeed in the "doSomethingElse" task.
</p> </p>


<p>This task reparses the current build file, so if it has changed
since you've started the project, <code>antcall</code> will use the
latest version of the file.</p>
<p>If the build file changes after you've started the build, the
behavior of this task is undefined.</p>


<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">


Loading…
Cancel
Save