bodewig 2002/09/26 09:06:13
Modified: docs/manual/CoreTasks antcall.html
Log:
Add some clarification to <antcall>'s docs.
PR: 12820
Revision Changes Path
1.14 +12 -0 jakarta-ant/docs/manual/CoreTasks/antcall.html
Index: antcall.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/antcall.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- antcall.html 4 Sep 2002 11:05:16 -0000 1.13
+++ antcall.html 26 Sep 2002 16:06:13 -0000 1.14
@@ -62,6 +62,18 @@
<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
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>