google-code-export / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
2 stars 0 forks source link

GWT trunk and soon GWT 2.6.0 are not recognized because About.GWT_VERSION_NUM field is removed #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build GWT trunk
2. Try to register GWT trunk SDK in Eclipse

What is the expected output? What do you see instead?

Eclipse will complain that the GWT trunk build version is not higher than GWT 
2.0.0 because the plugin can not find any GWT version.

To fix this, the method 
com.google.gwt.eclipse.core.runtime.GWTRuntime.getVersion() should invoke 
com.google.gwt.dev.About.getGwtVersionNum() instead (or in addition) of 
checking the deprecated static field About.GWT_VERSION_NUM.

The static field is long deprecated and is removed in GWT trunk.

Original issue reported on code.google.com by jens.neh...@gmail.com on 30 Oct 2013 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by rdayal@google.com on 31 Oct 2013 at 6:02

GoogleCodeExporter commented 9 years ago
It appears that you can work around this by ... ignoring it. 

From the Preferences, go to Google > Errors/Warnings. Under Project Structure 
and SDKs, set Invalid SDK to either Ignore or Warning.

Of course, this is just a workaround, and may skip other important warnings, 
but it does permit Dev Mode and the GWT Compile operations to behave correctly. 

Original comment by niloc132@gmail.com on 11 Nov 2013 at 6:33

GoogleCodeExporter commented 9 years ago
Rajeev: What are the chances of this being fixed in the near future?  Should we 
add About.GWT_VERSION_NUM back for the 2.6 release?  (We're hoping to release 
GWT 2.6.0 in the next few weeks.)

Original comment by mdemp...@google.com on 13 Nov 2013 at 11:55

GoogleCodeExporter commented 9 years ago
They are good. I'm aiming to put a release out towards the middle of next week. 

Original comment by rdayal@google.com on 14 Nov 2013 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by rdayal@google.com on 25 Nov 2013 at 3:52

GoogleCodeExporter commented 9 years ago
Any idea when this will appear on the update sites?  This was marked fixed on 
Monday, but Eclipse Juno is still not showing an available GPE update.

Original comment by jdou...@basis.com on 29 Nov 2013 at 6:19

GoogleCodeExporter commented 9 years ago
Getting ready to try and use 2.6.0 RC1 here on Eclipse on a new project and 
have run into this issue. I also currently use JUNO because Kepler does "window 
to front on mouse focus" behavior when my desktop is configured for "mouse 
follows focus" which breaks my workflow.

Original comment by mich...@newsrx.com on 3 Dec 2013 at 7:52

GoogleCodeExporter commented 9 years ago
@michael, this is a side issue, but RC2 was just released. 
https://code.google.com/p/google-web-toolkit/downloads/list (but I'm in the 
same position of being unable to test it).

Original comment by jdou...@basis.com on 3 Dec 2013 at 7:56

GoogleCodeExporter commented 9 years ago
No change for needing the workaround in Eclipse at this point.

Original comment by mich...@newsrx.com on 4 Dec 2013 at 3:07

GoogleCodeExporter commented 9 years ago
GWT 2.6.0 RC3 is released and it seems GWT_VERSION_NUM is back. No need to wait 
for plugin update

Original comment by oleg.lya...@wolery.org on 5 Dec 2013 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by rdayal@google.com on 20 Dec 2013 at 9:04