Archive for January, 2010

Building Grails Apps with SVN and Hudson and fighting with application.properties

Wednesday, January 27th, 2010

It's incredibly easy to set up a Hudson project to build a Grails application with the available Grails plugin for Hudson.  Every once in a while, however, there's a little problem that's been nagging me - merge conflicts within that pesky little application.properties file. There are several things that cause application.properties ...