Closed GoogleCodeExporter closed 9 years ago
src/main/webapp should have WEB stuff, such as WEB-INF and so on, module file
and
public should be in resources. No?
Original comment by charlie....@gmail.com
on 14 Apr 2008 at 1:04
After understanding this a bit more based on comments in the group, this is an
embedded Tomcat (hosted mode) issue relating to a resource file needed by
Spring.
Gwt:war works, gwt:gwt has issues.
We need to work on making adding extra resources to the embedded Tomcat easier
(and
more fully understand exactly what is and is not present there) - and we
already have
an issue for this - issue 82.
Closing this as a dupe of 82, but if this is not related to hosted mode, please
advise and I will re-open.
Original comment by charlie....@gmail.com
on 14 Apr 2008 at 1:36
This is a simple issue.
The GWT java files generate, javascript code.
Typically the javascript code is kept under src/main/webapp directory.
If I keep GWT files under src/main/webapp, the gwt-maven plugin doesn't pick
them.
It should be pick the xml and java files under src/main/webapp and generate the
js files.
Original comment by sna...@gmail.com
on 17 Apr 2008 at 5:27
Original issue reported on code.google.com by
sna...@gmail.com
on 9 Apr 2008 at 6:44