Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 11297 invoked from network); 11 Aug 2004 09:12:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Aug 2004 09:12:43 -0000 Received: (qmail 7218 invoked by uid 500); 11 Aug 2004 09:12:40 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 7000 invoked by uid 500); 11 Aug 2004 09:12:38 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 6986 invoked by uid 500); 11 Aug 2004 09:12:38 -0000 Received: (qmail 6981 invoked by uid 99); 11 Aug 2004 09:12:38 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 11 Aug 2004 02:12:38 -0700 Received: (qmail 11179 invoked by uid 1694); 11 Aug 2004 09:12:37 -0000 Date: 11 Aug 2004 09:12:37 -0000 Message-ID: <20040811091237.11178.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks ant.html antcall.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jhm 2004/08/11 02:12:37 Modified: docs/manual/CoreTasks ant.html antcall.html Log: Clearify the availability of nested / elements in /. Revision Changes Path 1.27 +7 -2 ant/docs/manual/CoreTasks/ant.html Index: ant.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ant.html 24 Jun 2004 19:37:37 -0000 1.26 +++ ant.html 11 Aug 2004 09:12:37 -0000 1.27 @@ -102,7 +102,12 @@

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 @@ Reserved.

- + \ No newline at end of file 1.27 +7 -2 ant/docs/manual/CoreTasks/antcall.html Index: antcall.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- antcall.html 24 Jun 2004 19:37:37 -0000 1.26 +++ antcall.html 11 Aug 2004 09:12:37 -0000 1.27 @@ -88,7 +88,12 @@

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 @@ Reserved.

- + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org