1

I am trying to install shelled in the latest Eclipse Luna and I am getting the following error:

    An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.egit,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.egit.core,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.egit.doc,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.egit.ui,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.jgit,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.jgit.archive,3.7.1.201504261725-r
No repository found containing: org.eclipse.update.feature,org.eclipse.egit,3.7.1.201504261725-r
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.eclipse.jgit.java7,3.7.1.201504261725-r
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit.java7,3.7.1.201504261725-r
No repository found containing: osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200

I have tried to install it locally from archive and also Bash script plugin for Eclipse?, but and all of this failed.

Any ideas?

Community
  • 1
  • 1
yehudahs
  • 2,488
  • 8
  • 34
  • 54

5 Answers5

1

To solve this issue for Luna (4.4.2.M20150204-1700), I had to install dltk :

go Help => install, new software => Add

Name: DLTK

Location: http://download.eclipse.org/technology/dltk/updates-dev/5.3.1/

I choose only the first checkbox :"Dynamic Languages Toolkit Core Frameworks"

Then I installed ShellEd by following this tutorial : how-to-install-plugin-for-eclipse-from-zip.

Community
  • 1
  • 1
Aurelien
  • 458
  • 1
  • 5
  • 13
0

try to downlaod the plugin manually from the update site, then follow the instructions here: how-to-install-plugin-for-eclipse-from-zip

Community
  • 1
  • 1
Mzq
  • 1,796
  • 4
  • 30
  • 65
0

Finally I managed to install it by deleting eclipse luna and downloading it again from scratch... I still don't understand why I got the errors in my old eclipse... It is rather annoying since I had a lot of plugins installed in my old eclipse and I had to re-install them all over again (this time I installed shelled first to eliminate the possibility that one of the plugins interfering with shelled installation...). Looks like a bug in eclipse (or one of its plugins) to me.

yehudahs
  • 2,488
  • 8
  • 34
  • 54
0

Here is how I installed shelled on Eclipse Luna successfully.

Steps:

Tips:

  • The key part it to check the option mentioned above, otherwise it will fail. Even though it's slow and not necessary for most other plugins.
Eric
  • 22,183
  • 20
  • 145
  • 196
0

If you are looking for a good shell editor plugin for eclipse, here it is :

http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=3261650

Just drag the "install" button to eclipse workspace. It will automate the installation.