vote up 0 vote down star

I have some groovy files in Eclipse and my project has the Groovy nature. I don't use the GroovyBuilder (I don't think you need to now. there were problems in the past when java files referenced groovy and vice versa). Sometimes when I run my project I get a "Stubbed Method" error and I need to do a project clean for the groovy files to rebuild. Any ideas why I need to do this and what causes the files to need rebuilding if I'm not changing them?

thanks, Jeff

flag

77% accept rate

1 Answer

vote up 1 vote down check

It sounds like you are using an old version of the plugin. Please upgrade to V2 of groovy-eclipse (still in alpha, but quite stable).

The update site is available here: http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.5/

Also, be sure to convert all your old groovy projects to the new format (see the groovy preferences page).

link|flag
It looks like that worked. I'll keep an eye out to see if it happens anymore though. Thanks for the quick help! – Jeff Storey Sep 1 at 18:13
And there are frequent updates to this plugin, so please check the update site regularly. We are working towards a first milestone release towards the middle of September. – Andrew Eisenberg Sep 2 at 16:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.