bodewig 2003/02/12 06:27:40
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH javac.html Log: Merge fix for 16884 from HEAD Revision Changes Path No revision No revision 1.33.2.10 +8 -3 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.33.2.9 retrieving revision 1.33.2.10 diff -u -r1.33.2.9 -r1.33.2.10 --- javac.html 24 Jan 2003 10:04:07 -0000 1.33.2.9 +++ javac.html 12 Feb 2003 14:27:40 -0000 1.33.2.10 @@ -194,8 +194,13 @@ </tr> <tr> <td valign="top">debug</td> - <td valign="top">Indicates whether source should be compiled with debug - information; defaults to <code>off</code>.</td> + <td valign="top">Indicates whether source should be compiled with + debug information; defaults to <code>off</code>. If set to + <code>off</code>, <code>-g:none</code> will be passed on the + command line for compilers that support it (for other compilers, no + command line argument will be used). If set to <code>true</code>, + the value of the <code>debuglevel</code> attribute determines the + command line argument.</td> <td align="center" valign="top">No</td> </tr> <tr> @@ -207,7 +212,7 @@ following keywords: <code>lines</code>, <code>vars</code>, and <code>source</code>. If <code>debuglevel</code> is not specified, by default, - <code>:none</code> will be + nothing will be appended to <code>-g</code>. If <code>debug</code> is not turned on, this attribute will be ignored. </td>