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 Codehaus Mojo gwt-maven-plugin Users
How can I resolve this error? I am using GWT 1.6 and maven 2.x, gwt-
maven 1.1
<build>
<!-- Compile classes into the war transient directory for hosted
mode live editing -->
<outputDirectory>${gwt.output.directory}/WEB-INF/classes</
outputDirectory>
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 Codehaus Mojo gwt-maven-plugin Users
Robert maybe it will help if you compare your pom to the my working
example from the maven gwt starter app. There I'm using the war dir
as outputDirectory but that's probably irrelevant to your problem: