Browse Source

Clearify the availability of nested <param>/<property> elements in <ant>/<antcall>.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276767 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
df70b2b9e0
2 changed files with 14 additions and 4 deletions
  1. +7
    -2
      docs/manual/CoreTasks/ant.html
  2. +7
    -2
      docs/manual/CoreTasks/antcall.html

+ 7
- 2
docs/manual/CoreTasks/ant.html View File

@@ -102,7 +102,12 @@ inside of targets.</p>

<h4>property</h4>
<p>See the description of the <a href="property.html">property
task</a>. Note that the <code>refid</code> attribute points to a
task</a>. <br/>
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 &lt;*ant*&gt; tasks with inheritall set to
false (see above). <br/>
Note that the <code>refid</code> attribute points to a
reference in the calling project, not in the new one.</p>

<h4><a name="reference">reference</a></h4>
@@ -267,4 +272,4 @@ new project using the id <code>path2</code>.</p>
Reserved.</p>

</body>
</html>
</html>

+ 7
- 2
docs/manual/CoreTasks/antcall.html View File

@@ -88,7 +88,12 @@ attribute).</p>
<h3>Parameters specified as nested elements</h3>
<h4>param</h4>
<p>Specifies the properties to set before running the specified target. See <a
href="property.html">property</a> for usage guidelines.</p>
href="property.html">property</a> for usage guidelines.<br/>
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 &lt;*ant*&gt; tasks with inheritall set to
false (see above).
</p>

<h4><a name="reference">reference</a></h4>
<p>Used to choose references that shall be copied into the new project,
@@ -167,4 +172,4 @@ new project using the id <code>path2</code>.</p>
Reserved.</p>

</body>
</html>
</html>

Loading…
Cancel
Save