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 module so select the GWT tab and delete the module and add it again.


Hope this helps :) 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 module so select the GWT tab and delete the module and add it again.


 Hope this helps :) 


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[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 tried running application
in hosted mode it worked fine but I got error on the console saying

[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?

I am not able to figure out why I am getting this error  as that is
module is not present and I have deleted all the files which were
associated with that module so no chance of having any reference.

Still i m getting that error message and just because of that I can't
run my application in debug mode so i cant hit the client side break
points as by passing extra URL param application refuses to run.

Any one has encountered this problem before if yes then please let me
know.

thank you

--
Aditya

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 tried running application
 in hosted mode it worked fine but I got error on the console saying

 [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?

 I am not able to figure out why I am getting this error  as that is
 module is not present and I have deleted all the files which were
 associated with that module so no chance of having any reference.

 Still i m getting that error message and just because of that I can't
 run my application in debug mode so i cant hit the client side break
 points as by passing extra URL param application refuses to run.

 Any one has encountered this problem before if yes then please let me
 know.

 thank you

 --
 Aditya

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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.
but i didn;t found a single module referencing that deleted student.gwt.xml
module...!

--
Aditya


On Mon, Jun 28, 2010 at 3:59 PM, andreas horst.andrea...@googlemail.comwrote:

 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 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 tried running application
  in hosted mode it worked fine but I got error on the console saying
 
  [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?
 
  I am not able to figure out why I am getting this error  as that is
  module is not present and I have deleted all the files which were
  associated with that module so no chance of having any reference.
 
  Still i m getting that error message and just because of that I can't
  run my application in debug mode so i cant hit the client side break
  points as by passing extra URL param application refuses to run.
 
  Any one has encountered this problem before if yes then please let me
  know.
 
  thank you
 
  --
  Aditya

 --
 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
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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, 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 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
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.