1
vote
6answers
46 views
Speeding up integration tests that rely on an Oracle DB
We have an Oracle database server specifically for our unit tests to run against. Is there a way to tune Oracle specifically for this kind of purpose? As the data is constantly being thrown away …
1
vote
1answer
33 views
Best practices for versioning Hudson settings
We're using Hudson continuous integration server frequently on projects. But Hudson seems lacking of proper versioning of the jobs configuration.
A few times, this has lead to problems: Somebody …
2
votes
3answers
50 views
Heavy use of TortoiseSVN / Subversion locks NT User account
Strange one this, which isn't programming related directly, but I thought it important to ask here instead of ServerFault.com, as it is directly related to TortoiseSVN/Subversion usage.
Basically, …
7
votes
1answer
81 views
Infrastructure required for TDD?
Hi all,
I am 'relatively new' to unit-testing and TDD. Only more recently have I completed my first production application that has (at least in theory) 100% code coverage. I have done unit-testing …
0
votes
1answer
11 views
MSBuild Create Virtual Directory on XP (IIS 5.1)
Our process for creating a new development (get latest, setup db, setup IIS directories with permissions) environment has got a little complicated and I want to automate it.
The only bit I am stuck …
1
vote
2answers
41 views
Hudson integration with UCM ClearCase
I have a linux build machine with JBoss, UCM ClearCase and ant installed. I would like to find out how to configure a continuous integration using Hudson and Hudson clearcase plugin. Can I use an …
2
votes
1answer
32 views
Any success stories/words of wisdom from people who have moved web applications into Continuous Integration?
I'm pre-emptively marking this a community wiki because, well, it is.
I'm interested in hearing from people who have real life success stories in moving to continuous integration for a web …
1
vote
1answer
59 views
+100
Continuous Integration and App Engine
Are there any Continuous Integration tools that will run on Google App Engine?
4
votes
2answers
24 views
Can TeamCity commit the output of one build to another svn repository, thereby starting another build?
So far, I've only used TeamCity as a continuous build server. No true integration. Now, I have the need to copy the output from one shared project to two other dependent projects, and kick off their …
0
votes
0answers
18 views
trigger config transformation in TFS 2010 or msbuild
I'm attempting to make use of configuration transformations in a continuous integration environment.
I need a way to tell the TFS build agent to perform the transformations. I was kind of hoping it …
1
vote
3answers
68 views
Is it possible to build using a .NET version without ‘installing’ that version?
I would like to have in my repository as tagged or submodules the different versions of .NET like is possible with other external products nunit, ninject, rhinomocks.
ProjectX is created with .NET 3.0 …
1
vote
2answers
38 views
Can hudson be configured to continue rest of build steps if one fails?
I don't expect this to be useful in my day-to-day workflow, but when initially configuring projects for hudson there are times when I wish I could get it to try all the build steps - not just stop …
1
vote
2answers
65 views
TeamCity vs Team Build
What's pro/cons between TeamCity and Team Build and why choose one instead of the other ?
1
vote
3answers
32 views
Triggering upstream project builds before downstream project
I have the following project layout:
WAR Project A
Upstream Projects
Dependency B
Dependency C
Dependency D
I'm looking to setup A so that every time I want to trigger a build, it will first …
0
votes
2answers
71 views
Architecting a Complex iPhone Application ?
I am comming from an enterprise java development organization where we did development in nicely seperated re-usable layers. Persistency layers, Service layers, etc etc.
Now, I am looking for iPhone …
