Browse Source

Eliminate confusing wording RE failonerror attribute.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278469 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
610e44723c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTasks/javac.html

+ 3
- 3
docs/manual/CoreTasks/javac.html View File

@@ -303,9 +303,9 @@ invoking the compiler.</p>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">failonerror</td> <td valign="top">
Indicates whether the build will continue even if there are compilation errors; defaults to <code>true</code>.
</td>
<td valign="top">failonerror</td>
<td valign="top">Indicates whether compilation errors
will fail the build; defaults to <code>true</code>.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>


Loading…
Cancel
Save