I experienced the same problem. I had Eclipse 3.4.1 and GWT 1.5.2 working perfectly. I don't know what caused the issue, but now when I Import the StockWatcher application (per the GWT's tutorial), there is a second StockWatcher folder underneath the StockWatcher package in the Eclipse Package Explorer. Ideally, the structure should look like:
StockWatcher + src + com.google.gwt.samples... test ... On the PC I experienced the problem, the folder structure is: StockWatcher src (empty) test ..... StockWatcher +src + com.google.gwt.samples... test ..... The second level StockWatcher folder is not present on a PC that doesn't have the problem. To veirfy, I opened the src folder and dragged the com.google.gwt.... sub folder to the top-level src folder and then did the same with tomcat folder and the other scripts. I received one error while copying Tomcat, but I allowed refactoring to continue and all works as it should now. As to what broke, I did install PyDev to author Python as I play with AppEngine. I don't know for certain yet that this is what broke it, but it's the only major change I've made to my Eclipse environment. More interesting is that I re-extracted Eclipse into a new directory and the problem followed the installation...so maybe the problem is related to files within my Workspace. I made sure that the StockWatcher folders in the workspace and gwt folders were removed during my testing. I have a bit more analysis to do before I can say for sure what caused the problem. Hope this helps! Now to learn about GWT, RPCs, and JSON :) David On Oct 29, 10:32 pm, sled dog <[EMAIL PROTECTED]> wrote: > Anyone? - I'm a total noob to the Eclipse JDT and GWT, so I am just > trying to work through the tutorial for the Stock Watcher. > I think that I just need to find the setting in eclipse where I can > set the classpath needed, but can't find where - - - > > Here is a summary of my errors: > In the GWT Browser window, I get: > Cannot find resource 'StockWatcher.html' in the public path of module > 'com.google.gwt.sample.stockwatcher.StockWatcher' > In the Dev Shell trace window, I get: > " > [TRACE] The development shell servlet received a request for > 'StockWatcher.html' in module > 'com.google.gwt.sample.stockwatcher.StockWatcher.gwt.xml' > [TRACE] Loading module > 'com.google.gwt.sample.stockwatcher.StockWatcher' > [TRACE] Loading inherited module 'com.google.gwt.user.User' > [ERROR] Unable to find 'com/google/gwt/user/User.gwt.xml' on your > classpath; could be a typo, or maybe you forgot to include a classpath > entry for source? > [ERROR] Line 4: Unexpected exception while processing element > 'inherits' > [ERROR] Failure while parsing XML > " > In the "Line 4 error, the element "inherits" points to <inherits > name='com.google.gwt.user.User'/> > All that pathing was done by the google gwt scripts in the tutorial. > No idea why that is not working.... > > -Jim > > On Oct 27, 6:35 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:> Every > time we switch versions of GWT, the build process clobbers our > > web.xml file. We have download our old web.xml from the Subversion > > store, and then 'touch' the web.xml so that the build process wouldn't > > clobber it again the next time. > > > On Oct 21, 11:53 am, mechprince <[EMAIL PROTECTED]> wrote: > > > > Just thought I'd post how this issue got resolved. > > > It turned out that the GWT version had nothing to do with the issue. > > > My eclipse project has a tomcat folder that contains web.xml. This > > > web.xml had mappings to many servlets being used by my app. > > > While trying to install a new GWT or while trying to run the app on > > > the tomcat server, this web.xml must have got cleared off its servlet > > > mappings (my assumption of course). > > > All of my xml requests are handled thru a home grown XMLServlet, and > > > since it was unavailable in web.xml, this error had started happening. > > > > Once I fixed the web.xml to include all the needed mappings, the error > > > went away. > > > > Thanks. > > > > On Oct 9, 11:28 am, mechprince <[EMAIL PROTECTED]> wrote: > > > > > I was using GWT-1.4.62 for a couple of weeks and recently switched to > > > > 1.5.2. > > > > After the switch, I started getting the following error: > > > > [ERROR] Unable to find 'xml.gwt.xml' on your classpath; could be a > > > > typo, or maybe you forgot to include a classpath entry for source? > > > > > Firstly, I do not have a 'xml.gwt.xml'. I don't know from where GWT is > > > > picking it up. > > > > Secondly, I reverted back to 1.4.62, but still the problem persists. > > > > I have cleaned-up the eclipse project, created a new GWT module, > > > > deleted the contents of cache folders etc, but nothing has changed; > > > > the problem still persists. > > > > > Am I missing anything here? > > > > Any help is greatly appreciated as I'm stuck on this for the past 2 > > > > days. > > > > > 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 Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---