4

If I create a GWT project in eclipse without checking the checkbox "generate sample code", I will get a pretty empty project (as expected). There is a wizard for all the needed files:

  • The module.gwt.xml
  • The entry point
  • The .html file

But: How can I generate the needed module.nocache.js file?

4

1 回答 1

7

您不需要手动生成它,也不受谷歌的鼓励。

一旦你编译了你的 gwt 项目,它就会生成。

于 2013-08-01T15:11:51.677 回答