nant

Windows Mobile device states that the assembly System.Windows.Forms 2.0.0.0 cannot be found.

I am a newbie to .NET programming and I'm trying to create a simple Windows Forms application for a Windows Mobile device using the .NET Compact Framework 2.0. I develop using Boo and using Nant to build my application. My application compiles but it won't run. When I launch the application on my devices it states that the assembly Syste...

Replace default Nant task by different one

I want to redefine copy task from Nant without changing my .build configuration files. Is it possible in nant? Msbuild has: <UsingTask TaskName="SGen" AssemblyFile="Tools\Extensions.dll"/> which can do that. I wrote my copy task by don't know how to override it globally during nant script execution. ...

NUnit 2.4.6 unable to find log4n 1.2.10 when launched from NAnt 0.91-alpha2

I have a .NET 3.5 web application, and I am adding Silverlight 4. I can build and test the whole project in VS 2010. My assemblies still targets 3.5. I had to upgrade NAnt from .85 to .91-alpha2 to get the build to work at all, and I had to use an call to msbuild v4.0.30319 rather than NAnt's task. That all works now (though if anyb...

Define an Automate Build process for a Windows Application which is using SVN as a Source Control

Hi, I need some help from you guys. Let me explain you what we were doing, first: We were working on a Windows Application and all of us are integrated with Team Foundation Server. We are done with all application features so now what we are working on is the list of defects that are reported from QA. QA list all their issues on Mercu...

Mbunit v2.4 running on Gallio inside NAnt: "The test assembly setup failed"

Dear all, I'm trying to run the tests I developed with MbUnit v2 under Gallio. All from inside a NAnt script that is started via TeamCity (actually the CodeBetter installation of TeamCity). The tests run on my local machine inside the GUI Gallio Runner named Icarus, but not when the runner is in Local mode, only if I specify "IsolatedAp...

TeamCity: Failed to detect target in MSBuild project

Hi Everybody, I have some problems with the TeamCity MSBuild replacement I think. I've tried to compile a Delphi 2010 Project (MSBuild compliant) with NAnt using the MSBuild task (NAnt Contrib). Everything works fine, if I do it without TeamCity on the console. If I try it with TeamCity, I get the following error message: Failed to ...