无法运行Grails -app

时间:2015-05-28 12:54:54

标签: grails

当我在Eclipse中运行我的Grails项目时,会出现以下错误。这个错误是什么意思?如何删除?我正在使用Git在Bitbucket上分享应用程序。为什么显示插件列表?此外,当我从Grails的命令提示符运行应用程序时,应用程序运行并且没有错误。这是为什么?

|Loading Grails 2.5.0
|Configuring classpath
Error |
G:\programming\TE\TE_intern_grails\local diractory for grails using git\arpte\arpte does not appear to be part of a Grails application.
Error |
The following commands are supported outside of a project:
    add-proxy
    clear-proxy
    create-app
    create-multi-project-build
    create-plugin
    help
    install-app-templates
    list-plugins
    package-plugin
    plugin-info
    remove-proxy
    set-proxy
|Run 'grails help' for a complete list of available scripts.Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

1 个答案:

答案 0 :(得分:2)

您可以在eclipse中将项目导入为Git项目并尝试运行。这最近解决了我的问题。

否则

  1. 右键单击项目
  2. 点击“运行”
  3. 转到“运行方式”,然后选择“运行配置”
  4. 删除当前项目的现有运行配置
  5. 立即运行项目。
  6. 它会完美运作。