The "Script" tab on many of the AnthillPro Builder integrations provides flexibility for extending AnthillPro. In this example, we create a property file from scratch in a single, cross-platform step.Read more...
Rebuilds are nearly impossible to do accurately. You need to match up the source code, and build process and hardware and build tools and ..... Today's entry discusses a practical approach to pretty good rebuilds.Read more...
After CITCON Denver, members of the Denver testing community decided to put together their own local testing open spaces conference. Congratulations are in order for Ben Simo and Heidi Harmes-Campbell who did a fantastic job getting the conference off the ...
Recent Responses
Re: A practical approach to the Rebuild Problem If you don't have a firm regulatory requirement to do rebuilds, I think it's just not worth the trouble. Back up your codestation repository and make sure your cleanup policies are reasonable. Why rebuild if you still have the original build? Now, ...
Continuous Integration Debate There is a discussion on CI at UrbanCode here. It is a bit pedantic debating the value of build versus test. I regard a build as a fundamental test of source code self-consistency, which must pass in order to have a software product in which to perform...