From 5d00590b025f0ba68660cb7e31ec42b043791a18 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 15 Jan 2004 14:38:46 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/typedef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/typedef.html b/docs/manual/CoreTasks/typedef.html index c5f3dfeb1..0eed44e57 100644 --- a/docs/manual/CoreTasks/typedef.html +++ b/docs/manual/CoreTasks/typedef.html @@ -109,7 +109,7 @@ onerror The action to take if there was a failure in defining the - type. The values are fail - cause a build exception, warn + type. The values are fail - cause a build exception, report, output a warning, but continue, ignore, do nothing. The default is fail. (introduced in ant1.6)