openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
57 stars 14 forks source link

Eclipse : 'Installing Software' has encountered a problem #245

Open phil69210 opened 4 months ago

phil69210 commented 4 months ago

I develop in PHP under Eclipse and I tried to install your plugin following https://openclover.org/doc/manual/latest/eclipse--openclover-for-eclipse-in-10-minutes.html

When the installation comes :

Cannot complete the install because one or more required items could not be found. Software currently installed: OpenClover 4.5.2.v20240131000000 (org.openclover.eclipse.feature.feature.group 4.5.2.v20240131000000) Missing requirement: OpenClover Core 4.5.2.v20240131000000 (org.openclover.eclipse.core 4.5.2.v20240131000000) requires 'osgi.bundle; org.eclipse.jdt.debug.ui 0.0.0' but it could not be found Cannot satisfy dependency: From: OpenClover 4.5.2.v20240131000000 (org.openclover.eclipse.feature.feature.group 4.5.2.v20240131000000) To: org.eclipse.equinox.p2.iu; org.openclover.eclipse.core [4.5.2.v20240131000000,4.5.2.v20240131000000]

I needed to install Eclipse JDT Plug-in Developer Resources for the correct this problem.

It would be fine that the documentation mention the installation of this dependence in the "Installing the plugin" section.