It would be better practice not to rely on the IDE; use the plugin to
help you with running in dev mode and getting the project structure
set-up, but then use a build tool like Maven or Ant to build the war.
That way you remove any chance of human error in releasing your code
and you're not tied to a particular IDE / workspace configuration etc.

On Apr 6, 1:56 pm, bradrover <brk...@gmail.com> wrote:
> Hello, I have a new GWT project, created with the Eclipse plug-in. I'm
> trying to figure out the best way to manage deployment and svn
> together with this project structure. Its difficult because the war
> folder has files in it that need to be under source control, yet I
> need to create a tomcat deployment from this folder. So my deployment
> has all these .svn folders in it. Right now I've resorted to just
> stripping out the .svn files from the war folder hierarchy, and
> zipping it up from there. Seems like there should be a better way.

-- 
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-tool...@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