On windows systems, certain dos commands don\'t have executables that can be explicitly called via NAnt\'s exec task. (I\'m talking specifically about commands that are part of Command.com)
I\'m trying to integrate Robot Framework (an acceptance testing framework) with TeamCity. In order to do this it needs to send messages to the console output which开发者_JAVA百科 TeamCity will then re
We are running Cruise Control 1.5.7256.1 and using it to do builds开发者_运维知识库 using Nant and Nantcontrib. The builds are failing and succeeding correctly, but when they fail the related error me
The NAnt task for copying files allows you to specify a filterchain that modifies the files as they ar开发者_如何学编程e copied, and this is usually used for replacing tokens in a template file with s
I have the following code in a nant build script: <project name=\"fgs\"> <property name=\"build.dir\" value=\"build\"/>
I\'m working on a mainly Java based project, that also has a couple of components written in C++. The project is currently built using Ant scripts which invoke Nant to build the C++ components.
We are using TeamCity v4 and NAnt for continuous integration builds on a server in our work area. We would like t开发者_如何学编程o have the build server play an mp3 or wav file when the build fails.
I can\'t seem to get NAnt to abort my build when it encounters an error.Here\'s one of many sqlcmd.exe executions:
Hopefully it covers most common targets while factoring in MSBuild, web deployment, source control checkout, configuration management (config files for multi开发者_如何学运维ple env)and Hudson.General
In my .csproj file (C# project file) 开发者_开发百科OutputPath is set as in the following: <PropertyGroup Condition=" \'$(Configuration)|$(Platform)\' == \'Release|x86\' ">