teamcity-5.1

Is it possible to use an Idea 9 Android module in a Teamcity IPR runner?

As per my question here... http://www.jetbrains.net/devnet/message/5261667#5261667 Is it possible to use TeamCity with an Idea 9 project project that has 3 .iml modules where 2 are Java based and 1 in an Android module? ...

Python : get all exe files in current directory and run them?

Hey all, First of all this is not homework, I'm in a desperate need for a script that will do the following, my problem is, I've never had to deal with python before so I barely know how to use it - and I need it to launch unit tests in TeamCity via a commandline build runner What I need exactly is : a *.bat file that will run the sc...

Team City build fails after upgrade to VS 2010

Hi All, I have a project that currently compiles happily on my dev machine using VS 2010 (presumably using MSBUILD v4.0), but it fails under MSBUILD v3.5 in Team City (running on a VM based on Win 2003 server w/ .NET 2, 3.5 and 4 installed). This project is newly upgraded to 2010, and is now failing on the CI build. I've Googled this an...

TeamCity build agent continually "Unable to start upgrade: Connection reset"

My TeamCity agent is contniually trying to download upgrades from the TeamCity server. It always downloads the files, then fails to start the installation, with the error: WARN - jetbrains.buildServer.AGENT - Unable to start upgrade: Connection reset My server is running at http://localhost:9912 How do I stop this endless cycle? ...

Problems using teamcity command line to perform ssh remote login

I was wondering if anyone has tried using teamcity's command line builder to perform ssh remote login. Right now, I would like to automate some testing on a QNX neutrino OS which is currently unsupported by teamcity. As a work around, I setup a ssh server on the target qnx machine so i could ssh and sftp the executables in. Firstly, t...

FxCop and Teamcity: Doesn't show code or code-lines

I am trying to use the FxCop build runner in TeamCity (5.1.2) and while I get the analysis output, the errors all show '0' for the code line link and I can't open anything in the IDE using that link. I am assuming (since I have not been able to get any further) that I should be able to see the offending lines of code. Currently, I have...

msbuild and updating files in tfs

I need some help to create a msbuild script. We are using TeamCity 5.1.2, VS2010 (.net 4.0) and TFS in our environment. We have a "SharedLib" folder in tfs where we put those dll's that are used by multiple projects. What we do is that we have a database project that handles db access and when we build that, a post build event copies ...

TeamCity command line build runner: How to make the build fail?

We're using TeamCity's command line build runner to call a bat-file. The bat-file builds our solution by calling the Visual Studio 2008's "devenv.exe" and then it executes the unit tests and creates the correct folder structure. What we would like to do is to stop executing the bat-file if the call to devenv fails and make the TeamCity...

MSBuild, clear out multiple files in a project

I am getting the following error when trying to clear out files within my project LC error LC0000: 'Could not find file 'E:\CI\BuildServer\RMS-Transition\Group\dev\Controls\Properties\licenses.licx'.' My MSBuild task looks like this... <Target Name="ClearLicenseFiles"> <ItemGroup> <LicenseFiles Include="..\**\*.licx"/> ...

Exclude file types in teamcity artifacts

Hi, I'm just about to setup teamcity for the first time on my own. Very nice and simple in most ways I have to say. However, I have one issue that I haven't manage to solve and find any information about. When I wanna publish my artifacts I want to exclude some file types. example: %system.agent.work.dir%\trunk\Source\Projects\Webp...