nant Questions

4

Solved

I'm interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use diff...
Kirakiran asked 13/11, 2009 at 17:7

7

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...
Hyperion asked 26/9, 2008 at 21:54

1

Solved

We are currently using CruiseControl.NET with NAnt 0.85 build scripts and while everything is working well, the log files are a little too verbose for my liking. In particular, when deleting folde...
Rodriques asked 7/10, 2009 at 13:6

2

Solved

I have a NAnt-based script which that I run on my local PC that connects to SQL Server 2008 Express also running on my local PC to drop and recreate databases using .sql files - this works fine, no...
Soso asked 26/9, 2009 at 20:22

2

Solved

I have various settings in my ccnet.config file and wish to pass them to my build file in order to keep these constants in one place. How do I do that?! Thanks, Anders, Denmark
Countdown asked 11/9, 2009 at 8:27

7

Solved

I'm new to NAnt and have been able to create a <target> which 1) Deletes any code from the current folder 2) Exports fresh code from SVN 3) Builds the code in the default directory which i...
Holds asked 25/2, 2009 at 20:19

3

We were using nant for building our project (10+Class Lib) and a Web Site which was based on the ASP.NET 2.0. Recently we are in the process of moving towards the ASP.NET 3.5. I searched in the net...
Apophyge asked 29/6, 2009 at 14:36

2

Solved

I'm in the process of writing a custom task for NAnt. I've been basing how I write the code based on some examples I've found on the Internet and by looking at the source of some other tasks for bo...
Sashasashay asked 19/5, 2009 at 11:49

6

Solved

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...
Antilogism asked 26/9, 2008 at 19:30

1

Solved

In my build script how can I set a destination for NAnt's log messages? Idealy I'd like to just specify a file path. Then, on each build, NAnt would overwrite this file's contents with its message...
Hermon asked 26/4, 2009 at 18:43

3

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 sv...
Magnetics asked 17/4, 2009 at 2:21

5

Solved

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 sa...
Sholes asked 3/3, 2009 at 14:0

6

Solved

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 ...
Instantaneity asked 28/3, 2009 at 23:40

5

Solved

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 par...
Pauli asked 24/3, 2009 at 16:5

3

How can I call a batch file inside a nant script??? (Maybe having a target that calls the batch file).
Hixon asked 10/3, 2009 at 18:7

2

Solved

We are about to setup a cruise control.net with and NAnt and TFS, do I need visual studio 2005/2008 with team explorer installed or can I make this work with just the free Team explorer client
Proctology asked 20/3, 2009 at 14:26

5

Can we use nant to build .sln files in C#?
Retentivity asked 9/3, 2009 at 17:50

3

Solved

I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and I'm getting this error "Solution format of file 'C:\test\Project\src\project.sln' is not supported." Any Solution to overcom...
Reprove asked 8/1, 2009 at 22:4

2

Solved

I would like to modify the string in a .h file with NAnt before building the solution. There is a macro in .h file: #define SERVER_ADDRESS "www.customserver.net" and I would like to modify the str...
Scathing asked 28/1, 2009 at 12:32

3

Solved

I've never used an automated build system - to be honest, I've never had a use for it since I work as a solo developer (not by choice) and do development only on my workstation, so using the Build ...
Anhydrous asked 13/1, 2009 at 14:35

2

Solved

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...
Prudish asked 10/1, 2009 at 12:26

5

Solved

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 Crui...
Bronwynbronx asked 6/11, 2008 at 11:0

3

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...
Twitty asked 29/11, 2008 at 17:22

6

I've seen a few examples on how to do build deployment, however I have something unique that I'd like to do: Deploy the build to a folder that has the build number (eg. Project\Builds\8423) Alter...
Gallaway asked 1/10, 2008 at 7:34

10

Solved

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 w...
Contrasty asked 31/8, 2008 at 2:9

© 2022 - 2024 — McMap. All rights reserved.