Tuesday, June 8, 2010

How to get rid of compiler errors

Today I stumbled about a page that gives a pretty cool introduction in how to setup grails 1.1 in eclipse:

http://www.objectpartners.com/2009/05/27/eclipse-setup-for-grails-11-development/

The author also explains how to get rid of compiler errors that are due to the acegi plugin. This helped to erase almost all of them, for the rest I think I should check whether the grails path is set correctly.

1 comment:

  1. I was able to get rid of those errors, too. I had to add .grails\1.2.2\projects\\plugins\acegi-0.5.3\src\groovy\org\codehaus\groovy\grails\plugins\springsecurity to the build path.

    ReplyDelete