Installing Groovy and Gradle plugins in Eclipse 4.17 (2020-09) offline - eclipse

I am trying to add the latest groovy IDE plugin to Eclipse 4.17 (2020-09). The network security blocks access to eclipse marketplace and other sites like dist.springsource.org. Where can I download the appropriate zip archive for offline installation?
Thank you!

Each of the release notes pages on the groovy/groovy-eclipse github site have update site archive links at the bottom.

Related

How to run and debug apps script projects in Eclipse Oxygen

After the Google Plugin for Eclipse has been deprecated the options are to install Cloud Tools for Eclipse and/or the GWT Eclipse Plugin:
Developing Apps Script Projects in Eclipse
I have installed both as recommended in Eclipse Oxygen but now I couldn't find a way to import Apps Script Projects from Google Drive.
Is this still possible or has been removed as a possibility?
If it's possible is there any documentation on how to do it?
Don't use the plugin by Google.
Use the one from branflake instead : https://github.com/gwt-plugins/gwt-eclipse-plugin
On the github page there are links to excellent video tutorials of how to use this plugin : https://www.youtube.com/watch?v=DU7ZQVLR5Zo&list=PLBbgqtDgdc_TqzA-qXrjgTFMC_6DKAQyT
Installation is done by simply clicking the install button on the github page under the "Marketplace" header.

Unable to download Glassfish tools for Eclipse Kepler?

I'm using STS based on Kepler 4.3.2. I am not able to download support for Glassfish from the Oracle site. Whenever I try to download via Eclipse Marketplace, I get this error message:
"No repository found at http://download.oracle.com/otn_software/oepe/kepler."
Could someone please enlighten me what the problem is with the site?
Installation (using the Install button, dragged to running Eclipse workspace) from http://marketplace.eclipse.org/content/glassfish-tools-kepler works for me.
If the p2 repo is not available on download.oracle.com (it could be a glitch), you can always download the latest p2 repo and use it offline.
See the last "Oracle Enterprise Pack for Eclipse (12.1.3.1)" (or a previous release), and download a repo like:
http://download.oracle.com/otn_software/oepe/12.1.3.1/luna/oepe-12.1.3.1-luna-repository.zip
Or, for Kepler, an older one:
http://download.oracle.com/otn_software/oepe/12.1.2.3/kepler/oepe-12.1.2.3-kepler-repository.zip
(you must do it from the web page, after accepting the license)

Where can I download the LuaEclipse plugin from

Where can I download the LuaEclipse plugin from? The link on the luaeclipse.luaforge.net page is broken.
BTW, I can't use the eclipse update site http://luaeclipse.luaforge.net/update-site/site.xml due to firewall issues. So I need to download archive of the LuaEclipse plugin, which I than will extract locally and can point eclipse to.
The Lua Development Tools look like a new version of the eclipse plugin:
See : http://www.eclipse.org/koneki/ldt/
This link is working:
LuaEclipsePlugin
There you can download it as a zip file.
The below link is the latest URL for lua plugin for Eclipse (to be used from inside Eclipse):
http://download.eclipse.org/ldt/releases/milestones/

How to install the Eclipse plugin for Symfony 2?

I want to install the Eclipse plugin for Symfony 2. But I'm stuck at the start.
I'm following the guide at http://pulse00.github.com/Symfony-2-Eclipse-Plugin/.
Prerequisites
At the current stage the Symfony Eclipse Plugin requires a nightly
build of the PHP Development Tools (PDT), as there have been some
changes to the way extenders can hook into PDT. This nightly build can
be downloaded as a build artifact from the eclipse continuous
integration site. You'll need to download a file called
pdt-Update-N[TIMESTAMP]>.zip by clicking the latest build in the build
history -> Build artifacts -> build/N[TIMESTAMP] .
So, I visited the "eclipse continuous integration site" at https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/ but I couldnt find the file they said: pdt-Update-N[TIMESTAMP].
I just can't find it there. I tried downloading some other files but don't know what to do with them.
#Tool no nightly-build of PDT is needed anymore, simply add the updatesite and install the plugin: http://symfony.dubture.com/installation/
I was running into the same issue. I found this link which is in french, but I was able to gleam the following steps:
Go here
Where it says "build / N0000000000000", click the N00000000000
Then look in the file list near the bottom for the archive.
I found this post was particularly helpful for me
http://www.symfony-zone.com/wordpress/2011/11/07/how-to-build-a-great-eclipse-environment-for-symfony2-development/
As noted in the installation instructions for the Symfony2 Eclipse plugin on Github
https://github.com/pulse00/Symfony-2-Eclipse-Plugin#readme
just add the update site to your available software sites (Help > Install new software > Add)
http://p2.dubture.com

Is it possible to download Eclipse Marketplace as a plugin?

I have installed Eclipse SDK, which doesn't come with Eclipse Marketplace. Is it possible to download Eclipse Marketplace as a plugin?
From what it looks from their site, it seems as we can only get it when downloading specific versions of Eclipse.
Thanks
See How do I install Eclipse Marketplace in Eclipse Classic?
As far as I know, the Classic distribution does not contain the Marketplace client (and that is the only such official distribution). However, it is available for download.
Select Help/Install new software... from the menu, select the Juno update site (http://download.eclipse.org/releases/juno), and then look for the Marketplace client - it is in the General Purpose Tools category.