1

我只是检查了一个项目,我试图运行它,但它不会。有一个错误导致这个说:

java.lang.Error: Unresolved compilation problem: 

at SpringSecurityCoreGrailsPlugin$_closure1.doCall(SpringSecurityCoreGrailsPlugin.groovy:133)
at _GrailsPackage_groovy$_run_closure5_closure19.doCall(_GrailsPackage_groovy:234)
at _GrailsPackage_groovy$_run_closure5_closure19.doCall(_GrailsPackage_groovy)
at _GrailsSettings_groovy$_run_closure10.doCall(_GrailsSettings_groovy:280)
at _GrailsSettings_groovy$_run_closure10.call(_GrailsSettings_groovy)
at _GrailsPackage_groovy$_run_closure5.doCall(_GrailsPackage_groovy:232)
at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:168)
at RunApp$_run_closure1.doCall(RunApp.groovy:28)
at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
at gant.Gant.withBuildListeners(Gant.groovy:427)
at gant.Gant.this$2$withBuildListeners(Gant.groovy)
at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
at gant.Gant.dispatch(Gant.groovy:415)
at gant.Gant.this$2$dispatch(Gant.groovy)
at gant.Gant.invokeMethod(Gant.groovy)
at gant.Gant.executeTargets(Gant.groovy:590)
at gant.Gant.executeTargets(Gant.groovy:589)
Error executing script RunApp: Unresolved compilation problem: 

尝试过的解决方案:由于我不确定是什么原因造成的,我只是检查了项目并没有修改任何内容。我只是尝试了 project>clean、grails-clean、grails-compile、project>refresh 多次。我仔细检查了插件,它已经在安装的项目中。

有什么建议么?

谢谢。

4

0 回答 0