Thank you very much Jason, that link resolved our problem. We were using ANT scripts to workaround this.
Thanks again. On 11 sep, 10:28, Jason Parekh <[email protected]> wrote: > Hey Joe, > Thanks for describing your scenario -- it's useful for us to understand > exactly what users require when they request certain features. > > The community's come up with a way of adding the dynamic web project facet > to GWT projects, allowing the use of Eclipse's built-in deploy-to-server > features. Check out the 4th comment and its contained link > fromhttp://code.google.com/p/google-web-toolkit/issues/detail?id=3584&q=w.... > > Hope that helps! > jason > > > > On Wed, Sep 9, 2009 at 2:27 PM, jmpeace <[email protected]> wrote: > > > Thanks for your answer Jason. > > > I was previously using cypal studio because it makes it easy for you > > to deploy your compiled code (HTML & CSS) and java clases (Servlets) > > to a local server in the traditional Eclipse way. (Run As > Run on > > Server). > > > I've put almost all of my GWT client and server code inside a JAR, and > > my team use this jar to build products using this jar as their core. > > The team members simply make extensions to server classes, they are > > not involved in changes to the UI (GWT) code. > > > The team uses WEB MODE only, because of performance reasons. > > > My original question was, how could I deploy the war directory to a > > server inside eclipse? > > > Thank you very much for your attention. > > > joe > > > On 17 ago, 11:09, Jason Parekh <[email protected]> wrote: > > > Hi jmpeace, > > > Could you explain your use case a bit more (so in the future, we can > > better > > > support it.) > > > > My understanding is you'd like to do infrequent GWT compiles and package > > > this into a WAR and run it on a server. Is the server GWT's jetty > > instance > > > or your own app server? > > > > You may be able to use Keith's instructions fromhttp:// > > groups.google.com/group/Google-Web-Toolkit/msg/9ce13140f71e2100if > > > you want to run this on your own app server. > > > > Thanks, > > > jason > > > > On Fri, Aug 14, 2009 at 4:14 PM, jmpeace <[email protected]> wrote: > > > > > I've been using Cypal Studio so far, as it provides this > > > > functionality. Is there a way to do that with the new plug in? How > > > > could I launch the project in web mode without compiling every time? > > > > > I have this situation since the client side of my app is almost > > > > finished and I don't really need to transcode it very often. > > > > > Any suggestion would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
