How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread jbdhl
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

Re: How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread Rajeev Dayal
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 jbirksd...@gmail.com

Re: How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread jbdhl
Aaah, yes, you are absolutely right. Both the GWT and GAE jars are copied upon SDK selection. Problem solved. 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