You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2002/01/02 06:16:41 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks mail.html

stevel      02/01/01 21:16:41

  Modified:    docs/manual/CoreTasks mail.html
  Log:
  doc failonerror tag
  
  Revision  Changes    Path
  1.7       +10 -3     jakarta-ant/docs/manual/CoreTasks/mail.html
  
  Index: mail.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/mail.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mail.html	10 Dec 2001 18:01:16 -0000	1.6
  +++ mail.html	2 Jan 2002 05:16:41 -0000	1.7
  @@ -2,7 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  -<title>Apache Ant User Manual</title>
  +<title>Mail</title>
   </head>
   
   <body>
  @@ -33,19 +33,26 @@
     <tr>
       <td valign="top">message</td>
       <td valign="top">Message to send in the body of the email.</td>
  -    <td align="center" valign="middle" rowspan="2">Yes</td>
  +    <td align="center" valign="middle" rowspan="2">One of the two</td>
     </tr>
     <tr>
       <td valign="top">files</td>
       <td valign="top">Filename(s) of text to send in the body of the email. 
  -	Multiple files are comma-separated.</td>
  +    Multiple files are comma-separated.</td>
     </tr>
     <tr>
  +    <td valign="top">failonerror</td>
  +    <td valign="top">flag to indicate whether to halt the build on 
  +    any error.</td>
  +    <td align="center" valign="top">No, default is <I>true</I></td>
  +  </tr>  
  +  <tr>
       <td valign="top">includefilenames</td>
       <td valign="top">Include filename(s) before file contents.
       Valid only when the files attribute is specified.</td>
       <td align="center" valign="top">No, default is <I>false</I></td>
     </tr>
  +  
     <tr>
       <td valign="top">mailhost</td>
       <td valign="top">Host name of the mail server.</td>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>