Google Plugin for Eclipse not use last version of libraries - eclipse

I am using Google Plugin for Eclipse and I add API from this plugin ("Plugin>Add Google APIs...").
I would like to know why it is not using the last versions of some libraries. For example, if I add Drive API from this plugin, it is not using last version of google-api-client (plugin is using 1.16 and release 1.18 is available).
I use the last version of Google Plugin for Eclipse.
Is it normal?
Thank you.

This is a bug in Google Plugin for Eclipse. For now, you can, of course, download the latest version of the API from https://developers.google.com/api-client-library/java/apis/.
(BTW, are you sure GPE used version 1.16 and not version 1.12?)

Related

Downloading earlier version of STS4

STS 4 websites publishes link to download latest version of the IDE on their website.
How can we download one the earlier versions of STS ?
I am looking to download 4.3 as its having kotlin support.
PS: I am looking to import springframework code to eclipse(STS)
You can find previous versions of the Spring Tools 4 for Eclipse here: https://github.com/spring-projects/sts4/wiki/Previous-Versions

Where can I find binaries for previous versions of the "SonarQube for Eclipse" plugin?

I can easily get the latest version of the plugin from the Eclipse Marketplace or from the SonarQube website. However, I cannot find binaries for any previous version. I need this because at our company we use an old version of SonarQube (3.7.3), which the latest version of the plugin (3.5, as of august of 2015) doesn't support.
I have been able to find source code in GitHub. Is compiling the plugin myself the only feasible solution?
Here's the archives directory:
http://downloads.sonarsource.com/eclipse/eclipse-archives/

Is there any way to install direct 2.4 version of GWT plugin in eclipse?

In our project we are using GWT-2.4 version of GWT plugin. This plugin was already installed in eclipse which will support for Windows XP-32 bit in long back.
But, recently I got a new system with Windows 8.1 - 64 bit. When I tried to install GWT plugin in JUNO/LUNA, by default it is installing GWT-2.6 version. This will be not supported in my project.
If is there any way to install GWT-2.4 version of GWT plugin in eclipse, please reply on this question.
Are you talking about the SDK version?
If yes, download the SDK from here.
Unpack the SDK.
Goto Preferences -> Google -> Web Toolkit
Select the Add button and choose the recently downloaded version.

GWT 2.4.0 with Google Web Toolkit Plugin 3.8.0.v201410302155-rev-r42

I have a customer requirement of GWT 2.4.0 due to a Java 5 limitation. Up until this latest Google Web Toolkit Plugin update I have been able to successfully use the plugin with GWT 2.4.0. I am seeing an error regarding a missing gwt-codeserver.jar and the GWT plugin says that GWT is not installed. Is there anything I can do as a workaround for using GWT 2.4.0 and the latest Eclipse/GWT plugin?
I had the same issue. I have downloaded the newest version of GWT just to copy the gwt-codeserver.jar in my SDK folder. So I didn't have the error anymore.
Also, in my debug/run configuration, I have removed the argument "-nosuperDevMode".
I was experiencing the same problem and like Gildas, I copied the gwt-codeserver.jar from GWT 2.6.0 into the 2.4.0 folder.
The next thing I had to do to get it to work was, when adding the 2.4 SDK, I had to point to the gwt2.4.0 folder as opposed to the parent "com.google.gwt.eclipse.sdkbundle_2.4.0.v201208080121-rel-r42" folder. Clean and build, good to go...with this problem, at least.

Can't install nb-scala on NetBeans 7.4rc1

I've installed NB 7.4rc1, and downloaded nb-scala from
http://sourceforge.net/projects/erlybird/files/nb-scala/
(the 2013-03-11 version)
NetBeans complains that:
Some plugins require plugin Parsing API to be installed.
The plugin Parsing API is requested in implementation version 6. The following plugins are
affected: Scala Core       Scala Editor
I've installed the extra plug in source recommended in Netbeans plugin parsing api
For no avail.
Any ideas? thanks!
The Scala plugin uses a implementation version of a NB API. That means it uses a hardcoded version and thus it isn't compatible to any other version of NetBeans.
Please contact to the plugin author to create a compatible package for 7.4