DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26852>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26852

Exec task blocks when spawned





------- Additional Comments From [EMAIL PROTECTED]  2004-02-11 17:57 -------
I wonder whether it would not be more simple to create new ant runner scripts
which do
exec 1>file1 2>file2
or
exec >/dev/null 2>&1 if no output is wished
...
Then there is no problem any more when ant terminates, because the scripts are
spawned.
This script could then delegate the rest of the work to the normal antRun 
scripts.

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

Reply via email to