Skip to content

Eclipse Marketplace For Cucumber Eclipse Plugin

Girija Prasad Panda edited this page Jan 31, 2019 · 3 revisions

Eclipse-Marketplace Details

Eclipse-Marketplace

Cucumber-Eclipse Plugin is now available in Eclipse-Marketplace.

How To Install Plugin From Eclipse Marketplace

  • Make sure you are installing cucumber-eclipse plugin freshly in eclipse IDE and older version of the plugin must be uninstalled properly from your Eclipse.
  • You may install Cucumber-Eclipse Plugin by clicking the Install button from Eclipse-Marketplace.
  • To install this solution to your Eclipse installation, ensure that: -- Eclipse is launched and that you click and hold the mouse button while dragging the Install button icon over the Eclipse IDE open workspace and then drop it, by releasing the mouse button, onto Eclipse open Workspace -- You have the Eclipse Marketplace Client (mpc). This will appear in the Help menu as 'Eclipse Marketplace...', and is included with all of the packages available from the Eclipse download page (except Classic Package).

Issues and Workaround

Issue-1: An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase

While installing plugin from Eclipse-Marketplace, if you encounter below issue:

An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). Error reading signed content. D:\ECLIPSE\eclipse-jee-mars-2-win32-x86_64\eclipse\plugins\cucumber.eclipse.editor_0.0.18.201711040925.jar (The system cannot find the file specified)

Installation Issue

Root Cause:

  • The root cause of the above issue is cucumber-eclipse plugin is not properly removed from the eclipse directory OR another version of the cucumber-eclipse plugin is already installed in your eclipse.

Workaround:

Do as below to avoid above issue:

  • Open eclipse IDE and uninstall the older version of cucumber-eclipse plugin by refering Uninstall the older version of cucumber eclipse plugin
  • Close Eclipse Editor
  • Go to the Eclipse Root directory(e.g. D:\ECLIPSE\eclipse-jee-mars-2-win32-x86_64\eclipse)
  • Open 'artifacts.xml'
  • Search 'cucumber' and comment/delete all cucumber-artifacts like: <artifact classifier='osgi.bundle' id='cucumber.eclipse.editor' version='0.0.18.201711040925'> <properties size='1'> <property name='download.size' value='140820'/> </properties> </artifact> <artifact classifier='osgi.bundle' id='cucumber.eclipse.steps.integration' version='0.0.18.201711040925'> <properties size='1'> <property name='download.size' value='1817956'/> </properties> </artifact> <artifact classifier='osgi.bundle' id='cucumber.eclipse.steps.jdt' version='0.0.18.201711040925'> <properties size='1'> <property name='download.size' value='145818'/> </properties> </artifact>
  • Restart Eclipse
  • Install Cucumber-eclipse plugin from the eclipse-marketplace by clicking and holding the mouse button while dragging the Install button icon over the Eclipse IDE open workspace and then drop it, by releasing the mouse button, onto an open Workspace.
  • The plugin is successfully installed.
  • Restart Eclipse