On Sep 1, 11:30 pm, Chris Broglie <[email protected]> wrote: > I'm developing using the eclipse plugin, and a lot of the time when I > make changes local to the server code, the changes aren't visible when > I reload the page. Client side changes are always reflected (as > expected). Is there something I need to do to force the server code to > be rebuilt by eclipse?
Search for "reloading server code" in http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html Make sure Eclipse automatically compiles your classes (menu Project -> Build Automatically), or make sure you build them (menu Project -> Build project), before refreshing the server. In the Google Plugin for Eclipse, it's a yellow swirling-arrows button in the Development Mode view. -- 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.
