0
votes
2answers
13 views
Cruise Control - Parent / Child projects
Hi all,
I am using cruise control to constantly check my projects and so far it appears to be working better than continuum except for some minor issues.
If I have a project that depends on several …
2
votes
4answers
55 views
Client/server project structure, folder structure, build files, etc.
I'm writing a client and server application. Right now I've just been developing it on my own, so I have written it as one Eclipse project, organized into Java packages (org.myorg.server, …
2
votes
6answers
64 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 …
2
votes
6answers
63 views
How to keep Subversion and a remote server (via FTP) in sync?
We are having a hard time keeping Subversion and FTP in-sync. Sometimes we forget to commit changes and just push them to the web server, we have .svn folders scattered throughout our web server, some …
0
votes
0answers
14 views
Cruise Control - Maven Reports
Hi all,
I have been using ci for a little while now to at least automatically run unit tests. I used to use continuum and I remember the configuration was much simpler and I could more easily view …
1
vote
2answers
80 views
+100
Continuous Integration and App Engine
Are there any Continuous Integration tools that will run on Google App Engine?
7
votes
1answer
84 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 …
2
votes
3answers
56 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, …
2
votes
0answers
15 views
TeamCity SVN Checkout Failing Due to File Locks
This is my first TeamCity project, and I am having an issue with SVN checkout.
Here are my settings for the SVN checkout from within TeamCity:
VCS Checkout Mode - Automatically on Agent
Checkout …
1
vote
1answer
46 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 …
1
vote
2answers
49 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
33 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
2answers
39 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 …
0
votes
1answer
13 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 …
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 …
