Plugin resolving issue - modular application plugin resolving

HHello,

I have a plugin project that depends on hibernate  and acegi.
In my grails application I have referenced the plugin in the BuildConfig.groovy
like this : grails.plugin.location.'g-auth' =  "/home/joe/dev/grails/plugins/g-auth".

When I test my plugin project or my grails app  (without referencing the plugin in BuildConfig)  alone both work.
But when referencing the plugin in my app I get:
Error: The following plugins failed to load due to missing dependencies: [gAuth]
- Plugin: gAuth, Dependencies:  [hibernate, acegi]

Why are the plugins not loaded ? Can  someone help me out ?
thx for reading
joe

0

Hi Ivan! Thanks for the feedback. I've created issue http://youtrack.jetbrains.net/issue/IDEA-55612 that seems to describe the problem you've experienced.

0

请先登录再写评论。