pombreda / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 1 forks source link

Wrong generation of web.xml with renamed module name #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a module (e.g. my.module.TestModule) with rename-to attribute
(e.g. TestModule)
2. add a service e.g. /MyService
3. merge the web.xml

What is the expected output? What do you see instead?
The expected output would be a servlet-mapping to /TestModule/MyService
instead of /my.module.TestModule/MyService

I attached a diff which I used for generate my web.xml successfully.

Original issue reported on code.google.com by stephan....@googlemail.com on 26 Jan 2009 at 12:30

Attachments:

GoogleCodeExporter commented 9 years ago
Gracias, will get this added. 

Original comment by charlie....@gmail.com on 27 Jan 2009 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by charlie....@gmail.com on 27 Jan 2009 at 12:30

GoogleCodeExporter commented 9 years ago
Hi,

can you say me when the next version will be published?

I use the plugin in our project and had to disable the mergewebxml task (and 
add each
service into the web.xml) which is not very handy...

cheers,
  Stephan

Original comment by stephan....@googlemail.com on 27 Jan 2009 at 2:57

GoogleCodeExporter commented 9 years ago
This has been corrected in source outside the patch, but thanks for the 
contribution.

Original comment by keber...@gmail.com on 22 Mar 2009 at 8:53

GoogleCodeExporter commented 9 years ago
In 2.0-RC1. 

Original comment by charlie....@gmail.com on 3 Apr 2009 at 1:16