Hi !,
I have a sample project I'm working on. Been working a bit too long in my IDE
without verifying my gradle build and now I've hit a problem I can't figure
out.The project is here: https://github.com/rundis/TapestryGorm
I have two testcases that fail with something along the lines of:"name
'grailsApplication': Invocation of init method failed; nested
exception is groovy.lang.MissingPropertyException: No such property: static for
class: groovy.lang.MetaClassImpl"And the exception happens when the test cases
tries to load a spring application context (which again is supposed to
bootstrap gralls... or rather gorm standalone)
The tests are using spock 0.6-groovy-1.8-SNAPSHOT (core and spring) and testing
gorm standalone entities.
The amusing bit is that the tests run fine in idea, so thats why I'm wondering
if any of you guys have some pointers
cheersMagnus