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