Greetings,
I don't know if there is a more proper avenue for this post though I thought I would throw it up to see if anybody else is having issues.
I'm using the recently updated STS to install the sping security core plugin and I've been having nothing but trouble.
It seems to be rather buggy. I tried to go solely through the IDE as going through the command line did not register the plugins in the "plugin" directory (though entries were made to application.properties and Config.groovy).
I've tried going through the Grails Plugin Manger as well as running the command through the Grails command prompt. In either way It fails to register the dependencies. The first time it didn't include the plugin folder (~/.grails/<version>/projects/<project name>/plugins) and then after I deleted the project and started over, its not picking up the java classes (org.springframework.security.* etc).
Anybody else having issues?
(running STS 2.5.2 Grails 1.3.6 Groovy 1.7.6 on Ubuntu 10.04 JVM 1.6.0_22)


Reply With Quote