springsource使用grails的错误
我使用 Springsource Tool Suite 作为 grails 项目的编辑器。问题出在我收到带有红十字的错误消息的地方,提示 Groovy:unable to parse classes。但是当我从命令提示符(grails run-app)运行应用程序时,没有错误并且应用程序工作正常。在编码时看到这些错误有点烦人。 任何想法,可能有什么错误,都将受到赞赏。 干杯, 阿里
I am using Springsource Tool Suite as editor for grails project. The problem is at places i get an error message with a red cross saying Groovy:unable to resolve classes. But when I run the applicatios from command prompt (grails run-app), there are no errors and the application works fine. It's bit annoying to see those errors while coding.
Any ideas, what could be wrong, will be appreciated.
Cheers,
Ali
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是正常的 JVM 缓存/编译行为。您必须一次清理该项目。您可以通过 Eclipse 中的菜单:“Project -> Clean...”来完成此操作。
This is a normal JVM caching/compiling behavior. You have to clean the project once upon a time. You can do this through menu: "Project -> Clean..." in Eclipse.