Alex,
The task will write both stdout and stderr to the specified output
file; however, the current behavior is that both stdout and stderr will
still be written to the build log as well.
Gert
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Roebuck, Alex
Sent: woensd
The task supports redirection of stdout, but not stderr.
I have an executable which sends a lot of output to stderr. NAnt logs
all output to stderr as warnings. These show up in my CCNet Build
Summary. I'd like to redirect these, or prevent NAnt logging them as
warnings.
What's the best w
Hi Valentijn,
The thing is that I already have a config file to take care of the same problem
when I run my test suite using Nunit-GUI. But it seems that when I run the same
suite of tests using NAnt, that config file is not read. Is it that I need to
place the config file in some particular di