Tagged Questions

1
vote
2answers
252 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
61 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
31 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
156 views

build failed executing nant

Hi all. 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 …
0
votes
2answers
979 views

visual studio post-build script error calling gacutil.

I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this: if NOT …