@@ -19,7 +19,7 @@ available in the new project. Alternatively, you can
set the <i>inheritAll</i> attribute to <code>false</code> and only
"user" properties (i.e., those passed on the command-line)
will be passed to the new project. In either case, the set of
properties passed to the new project will override the properties that
properties passed to the new project will override the properties that
are set in the new project (See also the <a href="property.html">property task</a>).</p>
<p>You can also set properties in the new project from the old project
by using nested param tags. These properties are always passed
@@ -38,10 +38,10 @@ inside of targets.</p>
<p>
When a target is invoked by antcall, all of its dependent targets will
also be called within the context of any new parameters. For example. if
the target "doSomethingElse" depended on the target "init", then the
<i>antcall</i> of "doSomethingElse" will call "init" during the call.
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.
the target "doSomethingElse" depended on the target "init", then the
<i>antcall</i> of "doSomethingElse" will call "init" during the call.
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.
</p>
<p>If the build file changes after you've started the build, the
@@ -67,11 +67,11 @@ behavior of this task is undefined.</p>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">inheritRefs</td>
<td valign="top">inheritRefs</td>
<td valign="top">If <code>true</code>, pass all references to the
new Ant project. Defaults to <code>false</code>.</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
</table>
<h3>Note on <code>inheritRefs</code></h3>
@@ -91,7 +91,7 @@ attribute).</p>
href="property.html">property</a> for usage guidelines.</p>
<h4><a name="reference">reference</a></h4>
<p>Used to chose references that shall be copied into the new project,
<p>Used to choo se references that shall be copied into the new project,
optionally changing their id.</p>
<table border="1" cellpadding="2" cellspacing="0">
@@ -148,4 +148,3 @@ Reserved.</p>
</body>
</html>