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

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

但是,我支持 maven-gae-plugin 到 0.9.2,问题就消失了!

于 2012-09-25T02:49:18.857 回答