Tagged 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. Additionally, there is a contribution project called NAntContrib, adding support for additional .Net tools (FxCop, NGen, GacUtil, Wsdl, XSD, MSBuild) and systems like PVCS, StarTeam, Visual SourceSafe, Surround SCM and Microsoft BizTalk.
85
votes
12answers
9k views
Nant or MSBuild, which one to choose and when?
I am aware there are other nant and msbuild related questions on stack overflow, but I could not find a direct comparison between the two and so here is the question.
When should one choose Nant over ...
31
votes
15answers
5k views
best .net build tool [closed]
Possible Duplicate:
Nant or MSBuild, which one to choose and when?
What is the best build tool for .net. I currently use nant but only because I have experience with ant. Do people prefer ...
28
votes
7answers
9k views
Building .NET 4 projects with Nant
How do I get nant to build projects that target the .NET 4.0 Framework?
25
votes
18answers
4k views
Should I switch from nant to msbuild?
I currently use nant, ccnet (cruise control), svn, mbunit. I use msbuild to do my sln build just because it was simpler to shell out.
Are there any merits to switching my whole build script to ...
18
votes
7answers
3k views
Is nAnt still supported and suitable for .net 3.5/VS2008?
I am using MSBuild to build my stuff. I want to use CruiseControl.net as by Build Server.
Now, CCNET refers nAnt a lot, but it looks as if ccnet can do most of the stuff nant could do through the ...
15
votes
4answers
3k views
Is there a way to dynamically load a properties file in NAnt?
I want to load a different properties file based upon one variable.
Basically, if doing a dev build use this properties file, if doing a test build use this other properties file, and if doing a ...
14
votes
7answers
8k views
Generating HTML documentation from WSDL
What are your approaches to generating some sort of human-readable documentation from WSDLs?
In the past I've used WSDL viewer (by Tomi Vanek) (see my blog post about integrating it into NAnt) and I'm ...
14
votes
6answers
6k views
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 projects versus running DevEnv.exe from the command-line?
A colleague I had worked with in ...
13
votes
6answers
3k views
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 they are converted.
Once converted, the .vbproj files have changed from this in ...
10
votes
3answers
3k views
MSBuild 2010 - how to publish web app to a specific location (nant)?
I'm trying to get MSBuild 2010 to publish a web app to a specific location.
I can get it to publish the deployment package to a particular path, but the deployment package then adds its own path that ...
9
votes
2answers
128 views
What is a good practise for building software patches?
I recently took charge of a software product which was evolved rather unorganized and I have established a new project structure,a source code repository, issue tracking and a buildsystem using nant ...
9
votes
6answers
896 views
.NET Dependency Management and Tagging/Branching
My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET ...
9
votes
7answers
725 views
Build Process - What to use?
I'm considering writing my own delivery code using PowerShell and/or C#, maybe shelling to NAnt or MSBuild.
Why should I not go this way? Is this such a really hard
endeavor compared to using NAnt ...
9
votes
6answers
1k views
NAnt Alternatives
I've been using NAnt for a while but it seems to be overly complex for what I need. I was wondering if there are any alternatives around for building C# projects?
9
votes
4answers
2k views
echo message with new line in nant
Does anyone know how to output a message using echo with a new line character, in the ant world i used ${line.seperator}, but i dont see any related property in Nant, nor any of the functions provided ...
9
votes
4answers
2k views
How do I use Nant/Ant naming patterns?
I have to admit that I always forgot the syntactical intracacies of the naming patterns for Nant (eg. those used in filesets). The double asterisk/single asterisk stuff seems to be very forgettable in ...
8
votes
1answer
5k views
<msbuild> task or msbuild.exe with NAnt?
It looks like there are (at least) two options for getting nant to use csproj files: using the task of NAntContrib or using msbuild.exe directly (e.g., codecampserver). Am I reading this right, and ...
8
votes
3answers
3k views
NAnt or MSBuild, which one should I use in an svn environment?
I have a C# project for which I need to automate the build and I am trying to choose between NAnt and MSBuild.
Which one should I use?
Which one has better functionality, including support for svn?
...
8
votes
2answers
2k views
is it possible to make nant run a publish on web application project
is it possible to make nant run a publish on mvc project or a good old web application project
and after the publish make nant FTP the files to the web server
UPDATE: found the solution to the ftp ...
8
votes
5answers
5k views
NAnt and VS2008 (.NET 3.5) - Solution format of file Solution.sln is not supported
I'm trying to get NAnt 0.86b1 running with VS2008 SP1 and x64 XP.
I have a basic build file (below) which gives the error
Solution format of file 'Solution.sln' is not supported.
<property ...
8
votes
3answers
4k views
CruiseControl.NET view NUnit xml test result when Nant build file executes NUnit
I have a Nant build file which executes NUnit after compiling the dll's. I am executing the NAnt build file with a task in CruiseControl. So NAnt is running the tests not CruiseControl.
How do I ...
8
votes
1answer
581 views
NAnt best practices
I have here 300 lines long NAnt file and it is quite a messy. I am wondering if there is a any style guide for writing NAnt scripts and what are the best practices for doing so.
Any tips?
8
votes
10answers
1k views
Automated Builds
I currently use subversion for my version control via AhnkSVN and Visual Studio. I recently started using Tree Surgeon to set up my projects. It creates a build script automatically using NAnt. I ...
7
votes
4answers
163 views
Is it possible to build a sitecore data package from command line, or outside of a web context? i.e. using nant
The Sitecore package wizard can be used to build a package containin data and files for the local sitecore instance.
Is it possible to build a sitecore package (items only, files are not required) ...
7
votes
1answer
143 views
What are the benefits of using NAnt instead of MSBuild?
Cursory reading about both tools leads me to believe they do similar things: manage build tasks which means they do operations that support taking source inputs and ultimately producing runnable ...
7
votes
2answers
278 views
NAnt: executing NCover as administrator account - runas returns directly without waiting
My NAnt build runs as a non-admin as part of CruiseControl. But we have an NCover task which needs to run as an Administrator. For this we are thinking about using RunAs with an admin account.
The ...
7
votes
3answers
252 views
Is there a pre-made Continuous Integration solution for .NET applications?
From my perspective, we're constructing our own 'flavour' of NAnt/Ivy/CruiseControl.Net in-house and can't help but get the feeling that other dev shops are doing exactly the same work, but then ...
7
votes
6answers
998 views
Why would I want to continue to use Nant when MSBuild is available?
I have seen the prior questions and answers. In that one question, the original poster asked a followup question:
what are the compelling reasons to use msbuild? are there cons?
I didn't see ...
7
votes
5answers
2k views
subversion/cruise control/nant/nunit with visual studio projects and solutions
I work in a team of 2 developers and currently we use VSS and have no continuous integration or daily build and few Unit tests.
I'm looking to change our source control to Subversion and at the same ...
7
votes
1answer
2k views
How can I use Nant's xmlpoke target to remove a node
Given the following xml:
<rootnode>
<childnode arg="a">Content A</childnode>
<childnode arg="b">Content A</childnode>
</rootnode>
Using XMLPoke with the ...
7
votes
4answers
931 views
Dealing with passwords in NAnt build script
Is there a way to prompt the user for input during a NAnt build? I want to execute a command that takes a password, but I don't want to put the password into the build script.
7
votes
3answers
1k views
Nant : change file permission
I have an ASP.NET application.
Basically the delivery process is this one :
Nant builds the application and creates a zip file on the developer's computer with the application files without SVN ...
7
votes
5answers
406 views
Clean builds in continuous integration
We use a CruiseControl.Net/NAnt/Subversion stack for CI. Doing a fresh checkout for every build is way too time-consuming, so currently we just do an update on a working copy. However, this leaves the ...
7
votes
2answers
1k views
Building Flex projects in ant/nant
We have a recurring problem at my company with build breaks in our Flex projects. The problem primarily occurs because the build that the developers do on their local machines is fundamentally ...
7
votes
3answers
13k views
How do I publish a Asp.net web application using MSBuild?
I am trying to publish an Asp.net MVC web application locally using the NAnt and MSBuild. This is what I am using for my NAnt target;
<target name="publish-artifacts-to-build">
<msbuild ...
6
votes
3answers
2k views
How to integrate NAnt with Visual Studio?
I'm just trying to get into NAnt for my build processes, and successfully have a script that sets up a build dir, and compiles a sln file into it. My question now is, on a day to day basis how would ...
6
votes
6answers
3k views
Why is Nant not working with TeamCity?
I have nant set up to build my ASP.NET MVC project and it works fine locally. I add nant to a tools folder and add it to version control. TeamCity picks up my changes and starts the build but it ...
6
votes
8answers
327 views
Is there a dynamic language based .NET build tool?
I might be starting a new project in .NET soon, and would prefer not to use an XML-based build tool like Nant or MSBuild. I like Rake, but I'm thinking it may be better to have something based on a ...
6
votes
2answers
517 views
Is there a NAnt task that will display all property name / values?
Is there a NAnt task that will echo out all property names and values that are currently set during a build? Something equivalent to the Ant echoproperties task maybe?
6
votes
1answer
2k views
How to run NUnit v2.4.8 tests with NAnt 0.86 beta?
I tried recently to use NAnt (beta 0.86.2962.0) to run some unit tests compiled with the last stable version of NUnit (v2.4.8) without any success.
The error I get is the following :
[nunit2] ...
5
votes
2answers
339 views
Is NAnt in the dead pool?
I know NAnt sees frequent use (well, I always use it for my CI builds) but there has been no new official release since December 2007. Is the project receiving active development any more or is it ...
5
votes
2answers
3k views
Nant msbuild task with .net 4.0 rc
How do I need to indicate to the msbuild task in my nant script that it should use .net 4.0 rc?
5
votes
3answers
842 views
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 few days with 'copy & paste' operations each time that I recompile my project, I ...
5
votes
3answers
822 views
How to use mercurial from nant
I have a little private Google code project. For a SCM I use Mercurial. And for the local build i would like to use nant.
So basically:
I would like to download my source files from a known ...
5
votes
5answers
855 views
Setting debug=false in web.config as part of build
Is it possible to instruct the aspnet_compiler to set debug=false in the web.config?
My intention is to automate this as part of the nant build process. I am open to suggestions other than xml ...
5
votes
5answers
3k views
How do I pass build number from Nant back to Cruise Control
I have a Nant build script which CruiseControl uses to build a solution on-demand.
However, we only recently got CruiseControl so our official build number is different from what is listed in ...
5
votes
1answer
3k views
Nant <copy> and maintain directory structure
How do you use the nant <copy> command and maintain the directory structure? This is what I am doing, but it is copying all the files to a single directory.
<copy todir="..\out">
...
5
votes
3answers
986 views
NAnt and dual platform build - best way to build on Windows AND Mono/Linux
I'm new to NAnt but have some experience with Ant and CruiseControl.
What I want to do is have my SVN project include all tools needed (like NUnit and Mocks etc) so I can check out onto a fresh ...
5
votes
4answers
2k views
Using MBUnit in TeamCity
I'm compiling a NAnt project on linux with TeamCity Continuous Integration server. I have been able to generate a test report by running NAnt on mono thru a Command Line Runner but don't have the ...
4
votes
6answers
103 views
Automated Deployment using CI server
In our project, deployment is always a pain, mostly because of the mistakes done by the release management team. Either they screw up the configuration or get the wrong version installed somehow. We ...