Hi, I read this article about "Deploy Module" option. I know it's not completely in topic but it's regarding this. I see that in Eclipse there is the possibility to deploy a war file just opening the context menu with right-click of the mouse on the module name file .java in the package explorer and choosing the "Google Web Toolkit->Deploy module" menu item. Doing this, Eclipse will automatically create a build.xml file. Then the build.xml script is generated and the package is created. This works but there is a problem. The file gwt-dev-jar is copied in the WEB-INF/lib directory and it is included in the war file. I know that gwt-dev.jar must not be deployed but for a reason that I don't uderstand, the buildprocess copies it. Why? Anyway....I would like to change this build.xml file to make some customization, but every time I build choosing "Google Web Toolkit->Deploy module" from the context menu, it is deleted and re-generated so I can't edit it manually. Where I can set some customization so that the build.xml automatically generated does what I want? How can I customize it to exlude gwt-dev.jar? Please help.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/6JUTht0Dxl4J. 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.
