GGTS not processing grails plugin annotation; command line build works
I'm having a very odd problem with a Grails project. I use the AuditTrail plugin via the normal '@gorm.AuditStamp' annotation but when I build my project from GGTS the plugin is seemingly not seen - no fields are added to annotated domain classes, and no error messages are produced. OTOH, when I build from the command line it works as desired! I'm including the plugin via the BuildConfig.groovy file with the code
Code:
plugins {
compile (
[name:'audit-trail',version:'2.0.2'],
...
The Java Build Path does show the links to the src/groovy & src/java directories for the plugin. Other plugins are picked up just fine. I've checked & rechecked Windows permissions and see nothing different about this plugin compared to the others.
Platform:
Windows 7 64 bit
JDK 1.6.0_37 64 bit
GGTS 3.2.0.M2 (had same problem with 3.1.0)
configured to use:
grails-2.2.0
groovy 2.0.6.xx-20130124-1400-e42
Any ideas greatly appreciated!