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)
--
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.