Browse Source

doc error for "onerror" attribute of typedef/taskdef, warn is

actually report


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275920 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
5d00590b02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/typedef.html

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

@@ -109,7 +109,7 @@
<tr>
<td valign="top">onerror</td>
<td valign="top">The action to take if there was a failure in defining the
type. The values are <i>fail</i> - cause a build exception, <i>warn</i>
type. The values are <i>fail</i> - cause a build exception, <i>report</i>,
output a warning, but continue, <i>ignore</i>, do nothing. The default
is <i>fail</i>.
(introduced in ant1.6)


Loading…
Cancel
Save