stevel 2005/03/07 07:17:48
Modified: docs/manual/CoreTasks rmic.html
. WHATSNEW
Log:
Doc update.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
Revision Changes Path
1.17 +5 -2 ant/docs/manual/CoreTasks/rmic.html
Index: rmic.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/rmic.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- rmic.html 5 Aug 2004 17:13:43 -0000 1.16
+++ rmic.html 7 Mar 2005 15:17:48 -0000 1.17
@@ -81,8 +81,11 @@
<tr>
<td valign="top">stubversion</td>
<td valign="top">Specify the JDK version for the generated stub code.
- Specify "1.1" to pass the "-v1.1" option to rmic.</td>
- <td align="center" valign="top">No</td>
+ Specify "1.1" to pass the "-v1.1" option to rmic,
+ "1.2" for -v12, compat for -vcompat.
+
+ </td>
+ <td align="center" valign="top">No, default="compat"</td>
</tr>
<tr>
<td valign="top">classpath</td>
1.766 +3 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.765
retrieving revision 1.766
diff -u -r1.765 -r1.766
--- WHATSNEW 7 Mar 2005 09:37:43 -0000 1.765
+++ WHATSNEW 7 Mar 2005 15:17:48 -0000 1.766
@@ -59,6 +59,9 @@
* <ftp> failed to retrieve a file when the path towards the file contained
an element starting with . . Bugzilla report 33770
+
+* "<rmic> always compiles on Java1.5" bugzilla report=33862. Fixed default
+ stub version to always be "compat", even on Java1.5+.
Other changes:
--------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]