source: trunk/scripts/_Events.groovy

Last change on this file was 528, checked in by gav, 14 years ago

Prevent updateVcsRevision running in test environment.

File size: 245 bytes
RevLine 
[522]1
[526]2includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy")
3
[522]4eventCompileStart = { msg ->
[528]5    if(System.getProperty("grails.env") != "test") {
6        println "Compile started, checking VCS Revision."
7        updateVcsRevision()
8    }
[522]9}
Note: See TracBrowser for help on using the repository browser.