0

Jetty の代わりに Tomcat を使用して superDevMode でデバッグしようとしています。

このチュートリアルに従いましたhttps://www.youtube.com/watch?v=w9270Yqt-5I

引数-launcherDirをデバッグ構成に追加しましたが、構成を実行すると、不明な引数エラーが発生します。

コンソール出力

    Unknown argument: -launcherDir
Google Web Toolkit 7.1.12
CodeServer [-noprecompile] [-compileTest] [-bindAddress address] [-port port] [-workDir dir] [-allowMissingSrc] [-src dir] [module]

where 
    -noprecompile     Disables pre-compilation of modules.
    -compileTest      Just compile the modules and exit.
    -bindAddress      The ip address of the code server. Defaults to 127.0.0.1.
    -port             The port where the code server will run.
    -workDir          The root of the directory tree where the code server willwrite compiler output. If not supplied, a temporary directorywill be used.
    -allowMissingSrc  Disables the directory existence check for -src flags.
    -src              A directory containing GWT source to be prepended to the classpath for compiling.
and 
module            The GWT modules that the code server should compile. (Example: com.example.MyApp)

Intellij IDEA の GWT プラグインに関する同様の質問に気付きましたが、それは少し頭を悩ませ、修正が与えられなかったと思います。

誰にも解決策がありますか?

4

1 に答える 1