- Going through Phil’s GWT book step-by-step
- Found a workaround for the broken dialog in the GWT Eclipse plugin (when trying to create a new HTML page and nothing happens):
- create a new file at ‘myproject/src/com/google/gwt/user/tools/AppHtml.htmlsrc’
- put the following 1 line in it: ‘<!doctype html>’
- The dialog should not finish correctly
