Browse Source

Broken links.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@906753 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
38516dc8de
4 changed files with 9 additions and 3 deletions
  1. +6
    -0
      docs/manual/CoreTypes/filterchain.html
  2. +1
    -1
      docs/manual/develop.html
  3. +1
    -1
      docs/manual/targets.html
  4. +1
    -1
      docs/manual/tutorial-writing-tasks.html

+ 6
- 0
docs/manual/CoreTypes/filterchain.html View File

@@ -1545,4 +1545,10 @@ This may be used as follows:
</copy>
</pre></blockquote>


<h3><a name="sortfilter">SortFilter</a></h3>
<p><strong>(documentation pending)</strong></p>
<p><em>since Ant 1.8.0</em></p>


</body></html>

+ 1
- 1
docs/manual/develop.html View File

@@ -129,7 +129,7 @@ good convention, though.</p>

<p>Ant will always expand properties before it passes the value of an
attribute to the corresponding setter method. <b>Since Ant 1.8</b>, it is
possible to <a href="using.html#propertyhelper">extend Ant's property handling</a>
possible to <a href="CoreTasks/propertyhelper.html">extend Ant's property handling</a>
such that a non-string Object may be the result of the evaluation of a string
containing a single property reference. These will be assigned directly via
setter methods of matching type. Since it requires some beyond-the-basics


+ 1
- 1
docs/manual/targets.html View File

@@ -245,7 +245,7 @@

<p>The main purpose of an extension-point is to act as an extension
point for build files designed to
be <a href="CoreTasks\import.html">imported</a>. In the imported
be <a href="CoreTasks/import.html">imported</a>. In the imported
file an extension-point defines a state that must be reached and
targets from other build files can join the depends list of said
extension-point in order to contribute to that state.</p>


+ 1
- 1
docs/manual/tutorial-writing-tasks.html View File

@@ -284,7 +284,7 @@ arguments of the set-method:<ul>
<li>some more classes (e.g. <i>java.io.File</i>; see
<a href="develop.html#set-magic">Manual
'Writing Your Own Task' [3]</a>)</li>
<li>Any Java Object parsed from Ant 1.8's <a href="using.html#propertyhelper">Property
<li>Any Java Object parsed from Ant 1.8's <a href="CoreTasks/propertyhelper.html">Property
Helper</a></li>
</ul>
Before calling the set-method all properties are resolved. So a <tt>&lt;helloworld message="${msg}"/&gt;</tt>


Loading…
Cancel
Save