You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sb...@apache.org on 2002/08/28 00:54:00 UTC

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

sbailliez    2002/08/27 15:54:00

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH javac.html
  Log:
  Fixed typo for the condition.
  PR 11774
  Reported by: anshnd@hotmail.com (Andy Schwarz)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.2.8  +1 -1      jakarta-ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.33.2.7
  retrieving revision 1.33.2.8
  diff -u -r1.33.2.7 -r1.33.2.8
  --- javac.html	30 Jul 2002 14:59:36 -0000	1.33.2.7
  +++ javac.html	27 Aug 2002 22:54:00 -0000	1.33.2.8
  @@ -294,7 +294,7 @@
     </tr>
     <tr>
       <td valign="top">failonerror</td> <td valign="top">
  -        Indicates whether the build will continue even if there are compilation errors; defaults to <code>true</code>.
  +        Indicates whether the build should stop if there are compilation errors; defaults to <code>true</code>.
       </td>
       <td align="center" valign="top">No</td>
     </tr>
  
  
  

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