Back Forum Reply New
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 quot;pluginquot; 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/lt;versiongt;/projects/lt;project namegt;/plugins) and then after I deleted the project and started over, its not picking up the java classes (org..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)

You are not alone.

See here browse/STS-1502

This issue describes the exact problem that you are having. For some reason the classpath container isn't properly being updated after installing plugins like spring-core-security that pull in extra jar files.

I just fixed this bug and the fix should become available in the next nightly build (tomorrow probably).

A workaround for this issue takes two steps: 1) in context menu find quot;Grails Tools gt;gt; Refresh Dependenciesquot; 2) Then force a rebuild of your project by doing Project gt;gt; Clean from the project menu.

This should update the dependencies and make the errors go away.

Thank you kindly, maybe next time I'll check out the issue tracker first.

No problem, posting to forum is fine. It may not be obvious where to look for help sometimes.
¥
Back Forum Reply New