Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Has Ruby been removed in DLTK 6.0?
Has Ruby been removed in DLTK 6.0? [message #1820598] Thu, 23 January 2020 16:39 Go to next message
Thorsten Schöning is currently offline Thorsten SchöningFriend
Messages: 2
Registered: January 2020
Junior Member
I've installed DLTK in version 5.10 some months ago using the Eclipse market place in Eclipse 2019-09 and set a new system for one of my collegues up today, using Eclipse 2019-12. DLTK was not available anymore in the market place and after adding the update site manually, I recognized that Ruby was missing from the options of available components to install as well. Reason was that the market place added the update site for latest versions, which has been updated to version 6 and that doesn't seem to contain Ruby anymore. After changing the update site manually to 5.11, Ruby was back again and could be installed successfully.

http://download.eclipse.org/technology/dltk/updates-dev/latest/
https://download.eclipse.org/technology/dltk/updates-dev/6.0/plugins/

vs.

http://download.eclipse.org/technology/dltk/updates-dev/5.11/
http://download.eclipse.org/technology/dltk/updates-dev/5.11/plugins/org.eclipse.dltk.ruby.abstractdebugger.source_5.11.0.201811220629.jar

Is there a reason why Ruby has been removed and things are not available using the market place anymore?
Re: Has Ruby been removed in DLTK 6.0? [message #1821030 is a reply to message #1820598] Tue, 04 February 2020 16:37 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 290
Registered: March 2013
Senior Member
This plugin wasn't maintain since years. You should switch to https://marketplace.eclipse.org/content/ruby-solargraph

Re: Has Ruby been removed in DLTK 6.0? [message #1821056 is a reply to message #1821030] Tue, 04 February 2020 22:31 Go to previous message
Thorsten Schöning is currently offline Thorsten SchöningFriend
Messages: 2
Registered: January 2020
Junior Member
Thanks for the suggestion, I'll give it a try. The following documents some problems I ran into:

cmd.exe /c gem install -V -n C:\Users\tschoening\Documents\Eclipse\Ruby GitHub\.metadata\.plugins\io.github.pyvesb.eclipse_solargraph solargraph


It seems Solargraph doesn't quote paths correctly, so the above fails. Good news is that one can install Solargraph manually instead using "gem install solargraph" and simply configure the resulting path in the preferences of the plugin. That where one can disable automatic updates as well, with paths like above they won't work anyway.

https://github.com/PyvesB/eclipse-solargraph/issues/7

For some reason things started to work as well only after I made the bin-dir of Ruby and for GEMs available using the environment variable PATH, even though Solargraph provides a setting at least for the first. But didn't test any further after things worked for now, might not be a problem at all.
Previous Topic:[BUILD] I-I200811050923-200811050923
Next Topic:Disable Text hover on comments
Goto Forum:
  


Current Time: Thu Apr 25 23:26:49 GMT 2024

Powered by FUDForum. Page generated in 0.04040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top