ajermakovics / eclipse-instasearch

Eclipse plug-in for fast code search
http://marketplace.eclipse.org/content/instasearch
Eclipse Public License 2.0
170 stars 48 forks source link

Can't install in Eclipse 3.6 #49

Closed da-z closed 10 years ago

da-z commented 10 years ago

Don't have the Marketplace plugin, tried to install from update site (http://code.inf.unibz.it/instasearch/downloads).

Error below:

Cannot complete the install because one or more required items could not be found. Software being installed: InstaSearch 1.5.5 (it.unibz.instasearch.feature.indigo.feature.group 1.5.5) Missing requirement: InstaSearch 1.5.5 (it.unibz.instasearch 1.5.5) requires 'bundle org.eclipse.ui 3.7.0' but it could not be found Cannot satisfy dependency: From: InstaSearch 1.5.5 (it.unibz.instasearch.feature.indigo.feature.group 1.5.5) To: it.unibz.instasearch [1.5.5]

Any workaround for this?

ajermakovics commented 10 years ago

Hmm, the simplest solution would be to use Eclipse 3.7, I'm not really trying it out on 3.6 anymore.

There is an older version (1.5.2) which I think worked on 3.6: http://code.inf.unibz.it/instasearch/downloads/plugins/it.unibz.instasearch_1.5.2.jar

Alternatively you could try building from source and changing the required eclipse version in MANIFEST.

da-z commented 10 years ago

Excellent. That link was what I was looking for. May I kindly ask you add it on the main project page? Thank you very much.

da-z commented 9 years ago

Hi. I can't find the it.unibz.instasearch_1.5.2.jar anymore :(

ajermakovics commented 9 years ago

Hi, I don't have that version anymore and have switched to Eclipse Luna. You could try building from source using: mvn install and changing the required eclipse version in MANIFEST.

da-z commented 9 years ago

Thank you. Will try.

On Wed, Nov 12, 2014, 15:09 Andrejs Jermakovics notifications@github.com wrote:

Hi, I don't have that version anymore and have switched to Eclipse Luna. You could try building from source using: mvn install and changing the required eclipse version in MANIFEST.

— Reply to this email directly or view it on GitHub https://github.com/ajermakovics/eclipse-instasearch/issues/49#issuecomment-62715112 .