nico        01/04/26 16:22:36

  Modified:    docs/manual/CoreTasks exec.html
  Log:
  Bug# 1530
  
  Missing default-value for failOnError-attribute
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-ant/docs/manual/CoreTasks/exec.html
  
  Index: exec.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/exec.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- exec.html 2001/02/13 12:31:51     1.2
  +++ exec.html 2001/04/26 23:22:36     1.3
  @@ -57,7 +57,7 @@
     <tr>
       <td valign="top">failonerror</td>
       <td valign="top">Stop the buildprocess if the command exits with a
  -      returncode other than 0.</td>
  +      returncode other than 0. Defaults to false</td>
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  
  
  

Reply via email to