4

maven gaeプラグインバージョン0.9.4を使用していますが、mvn gae:runを使用すると、次のエラーが発生します。

Usage: <dev-appserver> [options] <war directory>

Options:
 --help, -h                 Show this help message and exit.
 --server=SERVER            The server to use to determine the latest
  -s SERVER                   SDK version.
 --address=ADDRESS          The address of the interface on the local machine
  -a ADDRESS                  to bind to (or 0.0.0.0 for all interfaces).
 --port=PORT                The port number to bind to on the local machine.
  -p PORT
 --sdk_root=root            Overrides where the SDK is located.
 --disable_update_check     Disable the check for newer SDK versions.
 --generated_dir=dir        Set the directory where generated files are created.

これをグーグルで検索すると、プラグインの0.5バージョンで問題が発生していた古いスレッドがいくつか見つかりましたが、修正されました。なぜそれが私に起こっているのか、そしてどのような作業が行われているのかわかりません。何か案は?

4

1 に答える 1

3

また、Windows7のmaven-gae-plugin0.9.4およびjdk1.6.0_23でもこの問題が発生しました。これを再現するために行ったのは、gae-archetype-jspアーキタイプを使用してプロジェクトを作成してからを使用することだけでしたmvn gae:run

しかし、maven-gae-pluginを0.9.2に戻したところ、問題は解決しました。

于 2012-09-25T02:49:18.857 に答える