Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Cannot upgrade m2e Extensions Development Support 1.2

From the error message it appears your eclipse installation does not
have org.junit 4.0.0 bundle and none of enabled p2 repositories contains
this bundle.

What eclipse version do you use? iirc, org.junit 4.0+ was introduced in
eclipse 3.6/helios, although I don't remember if it was installed by
default or had to be installed explicitly.

Do you have eclipse release repository enabled in "Available Software
Sites" preference page?

For the record, I just re-tested that 1.1->1.2 upgrade worked as
expected on eclipse 4.2. Upgrade from earlier 1.x versions should work
too, but I only test N-1 updates myself.

--
Regards,
Igor

On 12-10-14 6:57 AM, Ricardo Gladwell wrote:
When I attempt to install this plugin from the m2e release update site I
get the following error:

Cannot complete the install because one or more required items could not
be found.
   Software being installed: m2e - Extensions Development Support
(Optional) 1.2.0.20120903-1050
(org.eclipse.m2e.sdk.feature.feature.group 1.2.0.20120903-1050)
   Missing requirement: M2E Testing Helpers 1.2.0.20120903-1050
(org.eclipse.m2e.tests.common 1.2.0.20120903-1050) requires 'bundle
org.junit 4.0.0' but it could not be found
   Cannot satisfy dependency:
     From: m2e - Extensions Development Support (Optional)
1.2.0.20120903-1050 (org.eclipse.m2e.sdk.feature.feature.group
1.2.0.20120903-1050)
     To: org.eclipse.m2e.tests.common [1.2.0.20120903-1050]

Am I doing something wrong?



Back to the top