0

Is there a possibility to change GWT errors/warnings preferences without using the eclipse UI ? Are these preferences stored anywhere or can I overwrite them somehow using the preference files in .settings directory ?

Best Regards,

Jake

4

2 回答 2

0

If you're referring to the GWT compiler's log level setting then it can be set from the command line.

于 2013-05-09T15:12:30.900 回答
0

Luckily I've managed to find the setting on my own. In the global eclipse preferences there is a property called com.google.gdt.eclipse.suite/problemSeverities . You can check how to set it by exporting all the eclipse preferences after some changes made in UI. In my case I needed to change it to:

com.google.gdt.eclipse.suite/problemSeverities=com.google.gwt.eclipse.core.uibinder.problems.UiBinderTemplateProblemType#401\=1

Thanks for your responses,

Jake

于 2013-05-15T08:32:13.947 回答