From df70b2b9e08a57344b242cf36524733e3d95534d Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 11 Aug 2004 09:12:37 +0000 Subject: [PATCH] Clearify the availability of nested / elements in /. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276767 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/ant.html | 9 +++++++-- docs/manual/CoreTasks/antcall.html | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index 227888f37..134d0d14b 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -102,7 +102,12 @@ inside of targets.

property

See the description of the property -task. Note that the refid attribute points to a +task.
+These properties become equivalent to properties you define on +the command line. These are special properties and they will always get passed +down, even through additional <*ant*> tasks with inheritall set to +false (see above).
+Note that the refid attribute points to a reference in the calling project, not in the new one.

reference

@@ -267,4 +272,4 @@ new project using the id path2.

Reserved.

- + \ No newline at end of file diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index a8b15b31b..2dc04c5b1 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -88,7 +88,12 @@ attribute).

Parameters specified as nested elements

param

Specifies the properties to set before running the specified target. See property for usage guidelines.

+href="property.html">property for usage guidelines.
+These properties become equivalent to properties you define on +the command line. These are special properties and they will always get passed +down, even through additional <*ant*> tasks with inheritall set to +false (see above). +

reference

Used to choose references that shall be copied into the new project, @@ -167,4 +172,4 @@ new project using the id path2.

Reserved.

- + \ No newline at end of file