GWT 未知参数:-nosuperDevMode
GWT Unknown argument: -nosuperDevMode
我的 GWT 项目有问题,因为它编译正常并成功生成 war 文件,而且工作正常。但是我试图 运行 它作为我的 eclipse 上的 GWT Web 应用程序,它是 return 这条消息而不创建 URL
Unknown argument: -nosuperDevMode
Google Web Toolkit 2.3.0
DevMode [-noserver] [-port port-number | "auto"] [-whitelist whitelist- string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [- gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-workDir dir] module[s]
where
-noserver Prevents the embedded web server from running
-port Specifies the TCP port for the embedded web server (defaults to 8888)
-whitelist Allows the user to browse URLs that match the specified regexes (comma or space separated)
-blacklist Prevents the user browsing URLs that match the specified regexes (comma or space separated)
-logdir Logs to a file in the given directory, as well as graphically
-logLevel The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL
-gen Debugging: causes normally-transient generated types to be saved in the specified directory
-bindAddress Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
-codeServerPort Specifies the TCP port for the code server (defaults to 9997)
-server Specify a different embedded web server to run (must implement ServletContainerLauncher)
-startupUrl Automatically launches the specified URL
-war The directory into which deployable output files will be written (defaults to 'war')
-deploy The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)
-extra The directory into which extra files, not intended for deployment, will be written
-workDir The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)
and
module[s] Specifies the name(s) of the module(s) to host
感谢您的帮助
-nosuperDevMode
标志仅适用于 GWT 2.6 或 2.7 及更高版本 - 您应该将其从 eclipse 运行 配置的参数列表中删除。
我不确定它是如何到达那里的,除非您从较新版本的 GWT 开始,然后又回到 2.3.0(接近 five years old...)。
或者,转移到最近几年发布的 GWT 版本(并且能够支持 IE10、IE11 和最近的 30 versions of Chrome and 35 versions of Firefox。
我的 GWT 项目有问题,因为它编译正常并成功生成 war 文件,而且工作正常。但是我试图 运行 它作为我的 eclipse 上的 GWT Web 应用程序,它是 return 这条消息而不创建 URL
Unknown argument: -nosuperDevMode
Google Web Toolkit 2.3.0
DevMode [-noserver] [-port port-number | "auto"] [-whitelist whitelist- string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [- gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-workDir dir] module[s]
where
-noserver Prevents the embedded web server from running
-port Specifies the TCP port for the embedded web server (defaults to 8888)
-whitelist Allows the user to browse URLs that match the specified regexes (comma or space separated)
-blacklist Prevents the user browsing URLs that match the specified regexes (comma or space separated)
-logdir Logs to a file in the given directory, as well as graphically
-logLevel The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL
-gen Debugging: causes normally-transient generated types to be saved in the specified directory
-bindAddress Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
-codeServerPort Specifies the TCP port for the code server (defaults to 9997)
-server Specify a different embedded web server to run (must implement ServletContainerLauncher)
-startupUrl Automatically launches the specified URL
-war The directory into which deployable output files will be written (defaults to 'war')
-deploy The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)
-extra The directory into which extra files, not intended for deployment, will be written
-workDir The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)
and
module[s] Specifies the name(s) of the module(s) to host
感谢您的帮助
-nosuperDevMode
标志仅适用于 GWT 2.6 或 2.7 及更高版本 - 您应该将其从 eclipse 运行 配置的参数列表中删除。
我不确定它是如何到达那里的,除非您从较新版本的 GWT 开始,然后又回到 2.3.0(接近 five years old...)。
或者,转移到最近几年发布的 GWT 版本(并且能够支持 IE10、IE11 和最近的 30 versions of Chrome and 35 versions of Firefox。