|
|
@@ -62,6 +62,18 @@ will be fixed and not overridable in the init task -or indeed in the "doSom |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
|
|
|
|
<h3>Note on <code>inheritRefs</code></h3> |
|
|
|
|
|
|
|
<p><code><antcall></code> will not override existing references, |
|
|
|
even if you set <code>inheritRefs</code> to true. As the called build |
|
|
|
files is the same build file as the calling one, this means it will |
|
|
|
not override any reference set via an <code>id</code> attribute at |
|
|
|
all. The only references that can be inherited by the child project |
|
|
|
are those defined by nested <code><reference></code> elements or |
|
|
|
references defined by tasks directly (not using the <code>id</code> |
|
|
|
attribute).</p> |
|
|
|
|
|
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
|
<h4>param</h4> |
|
|
|
<p>Specifies the properties to set before running the specified target. See <a |
|
|
|