首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >GWT未知参数:-nosuperDevMode

GWT未知参数:-nosuperDevMode
EN

Stack Overflow用户
提问于 2016-04-02 15:24:41
回答 1查看 1.3K关注 0票数 1

我的GWT项目有问题,因为它编译得很好,并且成功地生成了war文件,而且它也运行良好。但是我尝试在eclipse上作为GWT应用程序运行它,它返回此消息而不创建URL

代码语言:javascript
复制
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

谢谢你的帮忙

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-04-03 05:01:25

-nosuperDevMode标志只适用于GWT2.6或2.7及更高版本--您应该从eclipse配置中的参数列表中删除它。

我不知道它是如何实现的,除非您从一个更新的GWT版本开始,然后回到2.3.0 (它几乎是http://www.gwtproject.org/release-notes.html#Release_Notes_2_3_0.)。

或者,移到过去几年发布的GWT版本(并且能够支持IE10、IE11以及最后一个30版Chrome火狐的35个版本 )。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36375109

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档