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"
Resilient Coder is a blog that will contain tutorials, tips, tricks, and various tidbits that I discover in my coding (mis)fortunes. My primary focuses are Groovy, Grails, Google Web Toolkit (GWT), Javascript, and anything related.
Friday, October 14, 2011
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!
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!
Subscribe to:
Posts (Atom)