无法使用mvn gae:使用版本maven-gae-plugin运行:0.9.4?

时间:2012-09-24 15:28:10

标签: google-app-engine maven-gae-plugin

我正在使用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版本的插件中曾经是一个问题,但已修复。不确定为什么它会发生在我身上,以及它的工作是什么。有什么想法吗?

1 个答案:

答案 0 :(得分:3)

我在Windows 7上也遇到过maven-gae-plugin 0.9.4和jdk1.6.0_23这个问题。我所做的只是使用gae-archetype-jsp原型创建一个项目,然后使用{{ 1}}。

但是,我将maven-gae-plugin下载到0.9.2并且问题消失了!