Browse Source

Properly document <reference> behavior, PR 22690

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275481 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
1b2a0d0f3e
2 changed files with 6 additions and 4 deletions
  1. +3
    -2
      docs/manual/CoreTasks/ant.html
  2. +3
    -2
      docs/manual/CoreTasks/antcall.html

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

@@ -42,8 +42,9 @@ references defined in the new project.</p>
<p>Nested <a href="#reference"><i>&lt;reference&gt;</i></a> elements <p>Nested <a href="#reference"><i>&lt;reference&gt;</i></a> elements
can also be used to copy references from the calling project to the can also be used to copy references from the calling project to the
new project, optionally under a different id. References taken from new project, optionally under a different id. References taken from
nested elements will override existing references in the new
project.</p>
nested elements will override existing references that have been
defined outside of targets in the new project - but not those defined
inside of targets.</p>


<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">


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

@@ -30,8 +30,9 @@ can not be overridden by nested &lt;param&gt; elements.</p>
<p>Nested <a href="#reference"><i>&lt;reference&gt;</i></a> elements can <p>Nested <a href="#reference"><i>&lt;reference&gt;</i></a> elements can
be used to copy references from the calling project to the new be used to copy references from the calling project to the new
project, optionally under a different id. References taken from project, optionally under a different id. References taken from
nested elements will override existing references in the new
project.</p>
nested elements will override existing references that have been
defined outside of targets in the new project - but not those defined
inside of targets.</p>


<p> <p>
When a target is invoked by antcall, all of its dependent targets will When a target is invoked by antcall, all of its dependent targets will


Loading…
Cancel
Save