Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 72349 invoked from network); 8 Apr 2002 12:04:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Apr 2002 12:04:12 -0000 Received: (qmail 6882 invoked by uid 97); 8 Apr 2002 12:04:09 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 6801 invoked by uid 97); 8 Apr 2002 12:04:08 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 6774 invoked by uid 97); 8 Apr 2002 12:04:08 -0000 Date: 8 Apr 2002 12:04:07 -0000 Message-ID: <20020408120407.79144.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/CoreTasks java.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 02/04/08 05:04:07 Modified: . WHATSNEW docs/manual/CoreTasks java.html Log: Add documentation for 's new timeout attribute. PR: 5299 Revision Changes Path 1.245 +3 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.244 retrieving revision 1.245 diff -u -r1.244 -r1.245 --- WHATSNEW 5 Apr 2002 09:28:54 -0000 1.244 +++ WHATSNEW 8 Apr 2002 12:04:06 -0000 1.245 @@ -278,6 +278,9 @@ * , 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 =========================================== 1.12 +7 -0 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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- java.html 5 Apr 2002 09:28:54 -0000 1.11 +++ java.html 8 Apr 2002 12:04:07 -0000 1.12 @@ -107,6 +107,13 @@ (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

-- To unsubscribe, e-mail: For additional commands, e-mail: