Update March 2019:
be sure to use https://nodeclipse.github.io/updates/gradle-ide-pack/
not nodeclipse.org
Install Pivotal Gradle IDE & Enide Gradle for Eclipse & EGradle Editor in one operation. This plugin set works in any Eclipse (from Neon downto 3.7.2). For Oxygen EGradle Editor was added, while EditBox excluded.
Included are:
- Gradle (STS) Integration for Eclipse by Pivotal (feature name is Gradle IDE) @GitHub
- Gradle for Eclipse by Nodeclipse/Enide @GitHub
- EGradle Editor for .gradle files. @ https://github.com/de-jcup/egradle ADDED. Newly included since October 2017 as it is better than still included :
- Minimalist Gradle Editor plugin @GitHub
- Nodeclipse EditBox for code blocks highlight. @GitHub
- StartExplorer for quick switch to command line @GitHub
- ZipEditor with some additions v1.1.2 to quickly look inside Gradle output: aar, apk, jar, war ... etc files
( This entry uses composite update site, check xml files at https://github.com/Nodeclipse/nodeclipse.github.io/tree/master/updates/g... for used specific update sites URL. )
With Enide Gradle for Eclipse build.gradle
file inside project would be enough. It can be created with Pivotal Gradle IDE; or by adding build.gradle
file to other project (e.g. Maven, Classic Java or C/C++). With Pivotal Gradle IDE .project file is to have
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
that you get with File -> New -> Project -> Gradle / Gradle Project or File -> Import -> Gradle / Gradle Project You can do without Gradle IDE with command line
$ gradle eclipse
then importing as existing project. Stone age of IDE: you would need to rerun `gradle eclipse` every time you update dependencies. But if you need just to take a look at a project, this way may suffice. (Some prefer the stability and predictability of generating Eclipse settings over having them managed inside eclipse with a plugin.)
Hints: When the same Gradle version is configured in Pivotal Gradle IDE, Enide Gradle and/or on system PATH, then daemon is reused. That will make build and task execution faster. Stackoverflow question -> Chapter 19.
Example:
Preferences ->
Gradle ->
Gradle distribution - Folder D:\Progs\gradle\gradle-1.11
Gradle Enide->
Gradle home to use D:\Progs\gradle\gradle-1.11
Listed in Nodeclipse Plugins List.
Reviews Sign in to post reviews
Getting errror while install using eclipes marketplace
Submitted by Avinash Singh on Wed, 2018-03-21 02:16
Hi Team,
i am not able to install Gradle IDE pack 3.8x +1.0x getting error avery time same connection refuse very argent could you plaease help on that error. getting same error rest eclipes IDE to.
Unable to connect to repository http://www.nodeclipse.org/updates/gradle-ide-pack/content.xml
Connection timed out: connect
Re: Getting errror while install using eclipes marketplace
Submitted by Paul Verest on Tue, 2019-03-26 11:24
Use GitHub issues, not marketplace reviews....
Re: Getting errror while install using eclipes marketplace
Submitted by Gerald Fiedler on Mon, 2018-03-26 05:56
Same for me:
GET /updates/gradle-ide-pack/content.xml HTTP/1.0
HTTP/1.1 301 Moved Permanently
Server: Tengine/1.4.2
Date: Mon, 26 Mar 2018 09:47:14 GMT
Content-Type: text/html
Content-Length: 286
Connection: close
Location: http:/ /127.0.0.1/
How to change the repository of gradle?
Submitted by Hubery Lee on Fri, 2015-08-28 09:28
The default reposity of gradle is "..../users/{user}/.gradle".
I can change to another path by set a system environment variable called "GRADLE_USER_HOME".
But it doesn't work to this plugin. This pugin would download artifacts into the default path. I didn't find the way to change that.
Any Suggestions?
Re: How to change the repository of gradle?
Submitted by Paul Verest on Wed, 2017-10-18 09:45
Use sites like http://stackoverflow.com/ to ask questions, instead of solution marketplace entry.
For particular component issues, please use GitHub links.