Re: Ant: Redirect output to both screen and log file

2005-01-31 Thread Matt Benson
--- Douglas Kramer <[EMAIL PROTECTED]> wrote: > When I use and specify output, all the output > is redirected > from the display to the log file. > > 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

Re: Ant: Redirect output to both screen and log file

2005-01-29 Thread sourdak-ant
You use records for that. You surround any task with your recorder and get a copy of screen output to a (specified) file. Example: This is cool --- Douglas Kramer <[EMAIL PROTECTED]> a écrit : > When I use and specify ou

Ant: Redirect output to both screen and log file

2005-01-29 Thread Douglas Kramer
When I use and specify output, all the output is redirected from the display to the log file. 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 equ