Browse Source

Bug# 1530

Missing default-value for failOnError-attribute


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268974 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
2130e96108
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/exec.html

+ 1
- 1
docs/manual/CoreTasks/exec.html View File

@@ -57,7 +57,7 @@ systems.</p>
<tr>
<td valign="top">failonerror</td>
<td valign="top">Stop the buildprocess if the command exits with a
returncode other than 0.</td>
returncode other than 0. Defaults to false</td>
<td align="center" valign="top">No</td>
</tr>
<tr>


Loading…
Cancel
Save