Just a small suggestion.
 
Change(or better, have it optional) writer.Write(strLogContents); to writer.WriteLine(strLogContents); in the file ExternalProgramBase.cs, methods StreamReaderThread_Output() and StreamReaderThread_Error()
 
In my build file I'm using <exec ......... output="./${projectName}/latest.log"/> and the output is hard to figure out when writer.Write() is used.
 
Ingi Gauti
 
 

Reply via email to