bodewig 2004/10/28 04:34:58 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH javac.html Log: merge Revision Changes Path No revision No revision 1.42.2.5 +6 -4 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.42.2.4 retrieving revision 1.42.2.5 diff -u -r1.42.2.4 -r1.42.2.5 --- javac.html 9 Feb 2004 22:12:07 -0000 1.42.2.4 +++ javac.html 28 Oct 2004 11:34:58 -0000 1.42.2.5 @@ -240,7 +240,7 @@ particular, if you use JDK 1.4+ the generated classes will not be usable for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 (which is the default value for JDK 1.1 to - 1.3).</b></td> + 1.3). We highly recommend to always specify this attribute.</b></td> <td align="center" valign="top">No</td> </tr> <tr> @@ -317,9 +317,11 @@ running in a 1.3 VM) and <code>jikes</code>.<br> If you use this attribute together with <code>jikes</code>, you must make sure that your version of jikes supports the <code>-source</code> - switch.<br> Legal values are <code>1.3</code>, <code>1.4</code> and <code>1.5</code> - – by default, no <code>-source</code> argument will be used - at all.</td> + switch. By default, no <code>-source</code> argument will be used + at all.<br> + <b>Note that the default value depends on the JVM that is running + Ant. We highly recommend to always specify this + attribute.</b></td> <td align="center" valign="top">No</td> </tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]