I have a GWT application that I need to deploy from a WAR file. I have this kind of work using the export to WAR option in Eclipse, but after I have expanded all the images in the application, I just show as the icon for the missing image, and besides, when we have several developers, itโs not so just build from an IDE.
I'm looking if there is a better way to script the build process that people have found (hopefully with an example) like Ant xml or any other special GWT tools?
source share