Hi, all. I'm trying to create a .war file of my GWT project to deploy in 
Tomcat. 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, but in any case the build process 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 automatically generated  
build.xml file does what I want? How can I customize it to exclude 
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/-/Ikvc-xSoYtgJ.
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.

Reply via email to