Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse eclemma - No repository found containing: osgi.bundle,org.eclipse.eclemma

i had eclemma installed on oxygen Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200 and working, but it seems gone from the menu.

trying to update, gets the message below. removing and reinstalling does not make any coverage items appear in the menu. so i am stuck in a loop.

thanks

edit: photon has a different version. and photon has a coverage button.

photon
    EclEmma Java Code Coverage  3.1.0.201801310113  org.eclipse.eclemma.feature.feature.group   Eclipse EclEmma
    Eclipse Java Development Tools  3.14.0.v20180308-0630   org.eclipse.jdt.feature.group   Eclipse.org
    Eclipse Platform    4.8.0.v20180308-0630    org.eclipse.platform.feature.group  Eclipse.org
    Eclipse RCP 4.8.0.v20180308-0630    org.eclipse.rcp.feature.group   Eclipse.org

oxygen
    EclEmma Java Code Coverage  3.1.0.201804041601  org.eclipse.eclemma.feature.feature.group   Eclipse EclEmma
    Eclipse Java Development Tools  3.13.4.v20180330-0919   org.eclipse.jdt.feature.group   Eclipse.org
    Eclipse Platform    4.7.3.v20180330-0640    org.eclipse.platform.feature.group  Eclipse.org
    Eclipse RCP 4.7.3.v20180330-0640    org.eclipse.rcp.feature.group   Eclipse.org



An error occurred while collecting items to be installed
session context was:(profile=C__Users_ray_eclipse_java-oxygen3_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.eclemma.core,3.1.0.201805281015
No repository found containing: osgi.bundle,org.eclipse.eclemma.doc,3.1.0.201805281015
No repository found containing: osgi.bundle,org.eclipse.eclemma.ui,3.1.0.201805281015
No repository found containing: org.eclipse.update.feature,org.eclipse.eclemma.feature,3.1.0.201805281015
like image 884
Ray Tayek Avatar asked Aug 08 '18 19:08

Ray Tayek


People also ask

How do I download EclEmma?

The official releases builds are available for download below. Alternatively EclEmma can be directly installed from the update site http://update.eclemma.org/.

What is the EclEmma plugin?

EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench: Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage.


1 Answers

I had exactly the same problem, and was able to update EclEmma using the Marketplace at Help -> Eclipse Marketplace (search for EclEmma; an update button will be shown).

like image 100
davidpace Avatar answered Oct 09 '22 13:10

davidpace