Re: Problems Upgrading Acegi Plugin from 0.2 to 0.3
Well, there was one upgrading step that I took as recommended that was the instigating difference between when I was running 0.2 & 0.3 version of the plugin. Since the plugin now had java classes that referenced groovy classes I needed to actually turn on generation of class files for the eclipse groovy plugin and use the output as a classes folder in eclipse. Funny thing is, I thought my groovy plugin was up to date, after regularly upgrading all my plugins, but 1.5 is considered a different plugin altogether than 1.0, which I was running, so it was never going to upgrade automatically. Since the groovy jars are bundled with the plugin, its easy to see why I was getting problems & after upgrading everything is working fine.
Cheers,
Kris