Search Results

2
votes

Continuous Integration Servers

Just a word on the Continuous Integration Feature Matrix: it wasn't collected by the CruiseContro …
1
vote

Daily Build vs. Zero Defect

Looking through the answers I'm surprised that nobody has mentioned Test Driven Development. If your goal is zero-defects that's the best place to start. After that I would strongly recomme …
0
votes

Are code freezes still relevant when using a continuous integration build setup?

I'm going to sound like one of the context-driven people but the answer is "it depends". Code Freeze is a strategy to cope with a problem. If you don't have the problem it is good at addres …
2
votes

Synchronizing CruiseControl projects across Linux and Windows platforms with dependencies

Having Project A build is straight forward. In the publishing phase write a file to a network drive. Project B can use the files system source control block to monitor the network file sys …
1
vote

Buying a machine for continuous integration - key factors?

RAM: enough to run your CI tool (phpUnderControl?) and whatever supporting software you want for your build and tests. …
2
votes

What are some arguments against using Continuous Integration?

James Shore had a great series of blog entries on the dangers of thinking that using a CI tool like CruiseControl meant you were doing continuous integration: …
1
vote

Replacement for JWebUnit / HttpUnit

You want HtmlUnit. It isn't perfect browser emulation (for that you need a browser driver) but it has significant javascript su …
3
votes

What’s your Favorite Extreme Feedback Device?

At Agitar we tried several feedback devices and I'd say lava la …
2
votes

Stategies for coping with schema evolution?

You might want to checkout this book on Refactoring Databases: Evolutionary Database Design. …
3
votes

How do you sell continuous integration to clients?

In addition to making the standard arguments I quote the data from this paper: Alan MacCormack, Chris Kemerer, Michael Cusumano, and Bill Crandall, “Trade-offs between Productivity and Qual …
2
votes

Continuous Integration for Xcode projects?

If you don't mind living on the cutting edge I've just committed an xcode builde …
0
votes

How to keep automated tests fast?

the fact that the environment must be set up which is MUCH slower(atm ~1000 sec)! Well at least you know where to focus... Do you know where that time is be …
0
votes

How to automate Matlab/Simulink/Real-TimeWorkshop code generation?

can you do something like: matlab -r samplebuild -nosplash -nodesktop < yes ? Actually I know you can do it, just not sure it will work... …
0
votes

Drupal deployment/testing/don’t-how-to-call it tool

You might want to check out the book Refactoring Databases. The advice I heard from one of the authors is to …
1
vote

c++ continuous integration with performance metrics

You might also want to ask this question on the CruiseControl user mailing list to see if others are doing the same th …

1 2 3 4 next
15 30 50 per page