【问题标题】:GWT and GRAILS Command not found create-gwt-module未找到 GWT 和 GRAILS 命令 create-gwt-module
【发布时间】:2016-03-06 21:13:56
【问题描述】:

我使用 grails 3 创建了一个 helloworld grails 项目

接下来我简单地运行这个命令

          grails create-gwt-module

它只是继续说:

          Error Command not found create-gwt-module

我在很多教程中都发现了这个命令,但为什么它对我不起作用..

【问题讨论】:

    标签: grails gwt


    【解决方案1】:

    使用“grails help”查看所有命令,使用“grails command help”查看它们的作用。请参阅此页面以获取 Grails documentation。要添加 GWT 插件,请在 build.gradle 文件的依赖项中添加这一行。但检查“grails list-plugins”命令并确保这是最新版本。另见question

    • 编译“org.grails.plugins:gwt:1.0.3”

    【讨论】:

    • 我认为它不会起作用。该插件适用于 Grails 2 版本。 Grails 3 的已发布插件列表在grails-plugins.org 下,似乎没有用于 GWT 的 Grails 3 插件
    猜你喜欢
    • 2010-09-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-07-14
    • 2018-06-01
    • 1970-01-01
    • 1970-01-01
    • 2017-06-03
    相关资源
    最近更新 更多