peterreilly    2004/01/15 06:38:46

  Modified:    docs/manual/CoreTasks typedef.html
  Log:
  doc error for "onerror" attribute of typedef/taskdef, warn is
  actually report
  
  Revision  Changes    Path
  1.13      +1 -1      ant/docs/manual/CoreTasks/typedef.html
  
  Index: typedef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/typedef.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- typedef.html      30 Oct 2003 16:04:48 -0000      1.12
  +++ typedef.html      15 Jan 2004 14:38:46 -0000      1.13
  @@ -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)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to