From f5b6799863729d80d59a655f6931afc1746d5946 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 8 Apr 2002 12:04:07 +0000 Subject: [PATCH] Add documentation for 's new timeout attribute. PR: 5299 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272291 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ docs/manual/CoreTasks/java.html | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index e930471a5..74822ea64 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -278,6 +278,9 @@ Other changes: * , and now support append attributes to allow appending the output to an existing file. +* now supports a timeout attribute analog to - it is + highly recommended to only use it together with fork="true". + Changes from Ant 1.4 to Ant 1.4.1 =========================================== diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index 7951e56fc..d153c3b28 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -107,6 +107,13 @@ JVM. (ignored if fork is disabled). No + + timeout + Stop the command if it doesn't finish within the + specified time (given in milliseconds). It is highly + recommended to use this feature only if fork is enabled. + No +

Parameters specified as nested elements

arg and jvmarg