stevel      01/11/30 13:07:50

  Modified:    docs/manual/CoreTasks exec.html
  Log:
  timeout actions stated
  
  Revision  Changes    Path
  1.10      +5 -0      jakarta-ant/docs/manual/CoreTasks/exec.html
  
  Index: exec.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/exec.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- exec.html 2001/11/27 19:44:46     1.9
  +++ exec.html 2001/11/30 21:07:50     1.10
  @@ -160,6 +160,11 @@
   <p><b>Note2:</b> If you are using Ant on Windows and a new DOS-Window pops up
   for every command which is executed this may be a problem of the JDK you are 
using.
   This problem may occur with all JDK's &lt; 1.2.</p>
  +<p>
  +<b>Timeouts: </b> If a timeout is specified, when it is reached the 
  +sub process is killed and a message printed to the log. The return
  +value of the execution will be "-1", which will halt the build if
  +<tt>failonerror=true</tt>, but be ignored otherwise.
   <hr>
   <p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All 
rights
   Reserved.</p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to