Tagged Questions

3
votes
2answers
65 views

Nant build script IDE

I work on project where is huge Nant build script. Could you advise free Nant build script IDE?
1
vote
2answers
125 views

ftptask on nant 0.85

how do u upload files to a fpt server in nant? i used the following code but it says that attribute server is unknown. <ftp server="ftp.server.name.com" userid="user" ...
1
vote
2answers
215 views

Can I tag in Apache Subversion with NAnt?

I need to build multiple environments and tag them in Apache Subversion using a NAnt script. Is there a way that I can use NAnt to create the tags in Apache Subversion with a variable I supply?
1
vote
2answers
442 views

Calling C# code inside a nant build script - time impact?

I have a section of C# code within my nant build script that runs and updates the console window's title with any message that I want, which is this (and runs perfectly fine): <script ...
1
vote
2answers
655 views

How do I determine what target is calling my current target in Nant?

I'm not even sure if my question is worded right...but I'll try to explain what I'm struggling with at the moment. I'm not highly experienced with this so forgive me if my explanations aren't the ...
0
votes
1answer
130 views

How do I unzip a .zip file in a remote directory using NAnt ftp task?

I have a zip file in my ftp server. Is there any way to unzip it using NAnt? Here is a sample code of what I would like to do: <ftp connection="liveAuditToolConnection" remotedir="/remotedir"> ...
0
votes
2answers
120 views

Building Flex with Nant?

I'm wondering if I'm barking up the wrong tree here. Is it possible to replace an Ant build script used for building Flex projects with a Nant build script? Specifically, it doesn't seem like there ...
0
votes
1answer
351 views

TeamCity 4.5 not recognizing trycatch element in nant script

Our team recently upgraded to TeamCity 4.5.4 but we're having trouble with TeamCity running our nant build scripts. We now get an error message saying: Invalid element <trycatch>. Unknown task ...
0
votes
1answer
136 views

Why does processing multiple individual targets take longer when Nant is directed to process them from a single target?

I have a nant build script that specifies the compilation of various Visual Studio solution files. <target name="compile.solution1" description="Compiles solution 1"> <msbuild ...
0
votes
4answers
505 views

build failed executing nant

I've got a nant build script (.86 beta) and it is telling me this: BUILD FAILED Failed to initialize the 'Microsoft .Net Framework 2.0' target framework. The process cannot access ...