如何让Eclipse使用-strict标志编译GWT?

时间:2012-03-29 17:13:43

标签: gwt eclipse-plugin compiler-warnings

我正在使用GWT Eclipse插件来开发和测试GWT appengine应用程序。

当我运行开发服务器时,我会在开发标签中看到:

  
      
  • 验证新编译的单位   
        
    • 忽略了2个包含编译错误的单元
    •   
  •   
  • 已加载模块elided。
  •   

点击中间条目显示

[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编译器?

2 个答案:

答案 0 :(得分:10)

在对话框“GWT compile”中打开“advanced”。 现在您可以添加编译器选项

答案 1 :(得分:1)

您还可以打开开发模式的运行配置。然后转到GWT选项卡并将日志级别更改为DEBUG或TRACE。