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-...@googlegroups.com
I am including source to add to the GWT compile source path using the compileSourcesArtifacts configuration setting. The GWT maven plugin finds the source okay but cannot find the module xml files defined within. The source jars definitely contain all source and the module xml files.
I can workaround the issue by moving the module xml files (maintaining the same package structure) to the project source where I am peforming the GWT compile.
So for some reason the GWT maven plugin is failing to read the module xml files from the included source but does not have any problem reading the included java source. Any ideas?
maven 3.0.3 gwt maven plugin 2.4.0
Andy Dennie
unread,
May 10, 2012, 12:00:57 PM5/10/12
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 codehaus-mojo-gwt-...@googlegroups.com
I'm seeing the same problem; did you figure it out?
-Andy
Kei Kei
unread,
May 22, 2012, 3:27:26 AM5/22/12
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 codehaus-mojo-gwt-...@googlegroups.com
even worse, the included source cannot be seen using <compileSourcesArtifacts><artifact>groupId:artifactId</artifact>.... in <configuration> section