The HTML file is overwritten when the compile script is run; basically after any change to a GWT module, you may want to debug the project within the Eclipse IDE. When you run, the default HTML file for the project will start in hosted mode.
Even though I can add the script into a different HTML file, I cannot run that other HTML when debuggin the app since the default HTML file will be started. I want to figure out how to change what the compiled HTML output file looks like; it's not clear how they come up with that bare bones file. On Feb 20, 5:45 am, Arthur Kalmenson <[email protected]> wrote: > When is it overwriting your HTML file? You should be able to just call > the no-cache.js script that GWT creates and include it in any page. > > -- > Arthur Kalmenson > > On Thu, Feb 19, 2009 at 2:45 PM, abrocketsfan <[email protected]> > wrote: > > > Hey all, > > > I started off with a sample GWT project in Eclipse and changed it > > around to refer to id/tags in my HTML page that it would interact > > with. However, on each build, GWT will create a standard HTML file > > for me. > > > In my case, I already have an HTML file that I want to use and don't > > want/need GWT to overwrite it with a standard slot1/slot2 file, and I > > don't know why it insists on overwriting my HTML file. > > > Any help? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
