Friday, October 14, 2011

Reading Metadata values in Grails scripts

After reading the useful post by Kevin Gill on adding build numbers to the grails build: Adding Auto Incrementing Build Number to a Grails Application

I began to wonder how to attach the build number to the project war file. Turns out the solution was simpler than I had thought.

grails.project.war.file = "target/${appName}-${appVersion}-${grails.util.Metadata.current.'app.buildNumber'.toInteger()+1}.war"

Monday, October 3, 2011

Refresh Browser v1.1

Just a bit of self promotion...

My iPad app that I built for the guys at Breakpoint IT, Refresh Browser, had its first maintenance release (v1.1)

http://itunes.apple.com/qa/app/refresh-browser/id442132171?mt=8


So check it out and support!