saiddfhi / gwt-maven

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

mergewebxml - only first compileTarget services merged #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Maven 2

What steps will reproduce the problem?
1. Create two GWT modules in the same maven projekt
2.
...
<compileTargets>
<value>foo.Foo1</value>
<value>foo.Foo2</value>
</compileTargets>
...
3.

What is the expected output? What do you see instead?
I expect to merge both gwt modules sevices into the web.xml, but I get that 
only the first in the value list is merged and others are ignored.

What version of the product are you using? On what operating system?
I used 2.0-RC1-beta23 than I upgraded to 2.0-RC1. Both versions contains 
the issue.

I see only the first module in the maven console merging into the web.xml.

Original issue reported on code.google.com by bodab...@gmail.com on 8 Jun 2009 at 12:10