: 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
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