bodewig 02/05/24 06:56:18
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH javac.html
Log:
Put a warning into javac's documentation that says "better set the target
attribute".
Revision Changes Path
No revision
No revision
1.33.2.4 +7 -2 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.3
retrieving revision 1.33.2.4
diff -u -r1.33.2.3 -r1.33.2.4
--- javac.html 13 May 2002 16:03:02 -0000 1.33.2.3
+++ javac.html 24 May 2002 13:56:17 -0000 1.33.2.4
@@ -229,8 +229,13 @@
</tr>
<tr>
<td valign="top">target</td>
- <td valign="top">Generate class files for specific VM version (e.g.,
- <code>1.1</code> or <code>1.2</code>).</td>
+ <td valign="top">Generate class files for specific VM version
+ (e.g., <code>1.1</code> or <code>1.2</code>). <b>Note that the
+ default value depends on the JVM that is running Ant. In
+ 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>
<td align="center" valign="top">No</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>