How do I “install dependencies” in Eclipse “using File > Import > Install Software Items from File” to setup a bootstrap workspace for Mylyn?

StackOverflow https://stackoverflow.com/questions/12582653

  •  03-07-2021
  •  | 
  •  

Question

I'm following the Eclipse Mylyn Open Source Project's instructions for setting up a "bootstrap" ("self-hosting") workspace. But I'm stuck on the third step:

  • Install dependencies using File > Import > Install Software Items from File: mylyn-bootstrap.p2f

I select File > Import and expand all the folders in the Import dialog, and don't see "Install Software Items from File". (I do see "Team Project Set" from the fourth step, under the Team folder.)

Are these instructions assuming I've installed something other than "Eclipse 3.7 or later" from the first step?

I'm running an (as yet) unmodified "Eclipse IDE for Java Developers, Version: Helios Service Release, Build id: 20110218-0911".

Was it helpful?

Solution

Your Helios (3.6) is too old. Install software items from file was introduced in 3.7.

You could still open that file in an editor and copy/paste the update site URLs into Eclipse, so you could install the plugins manually. However, there is a high chance that already the first component (BIRT 3.7) does not install on your Eclipse 3.6.

I would generally recommend to setup one Eclipse installation per Eclipse project where you want to contribute, as they differ heavily in their dependencies and supported runtimes (e.g. either requiring Juno as dependency, or supporting everything back to 3.4).

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