bodewig 2002/09/26 06:55:37
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH apply.html
Log:
documentation for some of the inherited attributes has been missing
Revision Changes Path
No revision
No revision
1.14.2.4 +21 -0 jakarta-ant/docs/manual/CoreTasks/apply.html
Index: apply.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/apply.html,v
retrieving revision 1.14.2.3
retrieving revision 1.14.2.4
diff -u -r1.14.2.3 -r1.14.2.4
--- apply.html 4 Sep 2002 11:21:12 -0000 1.14.2.3
+++ apply.html 26 Sep 2002 13:55:37 -0000 1.14.2.4
@@ -70,12 +70,27 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">append</td>
+ <td valign="top">whether output should be appended to or overwrite
+ an existing file. Defaults to false. If you set parallel to
+ false, you will probably want to set this one to true.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">outputproperty</td>
<td valign="top">the name of a property in which the output of the
command should be stored.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">resultproperty</td>
+ <td valign="top">the name of a property in which the return code
+ of the command should be stored. Only of interest if
+ failonerror=false. If you set parallel to false, only the result
+ of the first execution will be stored.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">timeout</td>
<td valign="top">Stop the command if it doesn't finish within the
specified time (given in milliseconds).</td>
@@ -85,6 +100,12 @@
<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">No</td>
+ </tr>
+ <tr>
+ <td valign="top">failifexecutionfails</td>
+ <td valign="top">Stop the build if we can't start the program.
+ Defaults to true. </td>
<td align="center" valign="top">No</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>