Browse Source

Fixing some broken links.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@678603 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 17 years ago
parent
commit
b13399b45c
11 changed files with 10 additions and 16 deletions
  1. +1
    -1
      docs/manual/CoreTasks/ear.html
  2. +1
    -1
      docs/manual/CoreTasks/java.html
  3. +1
    -1
      docs/manual/CoreTasks/manifestclasspath.html
  4. +1
    -1
      docs/manual/CoreTasks/touch.html
  5. +1
    -1
      docs/manual/CoreTasks/truncate.html
  6. +1
    -1
      docs/manual/CoreTasks/unpack.html
  7. +2
    -2
      docs/manual/CoreTypes/resources.html
  8. +1
    -1
      docs/manual/CoreTypes/zipfileset.html
  9. +0
    -4
      docs/manual/ide.html
  10. +0
    -1
      docs/manual/tasksoverview.html
  11. +1
    -2
      docs/manual/tutorial-tasks-filesets-properties.html

+ 1
- 1
docs/manual/CoreTasks/ear.html View File

@@ -148,7 +148,7 @@ to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
HREF="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index">index HREF="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index">index
list</A> to speed up classloading. This is a JDK 1.3+ specific list</A> to speed up classloading. This is a JDK 1.3+ specific
feature. Unless you specify additional jars with nested <a feature. Unless you specify additional jars with nested <a
href="#indexjars"><code>indexjars</code></a> elements, only the
href="jar.html#indexjars"><code>indexjars</code></a> elements, only the
contents of this jar will be included in the index. Defaults to contents of this jar will be included in the index. Defaults to
false.</td> false.</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>


+ 1
- 1
docs/manual/CoreTasks/java.html View File

@@ -300,7 +300,7 @@ results. When no results are returned, redirection specifications
will fall back to the task level attributes. In practice this means that will fall back to the task level attributes. In practice this means that
defaults can be specified for input, output, and error output files. defaults can be specified for input, output, and error output files.
</p> </p>
<h3>Errors and return codes</h3>
<a name="failonerror"><h3>Errors and return codes</h3></a>
By default the return code of a <code>&lt;java&gt;</code> is ignored. By default the return code of a <code>&lt;java&gt;</code> is ignored.
Alternatively, you can set <code>resultproperty</code> to the name Alternatively, you can set <code>resultproperty</code> to the name
of a property and have it assigned to the result code (barring immutability, of a property and have it assigned to the result code (barring immutability,


+ 1
- 1
docs/manual/CoreTasks/manifestclasspath.html View File

@@ -85,7 +85,7 @@ defined property is re-referenced.</p>


<h3>Parameters specified as nested elements</h3> <h3>Parameters specified as nested elements</h3>
<h4>classpath</h4> <h4>classpath</h4>
<p>A <a href="../using#path.html">Path-like</a> element, which can be
<p>A <a href="../using.html#path">Path-like</a> element, which can be
defined in-place, or refer to a path defined elsewhere using the defined in-place, or refer to a path defined elsewhere using the
<code>&lt;classpath refid="<em>pathid</em>" /&gt;</code> syntax. <code>&lt;classpath refid="<em>pathid</em>" /&gt;</code> syntax.
This classpath must not be empty, and is required.</p> This classpath must not be empty, and is required.</p>


+ 1
- 1
docs/manual/CoreTasks/touch.html View File

@@ -29,7 +29,7 @@


<p>Changes the modification time of a resource and possibly creates it <p>Changes the modification time of a resource and possibly creates it
at the same time. In addition to working with a single file, this Task at the same time. In addition to working with a single file, this Task
can also work on <a href="../CoreTypes/resource.html">resources</a> and
can also work on <a href="../CoreTypes/resources.html">resources</a> and
resource collections (which also includes directories). Prior to Ant resource collections (which also includes directories). Prior to Ant
1.7 only FileSet or <a href="../CoreTypes/filelist.html">Filelist</a> 1.7 only FileSet or <a href="../CoreTypes/filelist.html">Filelist</a>
(since Ant 1.6) have been supported.</p> (since Ant 1.6) have been supported.</p>


+ 1
- 1
docs/manual/CoreTasks/truncate.html View File

@@ -30,7 +30,7 @@
<p>Set the length of one or more files, as the intermittently available <p>Set the length of one or more files, as the intermittently available
<code>truncate</code> Unix utility/function. In addition to working with <code>truncate</code> Unix utility/function. In addition to working with
a single file, this Task can also work on a single file, this Task can also work on
<a href="../CoreTypes/resource.html">resources</a> and resource collections.
<a href="../CoreTypes/resources.html">resources</a> and resource collections.
<strong>Since Ant 1.7.1</strong>. <strong>Since Ant 1.7.1</strong>.
</p> </p>




+ 1
- 1
docs/manual/CoreTasks/unpack.html View File

@@ -106,7 +106,7 @@ is identical to
<p>The same is also true for <code>&lt;bunzip2&gt;</code> and <p>The same is also true for <code>&lt;bunzip2&gt;</code> and
<code>&lt;bzip2resource&gt;</code>. <code>&lt;copy&gt;</code> offers <code>&lt;bzip2resource&gt;</code>. <code>&lt;copy&gt;</code> offers
additional features like <a additional features like <a
href="../CoreTypes/filterchains.html">filtering files</a> on the fly,
href="../CoreTypes/filterchain.html">filtering files</a> on the fly,
allowing a file to be mapped to multiple destinations, preserving the allowing a file to be mapped to multiple destinations, preserving the
last modified time or a configurable file system timestamp last modified time or a configurable file system timestamp
granularity.</p> granularity.</p>


+ 2
- 2
docs/manual/CoreTypes/resources.html View File

@@ -314,7 +314,7 @@ Ant's "legacy" datatypes have been modified to behave as Resource Collections:
resources depending on configuration resources depending on configuration
</li> </li>
<li><a href="propertyset.html">propertyset</a> <li><a href="propertyset.html">propertyset</a>
exposes <a href="#property">property</a> resources
exposes <a href="#propertyresource">property</a> resources
</li> </li>
</ul> </ul>
</p> </p>
@@ -322,7 +322,7 @@ Ant's "legacy" datatypes have been modified to behave as Resource Collections:
<ul> <ul>
<li><a href="../CoreTasks/concat.html">concat</a> <li><a href="../CoreTasks/concat.html">concat</a>
exposes a concatenated resource, and adds e.g. exposes a concatenated resource, and adds e.g.
<a href="../filterchain.html">filtering</a>
<a href="filterchain.html">filtering</a>
to Ant's resource-related capabilities. to Ant's resource-related capabilities.
</li> </li>
</ul> </ul>


+ 1
- 1
docs/manual/CoreTypes/zipfileset.html View File

@@ -109,7 +109,7 @@ archive as with the <i>dir</i> attribute.</p>


<p>Please note that currently only the <a <p>Please note that currently only the <a
href="../CoreTasks/tar.html">tar</a> and <a href="../CoreTasks/tar.html">tar</a> and <a
href="../CoreTaks/zip.html">zip</a> tasks use the permission.</p>
href="../CoreTasks/zip.html">zip</a> tasks use the permission.</p>


<h3>Parameters specified as nested elements</h3> <h3>Parameters specified as nested elements</h3>




+ 0
- 4
docs/manual/ide.html View File

@@ -78,10 +78,6 @@ All the modern Java IDEs support Ant almost out of the box.
Eclipse is IBM's counterpoint to NetBeans; an open source IDE with Eclipse is IBM's counterpoint to NetBeans; an open source IDE with
Java and Ant support. Java and Ant support.
</li> </li>
<li>
<a href="Integration/VAJAntTool.html">
VisualAge for Java</a>
</li>
<li> <li>
<a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html"> <a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
WebSphere Studio Application Developer WebSphere Studio Application Developer


+ 0
- 1
docs/manual/tasksoverview.html View File

@@ -48,7 +48,6 @@ documentation.</p>
<a href="#remote">Remote Tasks</a><br> <a href="#remote">Remote Tasks</a><br>
<a href="#scm">SCM Tasks</a><br> <a href="#scm">SCM Tasks</a><br>
<a href="#testing">Testing Tasks</a><br> <a href="#testing">Testing Tasks</a><br>
<a href="#vaj">Visual Age for Java Tasks</a><br>




<p></p> <p></p>


+ 1
- 2
docs/manual/tutorial-tasks-filesets-properties.html View File

@@ -613,7 +613,7 @@ As a template we have:
&lt;/html&gt; &lt;/html&gt;
</pre> </pre>


<p>For our task we have <a href="CoreTasks/find.html">that [6]</a>:</p>
<p>For our task we have:</p>
<pre class="code"> <pre class="code">
&lt;html&gt; &lt;html&gt;


@@ -955,7 +955,6 @@ Now the new task is uploaded into the bug database.
&nbsp;&nbsp;[3] <a href="using.html#built-in-props">using.html#built-in-props</a><br> &nbsp;&nbsp;[3] <a href="using.html#built-in-props">using.html#built-in-props</a><br>
&nbsp;&nbsp;[4] <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a><br> &nbsp;&nbsp;[4] <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a><br>
&nbsp;&nbsp;[5] <a href="CoreTasks/java.html">CoreTasks/java.html</a><br> &nbsp;&nbsp;[5] <a href="CoreTasks/java.html">CoreTasks/java.html</a><br>
&nbsp;&nbsp;[6] <a href="CoreTasks/find.html">CoreTasks/find.html</a><br>
&nbsp;&nbsp;[7] <a href="../ant_task_guidelines.html">../ant_task_guidelines.html</a><br> &nbsp;&nbsp;[7] <a href="../ant_task_guidelines.html">../ant_task_guidelines.html</a><br>
&nbsp;&nbsp;[8] <a href="http://ant.apache.org/cvs.html">http://ant.apache.org/cvs.html</a><br> &nbsp;&nbsp;[8] <a href="http://ant.apache.org/cvs.html">http://ant.apache.org/cvs.html</a><br>
&nbsp;&nbsp;[9] <a href="http://java.sun.com/products/archive/index.html">http://java.sun.com/products/archive/index.html</a><br> &nbsp;&nbsp;[9] <a href="http://java.sun.com/products/archive/index.html">http://java.sun.com/products/archive/index.html</a><br>


Loading…
Cancel
Save