August 29, 2008
(image taken from Roney’s photostream)
Jim Huang commented on the CruiseControl series page about an issue on his project:
We integrate our build with automation deployment and test running. The problem we have is how to prevent people from clicking the force build button by mistake. Anyone clicking the button will lead to another QA deployment. There [...]
Read the full article →
August 28, 2008
(image taken from slashcrisis’ photostream)
Today I’m just going to share a pet hate: poor target names in build files. Yes, that’s scratching the surface: there’s plenty of other things to get wrong in your build. But today’s gripe is target names. Here’s an anonymised example from a real project:
<?xml version=”1.0″ ?><project name=”project” default=”tests” basedir=”..”>
<target [...]
Read the full article →