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
+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
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.
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
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
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
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