From eaec028c8954ef607e82879ade8db1b473f98b20 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 2 Jan 2002 05:16:41 +0000 Subject: [PATCH] doc failonerror tag git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270502 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/mail.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/mail.html b/docs/manual/CoreTasks/mail.html index ff14f0d76..0defca8d1 100644 --- a/docs/manual/CoreTasks/mail.html +++ b/docs/manual/CoreTasks/mail.html @@ -2,7 +2,7 @@ -Apache Ant User Manual +Mail @@ -33,19 +33,26 @@ body may be specified. To send binary attachments the optional message Message to send in the body of the email. - Yes + One of the two files Filename(s) of text to send in the body of the email. - Multiple files are comma-separated. + Multiple files are comma-separated. + + failonerror + flag to indicate whether to halt the build on + any error. + No, default is true + includefilenames Include filename(s) before file contents. Valid only when the files attribute is specified. No, default is false + mailhost Host name of the mail server.