Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread twdarkflame
I looked in the classpath tab in eclipse but couldnt see gwt-user.jar or gwt-dev-platform.jarjust the "GWT SDK 1.7.0" (which wasnt expandable) and which I assumed replaced them. I downloaded them anyway, and added them manually, but it didn't remove the error. I do believe all my project mod

Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread Rajeev Dayal
A few questions -Can you post the source of the main module file that you're running? -Can you view your launch configuration, and ensure that all of your project modules that you expect are listed on the GWT tab? -Can you view your launch configuration's classpath? Expand the GWT Classpath conta

XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread darkflame
I've started to get lots of XML errors flagging when I try to compile. It seems it cant find the source code for various bits of XML handeling; [ERROR] Line 1486: No source code is available for type com.google.gwt.xml.client.Document; did you forget to inherit a required module? [ERROR] Line 148