Hi, I am using GWT 2.2 and the Eclipse plugin. It automatically creates the war/WEB-INF folders. Since we want to keep the project plugin- friendly, we want to keep the war/WEB-INF folders. But, we want to check the web.xml file into SVN, since it's got all our RPC services defined in it (plus other params we need).
So, the problem is, how do we keep web.xml in SVN but ignore all the compiled output in the war directory? I know we could probably set up a .svnignore with a pattern of some sort to exclude the rest, but is there a best practice or something I'm missing here (like a way to keep web.xml somewhere else and point to it at runtime)? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
