Colin Svingen NAnt-Gui www.swoogan.com/nantgui.html ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers
Hello, I'm writing my own task that extends ExternalProgramBase. When
the task runs, and an error occurs, the error text seems to be mixed in
with the regular output. When I run the program from the command line
and get the error it's displayed at the end of the output. This is the
behaviour I would like from my task.
I assume that the problem is caused by the fact that the error goes to
stderr and the rest of the output goes to stdout. Regardless, how would
I go about ensuring that the error is written last?