You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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?
Šobis
unread,
Sep 30, 2011, 4:05:10 AM9/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Same problem here. Did anyone solve this problem?
Thomas Broyer
unread,
Sep 30, 2011, 4:35:27 AM9/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
In your project's settings, go to Google → Google Web Toolkit and make sure your module is no longer referenced there.