nant Questions

4

Solved

I have a web application that needs to be built using a nant script. All the projects in the solution build fine but for this error that crops up each time at the end of the build. I couldn't find ...
Carmella asked 29/9, 2010 at 13:1

4

Solved

I need to build a solution, but exclude one project. How should I do it? I searched a lot about this issue, but nothing could help. An ItemGroup section rises the following exception: Invalid elem...
Ozieozkum asked 19/3, 2012 at 22:31

4

Solved

After downloading Nant 0.91, I'm getting some rather cryptic configuration errors relating to configuration or security (see below). I'm trying to simply upgrade my Nant executables from 0.86 to ...
Montagna asked 22/12, 2011 at 14:13

3

Solved

I am simply trying to run NANT with resgen, but I can't seem to find what I need to download to have it available in 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe' on my serve...
Endor asked 14/3, 2011 at 17:32

4

Solved

I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or use Dark to creat...
Fluttery asked 8/10, 2009 at 14:11

2

Solved

Given the following xml: <rootnode> <childnode arg="a">Content A</childnode> <childnode arg="b">Content A</childnode> </rootnode> Using XMLPoke with the fol...
Arraign asked 11/2, 2009 at 17:57

3

Solved

I am doing automation in my company. We are a C# workshop. Currently I am working on automated build. NANT is flow control tool. While NANT is not actively developed (last binary released on June ...
Wasson asked 30/11, 2016 at 14:10

3

Solved

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 wor...
Luisluisa asked 28/10, 2010 at 8:45

2

Solved

We're using Nant 0.91 so <choose> is not available. How would you do an IF/ELSE in Nant 0.91? I would like to do something like (using NAnt 0.92 syntax) in NAnt 0.91. [I am not allowed to mod...
Democritus asked 22/9, 2015 at 14:18

5

Solved

Total newbie question. I am trying to run a Nant script on a build server (very basic script, not doing anything), and it's failing with the error System.Security.SecurityException: Request for ...
Overcast asked 15/9, 2010 at 14:38

6

Solved

I am just getting started using NAnt. I was working from a tutorial, and just trying to set a target to clean my solution on build. My Visual Studio Solution structure is as follows: Solution Fol...
Ophthalmology asked 16/4, 2009 at 11:34

14

Solved

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 N...
Himalayas asked 24/1, 2009 at 15:39

7

Solved

Can we use MSBuild without Visual Studio 2012? Currently, we have a build server where we are compiling and creating deployment copy of one of our projects, it has Visual Studio Professional Editi...
Samsara asked 30/6, 2014 at 5:45

4

Solved

I've looked at several other SGen-related questions on here and either their answers don't apply or their answers don't fix this for me. I have installed several SDKs to fix this issue with no luck...
Protoplast asked 8/4, 2010 at 17:4

5

My MVC 3 project is building successfully in my development machine with Visual Studio 2010 + MVC 3. In the build server, VS2010 is not used and I've installed 'ASP.NET MVC 3 Tools Update'. I've al...
Edmundoedmunds asked 28/12, 2011 at 12:53

7

Solved

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?
Interfluent asked 10/6, 2009 at 6:54

3

Solved

I have an NAnt task "ship" to package my current .sql scripts into a build, then name the build with an incrementing int {######} and copy it to a build folder. I have another NAnt task which exe...
Hortensiahorter asked 24/2, 2010 at 17:26

8

How do I get nant to build projects that target the .NET 4.0 Framework?
Harmless asked 1/8, 2009 at 3:7

6

Solved

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. W...
Kreda asked 17/1, 2012 at 22:13

10

Solved

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) and I'm happy with the results, but I'm interest...
Orff asked 26/3, 2009 at 14:45

8

Solved

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 provi...
Loretaloretta asked 9/6, 2009 at 13:19

2

Solved

With NUnit, if you add Debug.Print statements in your tests they appear in the test output. (At least they do in the ReSharper unit test window.) When using a NAnt build file that executes the same...
Heaveho asked 24/10, 2012 at 12:58

4

Solved

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 ma...
Jayson asked 28/8, 2008 at 11:35

4

We use NAnt extensively for our build system. Recently, I've written a couple PowerShell Cmdlets to perform a few database related things. At first, the intent of these Cmdlets was not to necessari...
Jeanettajeanette asked 12/8, 2009 at 18:44

2

I need to do a simple addition in NANT program like 1 + 1 =2. I am finding it difficult as every variable is taken as string by default in NANT. I have also tried using int::parse but it did not wo...
Helvetia asked 27/5, 2009 at 12:24

© 2022 - 2024 — McMap. All rights reserved.