Error installing ObjectAid in eclipse LUNA

I have an eclipse LUNA and I'm trying to set an ObjectAid to build UML diagrams. When I try to install it, I get the following error:

An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact osgi.bundle,org.junit,3.8.2.v3_8_2_v20100427-1100 is a folder but the repository is an archive or remote location. 

Why am I getting this error and how to overcome it?

thanks

+6
source share
2 answers

I had the same error message while installing the e (fx) clip plugins. Also using Luna.

The following steps helped me:

0
source

This should be fixed in ObjectAid 1.1.8. There was a problem with some Eclipse distributions. They used some older JUnit packages that were packaged than expected by the installer.

0
source

Source: https://habr.com/ru/post/979839/


All Articles