0
votes
2answers
52 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 …
1
vote
3answers
15 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
1answer
20 views
Hudson build defaults
This has been a fairly long-standing problem for us with our Hudson installation, and searching around the Hudson Wiki / Issue Tracker hasn't yielded any insight to this.
The question: Is it possible …
0
votes
1answer
24 views
Gallio and MbUnit in NAnt
I am trying to use Gallio (v3.1)/MbUnit/NCover to run a unit test in my C# code, as part of the build process for my continuous integration system.
I can get Gallio.Echo.exe to execute the tests and …
3
votes
5answers
245 views
How to automate integration testing ?
Hi,
I'd like to know something, I know that to make your test easier you should use mock during unit testing to only test the composant you want, without external depedencies.
But at some time you …
1
vote
1answer
74 views
Publish CruiseControl LATEST build artifacts to a static URL
I have a Java multi-module maven project that I want to build a mvn site and javadocs and have CruiseControl publish the latest daily builds to a configured static location.
The trouble is the …
1
vote
1answer
27 views
Hudson slave serving multiple hudson masters?
Is there a way to have my hudson slaves used by multiple hudson masters?
A bit of background info:
My build guy has set-up separate hudson masters to do the deployment and testing of our solution …
0
votes
1answer
19 views
How do i setup an exteral status page in TeamCity like their standard one that won’t require me to login
We have just moved from CCNET to TeamCity for CI.
In TeamCity, I can use the ExternalStatus page/widget fine.
We run Cradiator (http://cradiator.codeplex.com) as a build radiator and notifier in our …
0
votes
2answers
26 views
How do I send en email in CruiseControl.net that contains the svn commit messages (or at least the rev)?
I'd like to email the results of the build along with:
svn revision(s) that are in the build
commit message(s) for those revisions
The way my company had this set up is to query svn every 2 …
0
votes
0answers
20 views
What CI server and Configuration Management tools I should use
Hi !
What CI server and Configuration Management tools I should use
together for a truly development and deploy maintenance.
There isn't the de facto rails sustainable environment, is there?
Some …
1
vote
3answers
63 views
Setting up TeamCity to work with ClearCase
I'm trying to setup TeamCity to work with ClearCase for continuous integration, and I've been having a few problems. TeamCity is complaining that it cannot build the patch for the build. I've been …
0
votes
1answer
17 views
Team Foundation Build - resolving cross solution project references
We have a shared project referenced across multiple solutions which, when encountered by TF build causes:
'error MSB3202: The project file "......\trunk\\\sharedproject.csproj" was not found'.
…
1
vote
1answer
19 views
Automated spider test
Hi all.
I'm looking to add a very simple layer of automated integration testing to our current Continuous Integration setup. (CI currently only checks for build breaks).
Is there a product that …
2
votes
1answer
49 views
Using Hudson and build steps with multiple git repositories
I'm trying out Hudson to replace our current Buildbot setup. I installed the git plugin. Our current setup is like:
ssh://server:/repo/test_framework.git
ssh://server:/repo/project_a.git
Now, to …
0
votes
1answer
16 views
use hudson to get remote tests results
Hi all,
I've a server running a proprietary language on which I'm able to run "unit tests" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results …
