On Jan 24, 4:06 pm, Thomas Broyer <[email protected]> wrote: > On 24 jan, 18:22, arosequist <[email protected]> wrote: > > > I've made a small GWT application, using client-side only code (there > > are multiple reasons I used GWT for this...). > > > In previous versions of GWT, I could just run the HTML file along with > > the generated JS script. However, when I now attempt to run the war/ > > {project}.html file, it gives me an alert: > > > "GWT module '{project}' may need to be (re)compiled" > > > Any idea what needs to be done to correct this? > > Well, maybe compile your application? ;-) > > (AFAICT, running DevMode will generate/overwrite the > {project}.nocache.js with such code, so you have to use the Compiler > before deploying)
Ah yes, it makes sense now! :-) My problem was that I (foolishly) ran it in dev mode after deploying -- for some reason, I guess I was thinking they resided in two different locations, even though I knew they didn't. Thanks! -- 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.
