[nant-dev] XmlLogging modifications

2002-10-09 Thread R. Owen Rogers
I've checked in a few small bug fixes and enhancements to the XmlLogging modifications that I submitted originally. Here's a list of the modifications: - Log.WriteMessage now submits the more generic message type value of error. compilerError was what was used originally in ExternalProgramBase;

[nant-dev] XmlLogging mods, Part 2

2002-10-01 Thread R. Owen Rogers
We are in the process of finalizing the development of a functional port of the continuous integration tool CruiseControl (http://cruisecontrol.sourceforge.net) to the .NET platform. In doing so, we have made a number of enhancements to the XmlLogging capabilities of NAnt that were originally

[nant-dev] StackTrace and rethrowing exceptions

2002-09-11 Thread R. Owen Rogers
While attempting to trace a bug in one of the tasks, I came across a 'feature' of .NET exception handling: rethrowing a caught exception overwrites the stack trace of the original exception. Specifically, in the Execute method for the Task class, exceptions thrown in the ExecuteTask template