teamcity

My Tomcat re-deploy fails when using Teamcity

I'm using Teamcity to run CI which works great, apart from one thing: when my webapp is deployed to the web container (Tomcat 5.5) after a few times Tomcat runs out of memory. This is something that you see in development as well, but it's not such a huge problem since then you can restart manually any way - with CI it's all automatic wh...

Why does Nant driven MsBuild compile to different directory on different machines?

I wrote a Nant script that executes MSBUILD.exe to compile a project on my dev machine. On my dev machine, the projects builds its output to bin\x86\Release and my Nant script zips up the contents of that directory. I then commit everything to SVN and let TeamCity run the Nant script that executes MSBUILD.exe to compile the project and z...

Problem with TeamCity plugin in Eclipse

The problem is this: The "Remote Run" option is always grayed out. Anybody know how to fix this? I have made changes to two files, and want to run them, but the plugin won't let me. The same things works fine in IntelliJ, but I really prefer Eclipse, and I'd like to get this working. ...

TeamCity - How to create an installer package?

I'm pretty new with TeamCity but have 2-3 years experience with CC.NET-t. I'm familiar with MSBuild but maybe TeamCity has other ways to build things. I see that TeamCity has a nice UI and great plug-in framework. But I have no idea how can I configure an installer package build. My questions: I've checked out the source and built th...

Where do you set up email settings in teamcity?

I am VERY new with teamcity so please bear with me I set up an email notifier to let me know when a build has failed, but TeamCity is reporting the following error: Failed to send email notification via SMTP server mail, due to error: Unknown SMTP host: mail; nested exception is: java.net.UnknownHostException: mail For the...

TeamCity and JIRA ?

Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation on JetBrains website that talks about issue-tracker integration. FYI: I heard that TeamCity is coming out with their own tracker called Charisma. Is that true? ...

TeamCity users: a few questions

These questions are for TeamCity users only 1) Is it possible to configure TeamCity to extract build artifact information based on your own your regular expressions? This is exactly what Pulse does here 2) Does TeamCity integrate with any task/bug tracking tool? like JIRA? 3) This question is for people who run static code analyzer on...

How do I get the Gallio MSBuild task to find my specific Gallio executables

I am trying to get Gallio to be called from MSBuild in a TeamCity build configuration. The Agent/Server for TeamCity does not have Gallio installed but I do have a distribution of Gallio in my source tree. I am using MSBuild to do the actual build of the project. How can I tell the Gallio task to use the Gallio executables that are i...

Nant build fails - but only in TeamCity

Hi I have a nant build file set up which works fine from the cmd line but not in TeamCity. I've checked that the comand I execute is run from the same directory TC is working in and checked all the references but it still fails with the following error: [build] Compile the project using Debug configuration... [10:30:05]: [build] msbui...

Flex, Ant and TeamCity

Is anyone using TeamCity for building their Flex apps? We're using .Net for our main site code and backend flex data calls and we use flex for our application. I have a working Ant build script, but I can't get it to run with the TeamCity Ant Runner. I'm curious if anyone has gotten this working and if they have, could I potentitially se...

HowTo: Teamcity + GitHub

Has anybody successfully configured Teamcity to monitor, extract, and build from GitHub? I can seem to figure how where and how to configure the SSH keys for Teamcity. I have Teamcity running as a system service, under a system account. So where does Teamcity stash its SSH configuration? EDIT To get this to work, I needed to stop th...

Team City and MSBuild: copy files to another computer why dosen't it work?!?!

Hi all, I'm using TeamCity 4 to do CI with MSBuild. My problem is that when I try to copy file to the QA server, the msbuild fails, but if I change the script to copy locally it work. I've tried mapping the remote share as a local drive and still it doesn't seems to work. This is my task on MSBuild: <Exec Command="$(BATCH_PATH)deploy_D...

Error when trying to build asp.net mvc web application with TeamCity

I have an Asp.Net MVC Web Application that I am developing. I have TeamCity installed on my development workstation, and have been running CI builds on. All has been working fine. I'd like to move TeamCity off of my machine, and onto the new dev/build server that was just delivered. I do not want to install Visual Studio onto the build s...

Running UI automation tests on build server

We use UI Automation and Nunit to create tests UI tests for WPF application. We've created tests that work fine when you run them from a local machine. Those tests never run successfully on our build server (using TeamCity). Build always hang after opening application window. But if I am logged in (remote desktop), on our build server al...

Which Continuous Integration tool are you using?

Duplicate: Continuous Integration Cruise Control .NET alternatives? I'm planning to start Continuous Integration where I work. I used to use TFS in my previous workplace and before that CruiseControl.Net and before that we wrote our own CI server. I was wondering what tools are other people are using and why? I'm mainl...

How to setup TeamCity under IIS?

Any ideas? ...

Continuous Integration Server Setup: From Dev to Production

We are in the process of re-configuring our server environment, from Development to Production. All servers will be Windows 2008 servers running as VM's. We will be using TeamCity for Continuous Integration and SubVersion as our Version Control System. After reading some of the recommendations, here is what I am planning on going with...

How to ensure team city build configurations for same project to run in a specific order?

Hi, My setup: One project with two build configs ("ci" and "reset dbs") the "ci" is just a regular ci build of the project the "reset dbs" uses the same VCS but only triggers builds in the "common\database" folder (runs reset of the databases required for the tests) (trigger pattern: +:Common/Database/**) Now - I would that when I c...

How do I setup Teamcity to work with SQL Server 2005 Express?

Is this possible? I've followed the instructions from here (http://www.jetbrains.net/confluence/display/TCD4/Setting+up+an+External+Database#SettingupanExternalDatabase-MicrosoftSQLServer2005) but I keep getting an 404 Error when trying to access Teamcity. I've used the following syntax to configure jTDS: connectionUrl=jdbc:jtds:sqlser...

NCover on 64 bit - CorFlags fix - corflags : error CF008 : The specified file does not have a valid managed header

I'm trying to apply a fix to allow NCover v1.5.5 to run on Windows Server 2008 X64 via my TeamCity Continuous Integration server as outlined on this blog: http://abdullin.com/journal/2008/6/6/how-to-run-free-ncover-on-a-64-bit-machine.html Here is my log: [09:47:04]: run-unit-tests: [09:47:04]: [echo] Running NCover: tools\ncover\NCov...