【发布时间】:2012-03-29 17:13:43
【问题描述】:
我正在使用 GWT Eclipse 插件开发和测试 GWT appengine 应用程序。
当我运行开发服务器时,我在 Development 选项卡中看到:
- 验证新编译的单元
- 忽略 2 个单元并出现编译错误
- 已删除的模块已加载。
点击中间条目显示
[INFO] [tasx] - Ignored 2 units with compilation errors in first pass. Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
我不想忽略潜在的错误。如何使 Eclipse 插件将 -strict 标志传递给 GWT 编译器?
【问题讨论】:
-
我特别喜欢在这里使用“-localWorkers 4”参数来加快我的编译速度。
标签: gwt eclipse-plugin compiler-warnings