sbailliez 2002/06/23 01:21:57
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH jpcoverage.html
Log:
Remove reference to the deprecated javahome option.
Revision Changes Path
No revision
No revision
1.5.2.5 +3 -4 jakarta-ant/docs/manual/OptionalTasks/jpcoverage.html
Index: jpcoverage.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/jpcoverage.html,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- jpcoverage.html 23 Jun 2002 07:27:35 -0000 1.5.2.4
+++ jpcoverage.html 23 Jun 2002 08:21:57 -0000 1.5.2.5
@@ -62,16 +62,15 @@
<td valign="top">
Indicates which virtual machine to run.
Must be one of "jdk117", "jdk118" or "java2".If "java2" is specified,
the user is
- also required to specify a path via <tt>javahome</tt>, otherwise it will
check if
+ also required to specify a path via <tt>javaexe</tt>, otherwise it will
check if
the current executing VM is 1.2+ and use its java.home property to
determine its
- location.
- in the registry for the default 1.2.x (Java 2) VM.</td>
+ location.</td>
<td align="center" valign="top">No, default to embedded VM if 1.2+</td>
</tr>
<tr>
<td valign="top">javaexe</td>
<td valign="top">The path to the java executable.</td>
- <td align="center" valign="top">No, use only for java2</td>
+ <td align="center" valign="top">No, use only for java2 vm.</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>