When I use <exec> and specify output, all the output is redirected
from the display to the log file.

   <exec dir="." executable="java" output="build.log">

I want to be able to also view the output as it runs.
Is there any way to send both standard out and standard error
simultaneously to both a log file and the display?

I'm basically looking for the equivalent to the csh "tee" command:

% cmd |& tee log

-Doug

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



Reply via email to