[Nant-users] Distributed Compilation

2005-08-24 Thread Tim Posey
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

RE: [Nant-users] Nant task Rebuild Solution.

2005-08-09 Thread Tim Posey
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

[Nant-users] Compile Warnings / CruiseControl.net

2005-07-25 Thread Tim Posey
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