Top "Nant" questions

NAnt is a build tool for .Net, aiming to support all the various versions of the .Net framework, including all versions of Microsoft .NET, Compact Framework and Silverlight, Mono and Moonlight.

Networked drive in purgatory after `net use` start-up script

I have a BAT file that runs on startup via the group policy on an internal server. The BAT executes …

networking command-line nant network-share
How to replace string in a file using NANT?

I am trying to replace the occurance of a string in a wxs file using Nant. I have only found …

nant
What is nAnt, and how it can be useful to me as a C# developer?

I'm always compile my project, and copy the dll's from the dependency projects to the UI bin folder. after a …

c# .net visual-studio-2008 nant
Advantages of using MSBuild or NAnt versus running DevEnv.exe from command-line

Can anyone explain what advantages there are to using a tool like MSBuild (or NAnt) to build a collection of …

msbuild build-process nant
TeamCity: Failed to detect target in MSBuild project

I have some problems with the TeamCity MSBuild replacement I think. I've tried to compile a Delphi 2010 Project (MSBuild compliant) …

msbuild continuous-integration nant teamcity
How to Set the Working Directory in NAnt?

I am just getting started using NAnt. I was working from a tutorial, and just trying to set a target …

visual-studio build-process build build-automation nant
How to specify MSBuild version in nant script?

I have a nant script that in one of its targets uses the msbuild tags to build a Visual Studio 2010 …

msbuild nant msbuild-4.0
Problems upgrading VB.Net 2008 project into VS2010

I have been upgrading several different VS2008 projects into VS2010 and have found a problem with VB.Net projects when …

visual-studio-2010 continuous-integration nant
Evaluating property equality in Nant

In my Nant script I would like to compare a property value to a known string. After reading the Nant …

build-process nant
MSBuild vs nant

We were using nant for building our project (10+Class Lib) and a Web Site which was based on the ASP.…

msbuild nant