mbenson 2005/07/21 08:45:42 Modified: docs/manual/CoreTasks javac.html Log: Eliminate confusing wording RE failonerror attribute. Revision Changes Path 1.53 +3 -3 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- javac.html 29 Apr 2005 18:58:13 -0000 1.52 +++ javac.html 21 Jul 2005 15:45:42 -0000 1.53 @@ -303,9 +303,9 @@ <td align="center" valign="top">No</td> </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>. - </td> + <td valign="top">failonerror</td> + <td valign="top">Indicates whether compilation errors + will fail the build; defaults to <code>true</code>.</td> <td align="center" valign="top">No</td> </tr> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]