diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index 2a5d3ade9..eeb149a7e 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -62,6 +62,18 @@ will be fixed and not overridable in the init task -or indeed in the "doSom
inheritRefs
<antcall>
will not override existing references,
+even if you set inheritRefs
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 id
attribute at
+all. The only references that can be inherited by the child project
+are those defined by nested <reference>
elements or
+references defined by tasks directly (not using the id
+attribute).
Specifies the properties to set before running the specified target. See