Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-09 Thread Rajeev Dayal
The problem has to do with the P2 system used in Eclipse 3.4+. This is the provisioning system, which is responsible for plugin installation and management. Every so often, P2 performs a garbage collection of plugins that are no longer used by Eclipse. If you deliver SDKs by using plugins as the

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-09 Thread Chris Lercher
Ok, I understand. But if this is only about making it possible to keep multiple SDKs at the same time, then I would use com.google.gwt.eclipse.sdkbundle.e35.feature.2.0 instead of com.google.gwt.eclipse.sdkbundle.e35.feature.2.0.0 Or do people actually want to keep both 2.0.0 and 2.0.1 around?

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-08 Thread Chris Lercher
On Feb 5, 4:41 pm, Rajeev Dayal rda...@google.com wrote: Actually, the problem is that when we release a new SDK, the feature id changes, I'm curious: Why do you change it? If I understand it correctly, Eclipse features shouldn't contain the version number as a part of their feature id. The

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-07 Thread Jaroslav Záruba
Thanks, but that like I said I can see the checkbox. I was just confused by Eclipse not offering the update automatically. (Which is clear now.) On Feb 5, 2:22 am, Sky myonceinalifet...@gmail.com wrote: Go to Help - Install new software... then choose Google Plugin

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-05 Thread olivier nouguier
Yep it is just because it's a SDK Update and *not* a plugin update... On Fri, Feb 5, 2010 at 2:22 AM, Sky myonceinalifet...@gmail.com wrote: Go to Help - Install new software... then choose Google Plugin - http://dl.google.com/eclipse/plugin/3.5; from the drop down or else add it if it isn't

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-05 Thread Rajeev Dayal
Actually, the problem is that when we release a new SDK, the feature id changes, so Eclipse does not detect this as an update - it detects it as a new component to install. We need to change the update notification text to reflect this. On Fri, Feb 5, 2010 at 5:51 AM, olivier nouguier

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-05 Thread Thomas Broyer
On Feb 5, 11:51 am, olivier nouguier olivier.nougu...@gmail.com wrote: Yep it is just because it's a SDK Update and *not* a plugin update... and because it's actually not seen as an update: the 2.0.1 SDK will be installed side-by-side with the 2.0.0 one (AFAICT) -- You received this message

GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-04 Thread Jaroslav Záruba
Ive just noticed GWT 2.0.1 has been released, so I wanted to check how does my bug do in the new release, but Eclipse says there's nothing to update from the update site. When I browse available software from Google within Available Software the new version is actually listed (also when I check

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-04 Thread Sky
Go to Help - Install new software... then choose Google Plugin - http://dl.google.com/eclipse/plugin/3.5; from the drop down or else add it if it isn't already there. It should show both the App Engine and GWT under SDKs. Check SDKs and click Next. I had the same thing as you, but this way