EGradle IDE
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
June 2023 | 172/583 | 39 (0.05%) | 17 |
May 2023 | 159/672 | 208 (0.06%) | 10 |
April 2023 | 151/668 | 231 (0.07%) | 20 |
March 2023 | 152/688 | 267 (0.07%) | 12 |
February 2023 | 162/668 | 213 (0.06%) | 22 |
January 2023 | 135/677 | 279 (0.08%) | 24 |
December 2022 | 164/805 | 208 (0.06%) | 17 |
November 2022 | 177/808 | 221 (0.06%) | 20 |
October 2022 | 166/811 | 249 (0.07%) | 15 |
September 2022 | 166/812 | 238 (0.06%) | 20 |
August 2022 | 154/808 | 246 (0.07%) | 25 |
July 2022 | 171/816 | 207 (0.06%) | 34 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Thursday, June 8, 2023 - 01:31
Reviews Sign in to post reviews
Version 3.2.0 released
Submitted by Albert Tregnaghi on Tue, 2023-04-04 14:52
Only some minor changes - for details take a look at https://github.com/de-jcup/egradle/releases/tag/v3.2.0
New plugin update site - so install possible again
Submitted by Albert Tregnaghi on Wed, 2021-05-05 12:35
see https://github.com/de-jcup/egradle/releases/tag/v2.8.0 for details
As of https://github.com/de
Submitted by Albert Tregnaghi on Thu, 2018-01-18 19:18
As of https://github.com/de-jcup/egradle/issues/330 the solution was renamed to "EGradle IDE" and so the marketplace site was moved
from
https://marketplace.eclipse.org/content/egradle
to
https://marketplace.eclipse.org/content/egradle-ide
How does this compare to the buildship?
Submitted by Rahul Khimasia on Fri, 2017-10-27 09:32
I use the EGradle Editor plugin along with Buildship. How does this plugin compare with buildship?
Re: How does this compare to the buildship?
Submitted by Albert Tregnaghi on Wed, 2017-11-01 12:01
For about a year my team (at work) decided to use gradle as build system for our big enterprise project (JEE, different ears, message driven beans etc. etc.) So we tried out different IDE implementations (for eclipse) and became frustrated when often having problems when using console and eclipse in parallel. Sometimes the workspace was full destroyed and parts did no longer work etc. I just wanted to have a simple integration of the most needed parts for development: a good editor, unit tests should fail as on build server..., launch-configurations, some validation, information about build problems etc. I also tried out buildship and was not full convinced.
This was the time I started the development of my own plugin: EGradle.
EGradle aim was to have a smart and simple integration into eclipse which will ALWAYS work in console and eclipse IDE side by side without any problems. A simple "gradlew eclipse" shall never destroy the workspace etc. If I did start a build from console and I want to show the Junit-Results in Eclipse this should be only one single click. The main logic shall be kept inside Gradle.
When developing EGradle (IDE) I also started a dedicated Editor. After some time I was asked to make the editor standalone so I did with EGradle 2.0. where the editor came also sepearate /standalone available.
I think Buildship is a real sophisticated and good Project. The decision for question :"Should I use EGradle or Buildship ?" depends on your needs at all. I do a "eat your own dogfood" approach with EGradle in my own work and I am still happy with it. But it has some consequences : For the convenience of a "single click feature" like "import all junit results from last build" only one gradle project is set to current active (but can easily switch between). I think buildship does not have those restrictions, but some other issues- so it depends...
For more details about "Why EGradle?" please read FAQ. or the Wiki at all.
EGradle update site changed
Submitted by Albert Tregnaghi on Wed, 2016-12-21 05:59
The update site has been changed, because former URL causes sometimes problem. Old URL should also work but is deprecated now.
Re: EGradle update site changed
Submitted by Albert Tregnaghi on Wed, 2017-05-03 07:32
With release of version 1.3.1 today, the deprecated update site was removed.