On Apr 26, 2:02 pm, jbdhl <[email protected]> wrote: > My project *is* under version control, but WEB-INF/lib is not (it's > added to "svn ignore"). If lib/ was under version control, it would > require me to also store the GAE and GWT directory trees under version > control too, which I'm not particularly interested in.
How about svn:ignore-ing only those libs? > I just search for a simple way to automatically copy the jars from > some toBeCopiedToLib/ dir to WEB-INF/lib/ upon build. Using eclipse. You could add a "Builder" to your project, an Ant builder for instance, with a build.xml that copies the libs (just like the build.xml generated by the webAppCreator) -- 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.
