Friday, September 3, 2010

Re: server side code not rebuilding

On Sep 1, 11:30 pm, Chris Broglie <cbrog...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment