Hey - I've run into the same error although it sounds like it is a different issue... I just started playing with GWT. I have another Tomcat instance on my box. I guess I want to know what you changed into the web.xml to get this cleaned up. Could you post a clearer picture of what you had to do. Thanks! -Jim
On Oct 21, 8: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 [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 -~----------~----~----~----~------~----~------~--~---
