As part of my continuous integration builds using CruiseControl, I’ve fallen into the habit of the following pattern: Perform an SVN Update (get the latest release) Overwrite the updated project directory with a set of static files. For example, if my project lives in ${cc.home}/projects/${project.name}, I’ll have another directory under ${cc.home}/nonvcsfiles/${project.name} in which I store [...]
Archive for October, 2009
Removing Unversioned Files and Modified Files as Part of a Continuous Integration Build
Posted in Tactical, tagged Ant, CruiseControl, scripting on October 21, 2009 | Leave a Comment »
More Items that Broke During Snow Leopard Upgrade…
Posted in Uncategorized, tagged OSX on October 20, 2009 | Leave a Comment »
Having recently been through a Snow Leopard upgrade on my Macbook Pro (2.4 GHz Core Duo model), I previously noted a number of issues with my Ruby on Rails install related to two core issues: Java is automatically upgraded to version 1.6 Many of your Ruby gems need to be reinstalled due to Snow Leopard’s [...]