From 1228b336de3ce103dc771b513fd171b89e344243 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Thu, 2 Aug 2001 22:07:47 +0000 Subject: [PATCH] doc update to reflect the addition of the -jar option git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269447 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/java.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index 93ffe00c6..8ffa6eca6 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -25,7 +25,12 @@ the one that is currently running Ant.

classname the Java class to execute. - Yes + Either jar or classname + + + jar + 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. + Either jar or classname args