Tagged Questions

0
votes
2answers
18 views

How can you color NAnt output?

We are looking at using NAnt as a deployment tool for our internal (usually web based) applications. One of our (many) current solutions uses colored output on the commandline to indicate if there …
0
votes
1answer
7 views

How to display the error message in console using Nant in Cruisecontrol?

Hi All, I wanted to display some error messages in the console of Cruisecontrol using Nant. Please let me know whether any other way is there rather than the task . Thanks & Regards, Priya.R
5
votes
4answers
79 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 …
0
votes
3answers
46 views

How to tell MSBuild where to put my compiled files?

Hi, I'm trying to use Nant to compile an ASP.NET MVC app, so far my build script just runs ms build and runs some other tasks, however I want my compiled files to be put in a "build" directory, how …
1
vote
4answers
29 views

How to change connection string automatically on build with Nant

Hi, is it possible to change the connection string in my web.config automatically when build type is release using Nant? if so, how? thanks
0
votes
1answer
12 views

How to echo the contents of a fileset in Nant?

Was trying to do something like this: <copy> <fileset id="mySet"> <include name="*.sql" /> </fileset> </copy> <echo message="Copied files: ${mySet} to …
0
votes
1answer
27 views

Deploy to remote server using scp in NANT script

I am trying to copy a file to a remote server using scp task in Nant.Contrib . I have used the following code to do that: <target name= "QADeploy"description="gthtyb" > <loadtasks …
0
votes
1answer
8 views

Create directory using Nant

Not sure if I'm just totally missing it but I couldn't not figure out how to create a new directory using Nant. Is there built in functionality to do this? Can I just use the command prompt? I tried …
0
votes
0answers
12 views

How to use hyphen in the Nant properties

Hi, I would like to use "en Dash"(unicode value=8211) in one of my property in the NAnt script. When i use that property the unicode value that is returning for the en dash character is HYPHEN( …
1
vote
1answer
33 views

Setting write permissions on godaddy hosting.

I have godaddy asp.net hosting. Every time I upload the build, it’s a manual laborious task of setting write permissions(to folders) through the web interface. Is this something I can automate? …
0
votes
2answers
51 views

Visual studio 2008 & nant , msbuild how we use this for automate? Is nant work for vs2008?

I am working on a windows as well as web projects. We currently use Visual Studio to build our solution using visual studio 2008. I would like to move to a more powerful build system such as Nant or …
4
votes
1answer
64 views

Is NAnt still being actively developed?

Is NAnt still being actively developed, or are there other projects that are gaining more momentum in the Automated Build space? Edit: Obviously MSBuild will continue to advance but given all the …
0
votes
1answer
39 views

Help in building nhibernate from source

I downloaded nant 0.86 beta which seems to be the latest release. Now running: nant default.build I get this error: detected nant 0.86 beta 1, consider upgrading to a newer version when building …
2
votes
1answer
42 views

nAnt Deleting files older than 7 days old

I would like to create a target that cleans log files older than 7 days old in a specific folder. I get an error when I try to put in a "date" element inside a fileset. How can I go about this? …
0
votes
1answer
17 views

How to compile VB 2005 code containing “default instances” using nant

I've got some VB code that's using a default instance of a Form. It compiles fine within VS but when I try compiling using the nant vbc task it throws this error, error BC30469: Reference to a …

1 2 3 4 5 21 next
15 30 50 per page