I am not sure about what you are trying to go, but instead of running
the deploy menu option try to right clicking on the build.xml and
click run as Ant.  then the xml file will not be re-generated.

On Apr 17, 8:23 am, Magallo <galletti.mat...@gmail.com> wrote:
> 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 post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to