Re: [ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2014-11-10 Thread Piyush
Go to project-Run Configurations-Select Web Application and delete the file.Now run your project as web application.My problem got solved. Also check arguments tab to confirm the path .For com.Myproject.gwt.xml mention com.Myproject in arguments.Sometimes it also gives error because of GWT

Re: [ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2014-11-10 Thread Jim Douglas
Piyush, It rarely makes sense to respond to several-year-old posts, and the original poster said that the problem was resolved. On Monday, November 10, 2014 12:17:06 PM UTC-8, Piyush wrote: Go to project-Run Configurations-Select Web Application and delete the file.Now run your project as

[ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread Aditya
hello, Its been now long time i m using GWT , I am facing some problem with GWT modules. I was having several modules in my application but over the period I updated my application and just wanted to remove some unused stuff from the application. So I deleted the module Student and then i

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread andreas
Did you remove all inherits tags in all other modules referencing Student.gwt.xml? It may be a module still referencing it... On 28 Jun., 12:26, Aditya 007aditya.b...@gmail.com wrote: hello,       Its been now long time i m using GWT , I am facing some problem with GWT modules. I was

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread Prashant
Delete old run configuration file. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread aditya sanas
I m having 11-12 modules with having same inherits following files inherits name=com.google.gwt.user.User / inherits name=com.google.gwt.user.theme.standard.Standard/ inherits name='com.googlecode.gchart.GChart'/ these are common and none other than this. and forth one is for entry point.

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread aditya sanas
@prashant : Can you please specify that file name which i should delete and exactly where it is located...? Thanks. -- Aditya On Mon, Jun 28, 2010 at 4:02 PM, Prashant nextprash...@gmail.com wrote: Delete old run configuration file. -- You received this message because you are subscribed

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread aditya sanas
Problem resolved. I deleted files from Run configurations . -- Aditya On Mon, Jun 28, 2010 at 4:08 PM, aditya sanas 007aditya.b...@gmail.comwrote: @prashant : Can you please specify that file name which i should delete and exactly where it is located...? Thanks. -- Aditya On Mon,