Browse Source

documentation for some of the inherited attributes has been missing

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273368 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
5abd6bec4f
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      docs/manual/CoreTasks/apply.html

+ 21
- 0
docs/manual/CoreTasks/apply.html View File

@@ -69,12 +69,27 @@ one mapper.</p>
redirected.</td>
<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
@@ -87,6 +102,12 @@ one mapper.</p>
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>
<td valign="top">skipemptyfilesets</td>
<td valign="top">Don't run the command, if no source files have


Loading…
Cancel
Save