Browse Source

Clarify inheritance of nested property's of the <ant>/<antcall> 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
master
Peter Reilly 21 years ago
parent
commit
005b6a0016
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      docs/manual/CoreTasks/ant.html
  2. +1
    -0
      docs/manual/CoreTasks/antcall.html

+ 1
- 0
docs/manual/CoreTasks/ant.html View File

@@ -30,6 +30,7 @@ href="property.html">property task</a>).</p>

<p>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 <i>inheritAll</i>. This allows you to
parameterize your subprojects. Properties defined on the command line
can not be overridden by nested &lt;property&gt; elements.</p>


+ 1
- 0
docs/manual/CoreTasks/antcall.html View File

@@ -23,6 +23,7 @@ properties passed to the new project will override the properties that
are set in the new project (See also the <a href="property.html">property task</a>).</p>
<p>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 <i>inheritAll</i>. This allows you to
parameterize your subprojects. Properties defined on the command line
can not be overridden by nested &lt;param&gt; elements.</p>


Loading…
Cancel
Save