Invalid Package declaration in script: C:\Documents and Settings\bparks\self\bookclub\grails-app\conf\spring\resources.groovy is not in a source folder matching the package declaration: resources.groovyThat error was showing up in the 'Problems' tab in Eclipse.
Easy answer was found in this post in the grails-user mailing list archives --
- Go to Groovy project properties (in main project properties)
- Checkbox "Disable Check Package Matches Source Directory"
- Profit!

That fixed it, all is well.
0 comments:
Post a Comment