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