Browse Source

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
master
Steve Loughran 20 years ago
parent
commit
9363746565
2 changed files with 8 additions and 2 deletions
  1. +3
    -0
      WHATSNEW
  2. +5
    -2
      docs/manual/CoreTasks/rmic.html

+ 3
- 0
WHATSNEW View File

@@ -59,6 +59,9 @@ Fixed bugs:
* <ftp> failed to retrieve a file when the path towards the file contained * <ftp> failed to retrieve a file when the path towards the file contained
an element starting with . . Bugzilla report 33770 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: Other changes:
-------------- --------------


+ 5
- 2
docs/manual/CoreTasks/rmic.html View File

@@ -81,8 +81,11 @@ please consult miniRMI's documentation to learn how to use it.</p>
<tr> <tr>
<td valign="top">stubversion</td> <td valign="top">stubversion</td>
<td valign="top">Specify the JDK version for the generated stub code. <td valign="top">Specify the JDK version for the generated stub code.
Specify &quot;1.1&quot; to pass the &quot;-v1.1&quot; option to rmic.</td>
<td align="center" valign="top">No</td>
Specify &quot;1.1&quot; to pass the &quot;-v1.1&quot; option to rmic,
"1.2" for -v12, compat for -vcompat.
</td>
<td align="center" valign="top">No, default="compat"</td>
</tr> </tr>
<tr> <tr>
<td valign="top">classpath</td> <td valign="top">classpath</td>


Loading…
Cancel
Save