From 005b6a001636881276905961465b04bddfbce436 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 24 Nov 2003 16:12:40 +0000 Subject: [PATCH] Clarify inheritance of nested property's of the / task PR: 11003 Obtained from: Jeff Turner git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275671 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/ant.html | 1 + docs/manual/CoreTasks/antcall.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index c592da787..c23062d13 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -30,6 +30,7 @@ href="property.html">property task).

You can also set properties in the new project from the old project by using nested property tags. These properties are always passed +to the new project and any project created in that project regardless of the setting of inheritAll. This allows you to parameterize your subprojects. Properties defined on the command line can not be overridden by nested <property> elements.

diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index ffe234007..ebaabc13f 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -23,6 +23,7 @@ properties passed to the new project will override the properties that are set in the new project (See also the property task).

You can also set properties in the new project from the old project by using nested param tags. These properties are always passed +to the new project and any project created in that project regardless of the setting of inheritAll. This allows you to parameterize your subprojects. Properties defined on the command line can not be overridden by nested <param> elements.