Hi, Whenever you switch SDKs, the appropriate runtime jars for the SDK should be automatically copied into war/WEB-INF/lib for you. The copy happens on SDK switch; not on compilation.
What version of the plugin are you using? Rajeev On Fri, Mar 19, 2010 at 10:36 AM, jbdhl <[email protected]> wrote: > In a GWT-only project, the correct gwt-servlet.jar is automatically > copied to WEB-INF/lib when the project is compiled. That is a very > nice behavior! However, the app engine jars does *not* seem to be > copied to lib/ when compiling the project. Why not? > > How do I upgrade from one app engine version to another? That is, > which jars should be manually copied? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
