diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index 6c468112b..29a7fa5e0 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -160,6 +160,11 @@ argument and cause most calls to fail.

Note2: 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 < 1.2.

+

+Timeouts: 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 +failonerror=true, but be ignored otherwise.


Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.