How to run and debug apps script projects in Eclipse Oxygen - eclipse

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.

Related

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

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.

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/

Google Plugin for Eclipse cannot be properly Installed

I have installed
Google Plugin for Eclipse 3.6
Google Web Toolkit SDK 2.4.0
in my Eclipse-Helios-3.6 but cannot find the google plugin icon in my toolbar and also I'm able to find Google in Windows>>Preferences.
Operating system-Ubuntu
Well since you are able to see google in windows preferences i am assuming that the installation did work. Have you tried creating a new GWT Project. The GWT button might not show if the project is wrong.
Do not use the pre-packaged Eclipse in Ubuntu (that version is often quite outdated). Get a current version from the Eclipse website instead and install it in a directory that you like (thereby avoiding problems with the Eclipse update mechanism, which doesn't fit the Linux directory guidelines very well).

Using the Eclipse Marketplace on Aptana Studio 3

I'm currently trying out Aptana Studio 3 for PHP development (I'm pretty new to all these), and I've stumbled upon a problem. I've noticed Eclipse has a Marketplace that hosts a wide variety of plugins, and I'd like to install one that helps me for version control.
However, I can't find the Eclipse Marketplace dialog under Aptana. Is there anybody out there who's done this before (installing Eclipse Marketplace stuff in Aptana)?
Also, this is a little out-of-topic but I'd like to use Java.net as the place where I'll be storing my repository. To my knowledge, NetBeans has a built-in support for Java.net; is there anything similar for Eclipse/Aptana Studio?
EDIT: If it helps, I installed Aptana Studio as a standalone version, and not as a plugin on Eclipse.
Try Help / Install New Software, and click on the Available Software Sites link. You'll probably have the eclipse Helios release directory in the list, just check it to activate it. A lot of third-party packages have their own release sites, you can add them in the same dialog.

No option for Dynamic web project in eclipse

I need to create a dynamic web project in Eclipse but the option doesn't appear anymore.
I installed Google Web Apps engine(JAVA) and its SDK along with GWT, ever since the option for dynamic project has disappeared.
Also the option to generate web client from WSDL files is no longer there.
I've tried re-installing the web app toolkit for eclipse but still it's not working.
Any pointers to get back these options would be great
Thanks
Maybe Eclipse WTP plugin has been accidently removed. Have you tried re-installing WTP using this location ? If I were you I would have reinstall Eclipse from strach or even better try Spring ToolSuite which integrates with Google Plugin for Eclipse seamlessly (usign Extenstions tab on STS Dashboard)