|
|
@@ -23,7 +23,7 @@ |
|
|
|
<li>Sam Ruby (<a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>)</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p>Version 1.0.8.1 - 2000/06/28</p> |
|
|
|
<p>Version 1.0.8.2 - 2000/07/12</p> |
|
|
|
|
|
|
|
<hr> |
|
|
|
<h2>Table of Contents</h2> |
|
|
@@ -40,6 +40,7 @@ |
|
|
|
<li><a href="#optionaltasks">Optional Tasks</a> |
|
|
|
<li><a href="#buildevents">Build Events</a> |
|
|
|
<li><a href="#writingowntask">Writing your own task</a></li> |
|
|
|
<li><a href="#faq">FAQ, DTD, external resources</a> |
|
|
|
<li><a href="#license">License</a></li> |
|
|
|
<li><a href="#feedback">Feedback</a></li> |
|
|
|
</ul> |
|
|
@@ -325,6 +326,9 @@ resolved before the task is executed.</p> |
|
|
|
value-x the value of this attribute.</p> |
|
|
|
<p>There is a set of <a href="#tasks">built in tasks</a>, but it is also very |
|
|
|
easy to <a href="#writingowntask">write your own</a>.</p> |
|
|
|
<p>All tasks share a <code>taskname</code> attribute. The value of |
|
|
|
this attribute will be used in the logging messages generated by |
|
|
|
Ant.</p> |
|
|
|
<h3>Properties</h3> |
|
|
|
<p>A project can have a set of properties. These might be set in the buildfile |
|
|
|
by the <a href="#property">property task</a>, or might be set outside Ant. A |
|
|
@@ -2100,6 +2104,7 @@ instead.</p> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
|
returncode other than 0.</td> |
|
|
|
<td align="center" valign="top">all</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
@@ -3217,6 +3222,16 @@ public class MyVeryOwnTask extends Task { |
|
|
|
implementing class name to the <code>default.properties</code> file in the <code>org.apache.tools.ant.taskdefs</code> |
|
|
|
package. Then you can use it as if it were a built in task.</p> |
|
|
|
<hr> |
|
|
|
<h2><a name="faq">FAQ, DTD, external resources</a></h2> |
|
|
|
<p>There is an online FAQ for Ant at <a |
|
|
|
href="http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/16">jakarta.apache.org</a>. This |
|
|
|
FAQ is interactive, which means you can ask and answer questions |
|
|
|
online.</p> |
|
|
|
<p>One of the questions poping up quite often is "Is there a DTD for |
|
|
|
buildfiles?". Please refer to the FAQ for an answer.</p> |
|
|
|
<p>The FAQ contains lists of known custom tasks that don't ship with |
|
|
|
Ant and projects that use Ant. Feel free to add your own task or project |
|
|
|
there.</p> |
|
|
|
<h2><a name="feedback">Feedback</a></h2> |
|
|
|
<p>To provide feedback on this software, please subscribe to the Ant Development |
|
|
|
Mail List <a href="mailto:(ant-dev-subscribe@jakarta.apache.org">(ant-dev-subscribe@jakarta.apache.org</a>)</p> |
|
|
|