GWT 2.6.1拒绝在Eclipse Luna中启动开发模式



我使用GWT 2.7.0运行了一个项目,但为了更符合开发团队的其他成员,我决定降级到2.6.1。

然而,现在我得到了:

Unknown argument: -nosuperDevMode
Google Web Toolkit 2.6.1
DevMode [-[no]startServer] [-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] [-sourceLevel [auto, 1.6, 1.7]] module[s] 

当我尝试运行应用程序时。

我指定使用GWT 2.6.1作为所有项目的默认值。此项目使用默认值。

我认为您只需要编辑启动配置。该参数仅存在于GWT 2.7中。如果您使用GWT2.7创建了启动配置,那么在eclipse中降级后,它可能仍然存在。

转到调试配置,并在"参数"选项卡中删除-nosuperDevMode

最新更新