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
-~----------~----~----~----~------~----~------~--~---

Reply via email to