git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@678603 13f79535-47bb-0310-9956-ffa450edef68master
@@ -148,7 +148,7 @@ to a value other than its default, <code>"add"</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> | ||||
@@ -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><java></code> is ignored. | By default the return code of a <code><java></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, | ||||
@@ -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><classpath refid="<em>pathid</em>" /></code> syntax. | <code><classpath refid="<em>pathid</em>" /></code> syntax. | ||||
This classpath must not be empty, and is required.</p> | This classpath must not be empty, and is required.</p> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -106,7 +106,7 @@ is identical to | |||||
<p>The same is also true for <code><bunzip2></code> and | <p>The same is also true for <code><bunzip2></code> and | ||||
<code><bzip2resource></code>. <code><copy></code> offers | <code><bzip2resource></code>. <code><copy></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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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 | ||||
@@ -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> | ||||
@@ -613,7 +613,7 @@ As a template we have: | |||||
</html> | </html> | ||||
</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"> | ||||
<html> | <html> | ||||
@@ -955,7 +955,6 @@ Now the new task is uploaded into the bug database. | |||||
[3] <a href="using.html#built-in-props">using.html#built-in-props</a><br> | [3] <a href="using.html#built-in-props">using.html#built-in-props</a><br> | ||||
[4] <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a><br> | [4] <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a><br> | ||||
[5] <a href="CoreTasks/java.html">CoreTasks/java.html</a><br> | [5] <a href="CoreTasks/java.html">CoreTasks/java.html</a><br> | ||||
[6] <a href="CoreTasks/find.html">CoreTasks/find.html</a><br> | |||||
[7] <a href="../ant_task_guidelines.html">../ant_task_guidelines.html</a><br> | [7] <a href="../ant_task_guidelines.html">../ant_task_guidelines.html</a><br> | ||||
[8] <a href="http://ant.apache.org/cvs.html">http://ant.apache.org/cvs.html</a><br> | [8] <a href="http://ant.apache.org/cvs.html">http://ant.apache.org/cvs.html</a><br> | ||||
[9] <a href="http://java.sun.com/products/archive/index.html">http://java.sun.com/products/archive/index.html</a><br> | [9] <a href="http://java.sun.com/products/archive/index.html">http://java.sun.com/products/archive/index.html</a><br> | ||||