I use GWT with laste version of mojo gwt-maven-plugin. When I run app in hosted mode via mvn gwt:run all app resources, generated source, META-INF and WEB-INF/classes and lib are created in war directory and then run Jetty. But problem is that web.xml is not copied to war/WEB- INF and server part of application doesn't work. Why? When I manually copy web.xml from src/main/webapp/WEB-INF/ to war/WEB-INF and run application again all works great. How I can force maven plugin to copy web.xml automatically? I don't found any reason why it doesn't work.
Thanks you for reply. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
