Hi all, I am a GWT newbie and was in the middle of the stockwatcher tutorial when GWT went 2.0. I upgraded the Eclipse (3.5 on Mac OS X 10.6.2) plugin and the sdks. When I create a new project from scratch it works as expected in devmode against Safari and Firefox. However I am having trouble with the stock watcher app. Here's what I have done.
1. Added vm args as follows: -d32 -javaagent:/Applications/eclipse/plugins/ com.google.appengine.eclipse.sdkbundle.1.3.0_1.3.0.v200912141120/ appengine-java-sdk-1.3.0/lib/agent/appengine-agent.jar 2. Edited StackWatcher.gwt.xml to remove the following line so it matched the newer generated xml files with 1.7.1 references removed. <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.1// EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.1/distro- source/core/src/gwt-module.dtd"> But when I run the app I keep getting messages from the browser plugin -> GWT module 'stock_watcher' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted mode Any help in understanding what's going on here will be greatly appreciated, thank you, bakki
-- 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.
