Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Simon Knott
If you look in the "Admin Logs" in the admin console, in the "Version Changes" entries, the minor version is the timestamp that version was deployed. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send ema

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Guillaume Laforge
On Fri, Feb 18, 2011 at 10:19, Marcel Overdijk wrote: > Nice to be in contact Guillaume :-), it has been some time. > We're missing you on Gaelyk ;-) (http://gaelyk.appspot.com/) > Do you know when the timestamp changes? After a new deployment or when a > new instance is started? > Ah good que

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Marcel Overdijk
Nice to be in contact Guillaume :-), it has been some time. Do you know when the timestamp changes? After a new deployment or when a new instance is started? Cheers, Marcel -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To pos

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Guillaume Laforge
In development, it's always 1, as far as I recall, but in production, it's a timestamp like System.currentTimeMillis(). So before the dot, that's *your* app version number, and after the dot, that's some kind of timestamp (and just 1 in local mode). Guillaume On Thu, Feb 17, 2011 at 23:23, Marcel

[appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-17 Thread Marcel Overdijk
I'm having this in appengine-web.xml 0-1 When I print this in JSP with < %=com.google.appengine.api.utils.SystemProperty.applicationVersion.get() %> I get 0-1.1 Note the .1 suffix. Is this right and is it always .1? -- You received this message because you are subscribed to the Google Groups