A small number of applications remain on the 1.3.7 server-side code
for a brief period after each release for testing and verification
purposes.  You should be on 1.3.8 shortly.

On Tue, Oct 19, 2010 at 12:04 PM, Peter Liu <tinyee...@gmail.com> wrote:
> I tried that many times. I installed a new Eclipse with ONLY 1.3.8
> SDK.
> The Preference > Google > App Engine shows 1.3.8 ONLY.
>
> Is there a hidden folder somewhere that deploy the jars and somehow
> that folder is not updated?
>
> On Oct 19, 1:07 am, Cyrille Vincey <crll...@gmail.com> wrote:
>> 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.
>
>

-- 
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