Subject: [NAnt-users] Exec task streaming standard out
Hi All,
The default behavior of the Exec task seems to be to stream standard error to
the console, but to butter standard out and only dump the buffer to the console
(or log file for that matter) when the exec'd task comp
: Jeff Richter; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Exec task streaming standard out
Hey Jeff,
We're actually not using log4net for our regular build output.
Also, we do not treat stderr any different from stdout (except for the
logging level).
Do you h
PROTECTED] On Behalf Of Jeff Richter
Sent: maandag 18 februari 2008 19:59
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Exec task streaming standard out
Hi All,
The default behavior of the Exec task seems to be to stream standard error
to the console, but to butter standard ou
Hi All,
The default behavior of the Exec task seems to be to stream standard
error to the console, but to butter standard out and only dump the
buffer to the console (or log file for that matter) when the exec'd task
completes.
Can anyone tell me if there is also a way to also stream the st