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

问题描述:

我使用maven GAE插件版本0.9.4,每当我用MVN GAE:跑我得到以下错误:无法使用mvn gae:运行版本maven-gae-plugin:0.9.4?

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

目前遇到同样的问题,maven-gae-plugin 0.9.4,OSX上的java 1.6.0_33,Maven 3.0.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,问题就消失了!

+0

现在出现此错误无法访问https://appengine.google.com/api/updatecheck ?runtime = java&release = 1.7.0&timestamp = 1340396813&api_versions = ['1.0']我不确定它的相关与否。无论如何,通过了前面的问题,所以thx –

+0

感谢您解决我巨大的GAE/Maven引起的头痛。 – ecbrodie

+2

0.9.4适用于更新至GAE版本1.7.2 –