[NAnt-users] FxCop and return

2006-07-19 Thread Darren Gage
Title: FxCop and return Hi, I run FxCop via the command so I am sure to run the same Command Line  version we do when running FxCop through Visual Studio.  The Task is below:                                                   

[NAnt-users] Compiling VC++ 6 Project

2006-06-25 Thread Darren Gage
Title: Compiling VC++ 6 Project Hi, Can anyone tell me the easiest way to compile a VC++ 6.0 Project. I.e. using Visual Studio project file, StructuredPrototype1.dsp I've tried: 1 - using  devenv.  But this gives me message dialog  stating "Projects generated by a previous version of

[NAnt-users] Unit testing and Code coverage of ansi C code

2006-04-19 Thread Darren Gage
Title: Unit testing and Code coverage of ansi C code I've currently implemented a continuous integration process using NAnt, NUnit and NCover for our .NET applications (C# source code). Is there a means of doing the same thing (unit testing and code coverage) for C code using NAnt? Thanks