bodewig     01/10/19 01:47:14

  Modified:    docs/manual/CoreTasks cvs.html
  Log:
  add documentation for <cvs>'s failonerror attribute.
  
  PR: 4205
  
  Revision  Changes    Path
  1.4       +6 -0      jakarta-ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.html  2001/04/27 11:52:52     1.3
  +++ cvs.html  2001/10/19 08:47:14     1.4
  @@ -80,6 +80,12 @@
       <td valign="top">Password file to read passwords from.</td>
       <td align="center" valign="top">No, default file ~/.cvspass.</td>
     </tr>
  +  <tr>
  +    <td valign="top">failonerror</td>
  +    <td valign="top">Stop the buildprocess if the command exits with a
  +      returncode other than 0. Defaults to false</td>
  +    <td align="center" valign="top">No</td>
  +  </tr>
   </table>
   <h3>Examples</h3>
   <pre>  &lt;cvs cvsRoot=&quot;:pserver:[EMAIL PROTECTED]:/home/cvspublic&quot;
  
  
  

Reply via email to