Re: [nant-dev] NANT/MKS integration

2005-02-22 Thread Owen Rogers
et-builds/ anything post build 774 should have it. you can find documentation on how to use this provider here: http://confluence.public.thoughtworks.org/display/CCNET/MKS+Source+Integrity+Source+Control+Block cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.N

Re: [nant-dev] Re: Fileset / task change

2004-11-23 Thread Owen Rogers
+1 on this. i can't tell you the number of times i have accidentally deleted folders because i forgot that the delete task doesn't respect excluded folders. On Tue, 23 Nov 2004 08:13:28 -0700, Matthew Mastracci <[EMAIL PROTECTED]> wrote: > Sounds good to me. I think the behaviour is more reason

[nant-dev] compile problem: wrong version of ResourceFileSet checked in

2002-11-14 Thread R. Owen Rogers
i could be completely wrong about this, but it seems as though the checked in version of CompileBase from nov 7 expects the method 'GetManifestResourceName' to exist in ResourceFileSet. the version of ResourceFileSet checked in to CVS, as far as i can tell is missing this method. owen.

[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 ExternalProgramBas

[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 imp

[nant-dev] Re: Fileset change

2002-09-21 Thread R. Owen Rogers
Just a suggestion, but if the intent is to produce a build file format that is easy to read and understand for the non-Xml savvy, why not follow the approach adopted by RELAX NG (http://www.xml.com/pub/a/2002/06/19/rng-compact.html) for simplifying Xml Schema. The idea is to produce a canonical s

[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 metho