Re: How can i delete a GWT Module?

2011-09-30 Thread Šobis
Same problem here. Did anyone solve this problem?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wNKGbxTunckJ.
To post to this group, send email to google-web-toolkit@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: How can i delete a GWT Module?

2011-09-30 Thread Thomas Broyer
In your project's settings, go to Google → Google Web Toolkit and make sure 
your module is no longer referenced there.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/4ZwwPEqgcHEJ.
To post to this group, send email to google-web-toolkit@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.



How can i delete a GWT Module?

2010-10-27 Thread nacho
I made a GWT module in eclipse (File - New - Module)

And now, i want to delete that module. I already deleted
MyModule.gwt.xml and MyModule.java (entry point class).

But when i try to run my application i get this in my console:

Loading modules
   com.mycompany.myapp.MyModule
  [ERROR] Unable to find 'com/mycompany/myapp/MyModule.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?

I also tried: Project Properties - Google - Web Toolkit - Entry
Point Modules, and remove the module here. But the error still there.

How can i delete the module?

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