Validating GWT components takes forever

☆樱花仙子☆ 提交于 2019-12-22 04:44:14

问题


Validating GWT components process in Eclipse takes ages, almost impossible to do productive work. I have selected from my Eclipse->Window->Preferences->Validators: selected Supend all validators still Eclipse validates GWT components which is painfully slow. How can I fix this? It's very hard when eclipse just validates the whole application every time I save.


回答1:


We had the same phenomenon. Upgrading to Eclipse Juno/4.2 fixed the problem for us.

Another possible solution is described here.




回答2:


I had the same problem and this solved the issue:

Right click project -> properties -> JavaScript -> Include Path

Then add an Exclude path to your compiled GWT files like this. You dont need to validate them:



来源:https://stackoverflow.com/questions/11393858/validating-gwt-components-takes-forever

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!