You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2008/07/22 02:24:50 UTC

svn commit: r678603 - in /ant/core/trunk/docs/manual: ./ CoreTasks/ CoreTypes/

Author: jglick
Date: Mon Jul 21 17:24:49 2008
New Revision: 678603

URL: http://svn.apache.org/viewvc?rev=678603&view=rev
Log:
Fixing some broken links.

Modified:
    ant/core/trunk/docs/manual/CoreTasks/ear.html
    ant/core/trunk/docs/manual/CoreTasks/java.html
    ant/core/trunk/docs/manual/CoreTasks/manifestclasspath.html
    ant/core/trunk/docs/manual/CoreTasks/touch.html
    ant/core/trunk/docs/manual/CoreTasks/truncate.html
    ant/core/trunk/docs/manual/CoreTasks/unpack.html
    ant/core/trunk/docs/manual/CoreTypes/resources.html
    ant/core/trunk/docs/manual/CoreTypes/zipfileset.html
    ant/core/trunk/docs/manual/ide.html
    ant/core/trunk/docs/manual/tasksoverview.html
    ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html

Modified: ant/core/trunk/docs/manual/CoreTasks/ear.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/ear.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/ear.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/ear.html Mon Jul 21 17:24:49 2008
@@ -148,7 +148,7 @@
     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
     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
     false.</td>
     <td valign="top" align="center">No</td>

Modified: ant/core/trunk/docs/manual/CoreTasks/java.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/java.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/java.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/java.html Mon Jul 21 17:24:49 2008
@@ -300,7 +300,7 @@
 will fall back to the task level attributes.  In practice this means that
 defaults can be specified for input, output, and error output files.
 </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.
 Alternatively, you can set <code>resultproperty</code> to the name
 of a property and have it assigned to the result code (barring immutability,

Modified: ant/core/trunk/docs/manual/CoreTasks/manifestclasspath.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/manifestclasspath.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/manifestclasspath.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/manifestclasspath.html Mon Jul 21 17:24:49 2008
@@ -85,7 +85,7 @@
 
 <h3>Parameters specified as nested elements</h3>
 <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
 <code>&lt;classpath refid="<em>pathid</em>" /&gt;</code> syntax.
 This classpath must not be empty, and is required.</p>

Modified: ant/core/trunk/docs/manual/CoreTasks/touch.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/touch.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/touch.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/touch.html Mon Jul 21 17:24:49 2008
@@ -29,7 +29,7 @@
 
 <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
-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
 1.7 only FileSet or <a href="../CoreTypes/filelist.html">Filelist</a>
 (since Ant 1.6) have been supported.</p>

Modified: ant/core/trunk/docs/manual/CoreTasks/truncate.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/truncate.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/truncate.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/truncate.html Mon Jul 21 17:24:49 2008
@@ -30,7 +30,7 @@
 <p>Set the length of one or more files, as the intermittently available
 <code>truncate</code> Unix utility/function. In addition to working with
 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>.
 </p>
 

Modified: ant/core/trunk/docs/manual/CoreTasks/unpack.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/unpack.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/unpack.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/unpack.html Mon Jul 21 17:24:49 2008
@@ -106,7 +106,7 @@
 <p>The same is also true for <code>&lt;bunzip2&gt;</code> and
 <code>&lt;bzip2resource&gt;</code>.  <code>&lt;copy&gt;</code> offers
 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
 last modified time or a configurable file system timestamp
 granularity.</p>

Modified: ant/core/trunk/docs/manual/CoreTypes/resources.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/resources.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/resources.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/resources.html Mon Jul 21 17:24:49 2008
@@ -314,7 +314,7 @@
     resources depending on configuration
   </li>
   <li><a href="propertyset.html">propertyset</a>
-    exposes <a href="#property">property</a> resources
+    exposes <a href="#propertyresource">property</a> resources
   </li>
 </ul>
 </p>
@@ -322,7 +322,7 @@
 <ul>
   <li><a href="../CoreTasks/concat.html">concat</a>
     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.
   </li>
 </ul>

Modified: ant/core/trunk/docs/manual/CoreTypes/zipfileset.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/zipfileset.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/zipfileset.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/zipfileset.html Mon Jul 21 17:24:49 2008
@@ -109,7 +109,7 @@
 
 <p>Please note that currently only the <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>
 

Modified: ant/core/trunk/docs/manual/ide.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/ide.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/ide.html (original)
+++ ant/core/trunk/docs/manual/ide.html Mon Jul 21 17:24:49 2008
@@ -79,10 +79,6 @@
     Java and Ant support.
   </li>
   <li>
-    <a href="Integration/VAJAntTool.html">
-      VisualAge for Java</a>
-  </li>
-  <li>
     <a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
       WebSphere Studio Application Developer
     </a>

Modified: ant/core/trunk/docs/manual/tasksoverview.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tasksoverview.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tasksoverview.html (original)
+++ ant/core/trunk/docs/manual/tasksoverview.html Mon Jul 21 17:24:49 2008
@@ -48,7 +48,6 @@
 <a href="#remote">Remote Tasks</a><br>
 <a href="#scm">SCM Tasks</a><br>
 <a href="#testing">Testing Tasks</a><br>
-<a href="#vaj">Visual Age for Java Tasks</a><br>
 
 
 <p></p>

Modified: ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html?rev=678603&r1=678602&r2=678603&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html (original)
+++ ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html Mon Jul 21 17:24:49 2008
@@ -613,7 +613,7 @@
 &lt;/html&gt;
 </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">
 &lt;html&gt;
 
@@ -955,7 +955,6 @@
 &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;[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;[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>