You need to change the GAE SDK version manually.
On my mac : Eclipse > Preferences > Google > App Engine

On 19/10/10 08:03, "Peter Liu" <tinyee...@gmail.com> wrote:

>Ok. I installed a new Eclipse (Helios), install the Google plugin with
>only 1.3.8, created a new project, deploy to production, and still,
>the version is still Google App Engine/1.3.7.
>
>You can hit the url that print the version here:
>http://9.latest.vikispottest.appspot.com/vikispot9
>
>I don't think it's my setting issue. Can anyone verify?
>
>On Oct 18, 10:41 pm, Peter Liu <tinyee...@gmail.com> wrote:
>> I created a brand new project with 1.3.8 sdk, deploy to live server,
>> and the SystemProperty.version is still:
>>
>> "Google App Engine/1.3.7".
>>
>> Can anyone help? How do I verify what version of jars I deployed to
>> production?
>>
>> @SuppressWarnings("serial")
>> public class VikiSpot8Servlet extends HttpServlet {
>>         public void doGet(HttpServletRequest req, HttpServletResponse
>>resp)
>>                         throws IOException {
>>                 resp.setContentType("text/plain");
>>
>>                 String ver = SystemProperty.version.get();
>>                 resp.getWriter().println(ver);
>>                 //resp.getWriter().println("Hello, world");
>>         }
>>
>> }
>
>-- 
>You received this message because you are subscribed to the Google Groups
>"Google App Engine for Java" group.
>To post to this group, send email to
>google-appengine-j...@googlegroups.com.
>To unsubscribe from this group, send email to
>google-appengine-java+unsubscr...@googlegroups.com.
>For more options, visit this group at
>http://groups.google.com/group/google-appengine-java?hl=en.
>


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to