I am using grails 1.3.7 to create a grails plugin. So I've created the plugin but the thing is that grails doesn't generate a Bootstrap.groovy class for the plugin. For normal projects it's generated, but not for plugin projects. I've read on random forums that this is a new 'feature' since grails 1.3.x. My question is, is there a way to bootstrap a plugin (using grails 1.3.7) and if so, how would one do this?
Thanks in advance!