Swoogan wrote:

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?


Colin Svingen
NAnt-Gui
www.swoogan.com/nantgui.html

In addition to the error being insert at a random place in NAnt's output, it is being truncated to 256 characters. Is there anything that can be done about that?


Colin



-------------------------------------------------------
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-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to