sbailliez 01/08/02 15:07:47
Modified: docs/manual/CoreTasks java.html
Log:
doc update to reflect the addition of the -jar option
Revision Changes Path
1.3 +6 -1 jakarta-ant/docs/manual/CoreTasks/java.html
Index: java.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/java.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- java.html 2001/02/13 12:31:51 1.2
+++ java.html 2001/08/02 22:07:47 1.3
@@ -25,7 +25,12 @@
<tr>
<td valign="top">classname</td>
<td valign="top">the Java class to execute.</td>
- <td align="center" valign="top">Yes</td>
+ <td align="center" valign="top">Either jar or classname</td>
+ </tr>
+ <tr>
+ <td valign="top">jar</td>
+ <td valign="top">the location of the jar file to execute (must have a
Main-Class entry in the manifest). Fork must be set to true if this option is
selected.</td>
+ <td align="center" valign="top">Either jar or classname</td>
</tr>
<tr>
<td valign="top">args</td>