From 936374656595806cb42d1282edeff9fa469f7214 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 7 Mar 2005 15:17:48 +0000 Subject: [PATCH] Doc update. bug "rmic always compiles on Java1.5" http://issues.apache.org/bugzilla/show_bug.cgi?id=33862 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277812 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ docs/manual/CoreTasks/rmic.html | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 259928488..42caf56c4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -59,6 +59,9 @@ Fixed bugs: * failed to retrieve a file when the path towards the file contained an element starting with . . Bugzilla report 33770 + +* " always compiles on Java1.5" bugzilla report=33862. Fixed default + stub version to always be "compat", even on Java1.5+. Other changes: -------------- diff --git a/docs/manual/CoreTasks/rmic.html b/docs/manual/CoreTasks/rmic.html index 4c837a612..be28ce360 100644 --- a/docs/manual/CoreTasks/rmic.html +++ b/docs/manual/CoreTasks/rmic.html @@ -81,8 +81,11 @@ please consult miniRMI's documentation to learn how to use it.

stubversion Specify the JDK version for the generated stub code. - Specify "1.1" to pass the "-v1.1" option to rmic. - No + Specify "1.1" to pass the "-v1.1" option to rmic, + "1.2" for -v12, compat for -vcompat. + + + No, default="compat" classpath