Question

I'd like to be able to edit both Ruby and Bash files natively in Eclipse Keppler. I also need Mylyn. The problem is, that installing ShellEd triggers dependency conflict:

enter image description here

Is there any way to use ShellEd together with Mylyn/Ruby? Is there a reason to issue a bug on ShellEd?


edit: This is a list of my istalled plugins:

enter image description here

Was it helpful?

Solution

The version of the DLTK Ruby tools you have installed is 2.0.0 which is very old (the current version in the Kepler repo is 5.0.0). ShellEd declares that it requires DLTK version 4.0.0 or higher, so you just need to upgrade to the latest DLTK Ruby version. That should be easy to do by selecting the Kepler repo when doing Install New Software.

enter image description here

It looks like the DLTK Mylyn Integration feature does not exist any more so you'll have to let it be uninstalled. That doesn't affect Mylyn in general, which should remain intact.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top