Does anyone know of any projects/ideas/code that exists to
produce distributed compilation with NAnt? This would be excellent for very
large solutions with a few hundred sub-projects.
Timmothy C. Posey
Software Engineer
CTS, Inc.
www.askcts.com
Xuhui,
You might want to
create a ‘clean’ task to run before performing your
task. This task should delete the bin/obj folders (if it’s
a Visual Studio project) containing all of the .exe’s, .dll’s, .obj’s,
and other compiled assets that you may have. This will then force a
comp
Hi All,
I
must say NAnt is a great product that definitely will see some use from me as
an implementation for a Continuous Integration environment. However, a
lot of projects that we engineer are .NET-based (VB.NET or C#). While
compiling the majority of these projects in