Re: [appengine-java] Introducing App Engine SDK 1.3.0

2009-12-16 Thread Matt Farnell
doh, never thought to try that, I guess I do need some more sleep :)

thanks Jason and Vince for your help, that fixed the problem!

On Wed, Dec 16, 2009 at 8:46 AM, Jason Parekh  wrote:

> Hi Matt,
>
> You'll need to go to Help > Available software, expand the "Google
> Update Site for Eclipse 3.4", and select the App Engine SDK from
> there.
>
> Hope that helps,
> jason
>
> On Wed, Dec 16, 2009 at 11:37 AM, Matt Farnell  wrote:
> > Hi Jason,
> > It could be just me but when I try and update to 1.3.0 from 1.2.8 in
> eclipse
> > by clicking Help -> Software Updates -> Update I don't get any updates
> for
> > google appengine, thats how I have always in the past got updates but I
> seem
> > to be stuck on 1.2.8, 1.3.0 isn't coming through the eclipse updates (I
> know
> > I can add the SDK manually but I'd prefer the automagical way)
> > Is this a known issue or just me?
> > thanks,
> > Matt
> >
> > On Mon, Dec 14, 2009 at 8:00 PM, Jason (Google) 
> wrote:
> >>
> >> Hi Everyone. We just released version 1.3.0 of the App Engine SDK for
> >> both Python and Java. The most notable change is the new experimental
> >> Blobstore API which allows billed apps to store files up to 50 MB. The
> >> release also includes some performance tweaks to the Java runtime.
> >>
> >> Blog post:
> >>
> http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-released-including.html
> >>
> >> Release notes:
> >> Python: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
> >> Java:
> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
> >>
> >> Cheers!
> >> - Jason
> >>
> >> --
> >>
> >> 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.
>
>
>

--

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.




Re: [appengine-java] Introducing App Engine SDK 1.3.0

2009-12-16 Thread Jason Parekh
Hi Matt,

You'll need to go to Help > Available software, expand the "Google
Update Site for Eclipse 3.4", and select the App Engine SDK from
there.

Hope that helps,
jason

On Wed, Dec 16, 2009 at 11:37 AM, Matt Farnell  wrote:
> Hi Jason,
> It could be just me but when I try and update to 1.3.0 from 1.2.8 in eclipse
> by clicking Help -> Software Updates -> Update I don't get any updates for
> google appengine, thats how I have always in the past got updates but I seem
> to be stuck on 1.2.8, 1.3.0 isn't coming through the eclipse updates (I know
> I can add the SDK manually but I'd prefer the automagical way)
> Is this a known issue or just me?
> thanks,
> Matt
>
> On Mon, Dec 14, 2009 at 8:00 PM, Jason (Google)  wrote:
>>
>> Hi Everyone. We just released version 1.3.0 of the App Engine SDK for
>> both Python and Java. The most notable change is the new experimental
>> Blobstore API which allows billed apps to store files up to 50 MB. The
>> release also includes some performance tweaks to the Java runtime.
>>
>> Blog post:
>> http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-released-including.html
>>
>> Release notes:
>> Python: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>> Java: http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>>
>> Cheers!
>> - Jason
>>
>> --
>>
>> 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.




Re: [appengine-java] Introducing App Engine SDK 1.3.0

2009-12-16 Thread Vince Bonfanti
I had the same issue, so instead I went to "Help->Install New Software...",
then selected the Google App Engine site from the "Work with..." menu; then
it allowed me to select SDK 1.3.0.

Vince

On Wed, Dec 16, 2009 at 11:37 AM, Matt Farnell  wrote:

> Hi Jason,
>
> It could be just me but when I try and update to 1.3.0 from 1.2.8 in
> eclipse by clicking Help -> Software Updates -> Update I don't get any
> updates for google appengine, thats how I have always in the past got
> updates but I seem to be stuck on 1.2.8, 1.3.0 isn't coming through the
> eclipse updates (I know I can add the SDK manually but I'd prefer the
> automagical way)
>
> Is this a known issue or just me?
>
> thanks,
> Matt
>
>
>

--

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.




Re: [appengine-java] Introducing App Engine SDK 1.3.0

2009-12-16 Thread Matt Farnell
Hi Jason,

It could be just me but when I try and update to 1.3.0 from 1.2.8 in eclipse
by clicking Help -> Software Updates -> Update I don't get any updates for
google appengine, thats how I have always in the past got updates but I seem
to be stuck on 1.2.8, 1.3.0 isn't coming through the eclipse updates (I know
I can add the SDK manually but I'd prefer the automagical way)

Is this a known issue or just me?

thanks,
Matt

On Mon, Dec 14, 2009 at 8:00 PM, Jason (Google)  wrote:

> Hi Everyone. We just released version 1.3.0 of the App Engine SDK for
> both Python and Java. The most notable change is the new experimental
> Blobstore API which allows billed apps to store files up to 50 MB. The
> release also includes some performance tweaks to the Java runtime.
>
> Blog post:
> http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-released-including.html
>
> Release notes:
> Python: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
> Java: http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>
> Cheers!
> - Jason
>
> --
>
> 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.




Re: [appengine-java] Introducing App Engine SDK 1.3.0

2009-12-15 Thread Rusty Wright
The Google Boys are cooking!  It hasn't even been 2 weeks since the last 
release.


Jason (Google) wrote:
> Hi Everyone. We just released version 1.3.0 of the App Engine SDK for
> both Python and Java. The most notable change is the new experimental
> Blobstore API which allows billed apps to store files up to 50 MB. The
> release also includes some performance tweaks to the Java runtime.
> 
> Blog post: 
> http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-released-including.html
> 
> Release notes:
> Python: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
> Java: http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
> 
> Cheers!
> - Jason
> 
> --
> 
> 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.




[appengine-java] Introducing App Engine SDK 1.3.0

2009-12-14 Thread Jason (Google)
Hi Everyone. We just released version 1.3.0 of the App Engine SDK for
both Python and Java. The most notable change is the new experimental
Blobstore API which allows billed apps to store files up to 50 MB. The
release also includes some performance tweaks to the Java runtime.

Blog post: 
http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-released-including.html

Release notes:
Python: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
Java: http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

Cheers!
- Jason

--

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.