DevBoost / JUnitLoop

JUnitLoop is a tiny Eclipse plug-in that executes all JUnit test cases in the workspace that might be affected when a class is saved.
10 stars 5 forks source link

Error trying to install JUnitLoop #6

Closed boazlev closed 12 years ago

boazlev commented 12 years ago

The error occurs when trying to install from marketplace / update site / trunk Windows 7, Java 7b9, Eclipse 4.2.1

The operation cannot be completed. See the details.

Cannot complete the install because one or more required items could not be found. Software being installed: JUnitLoop 0.6.5.v201210291659 (de.devboost.eclipse.junitloop.feature.group 0.6.5.v201210291659) Missing requirement: JUnitLoop 0.6.5.v201210291659 (de.devboost.eclipse.junitloop.feature.group 0.6.5.v201210291659) requires 'de.devboost.eclipse.feedback.feature.group 0.0.0' but it could not be found

mirkoseifert commented 12 years ago

Did you enable the "Contact all update sites during install to find required software" in the Install New Software dialog?

boazlev commented 12 years ago

yes

mirkoseifert commented 12 years ago

That's strange. I've just tried to install from the following update site: http://www.junitloop.org/update using a clean Eclipse 4.2.1 on Windows 7, Java 7-b11 and did not experience any problems. Which update site are you using? Or do you use the marketplace client?

boazlev commented 12 years ago

I tried them all - marketplace, http://www.junitloop.org/update and http://www.junitloop.org/update_trunk

mirkoseifert commented 12 years ago

Can you try to install the Feedback plug-in (http://www.devboost.de/eclipse-feedback/update) on its own?

boazlev commented 12 years ago

Now it is installing, thanks

mirkoseifert commented 12 years ago

You're welcome.