andau / abapCI

Continuous Integration for ABAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to update/reinstall

FreHu opened this issue · comments

I'm running into the following error when updating:

Cannot complete the install because one or more required items could not be found.
Software currently installed: ABAP Continuous Integration 0.5.4.2 (com.abapci.feature.feature.group 0.5.4.2)
Missing requirement: com.abapci.plugin 0.5.4.2 requires 'osgi.bundle; org.junit.jupiter.api 0.0.0' but it could not be found
Cannot satisfy dependency:
From: ABAP Continuous Integration 0.5.4.2 (com.abapci.feature.feature.group 0.5.4.2)
To: org.eclipse.equinox.p2.iu; com.abapci.plugin [0.5.4.2,0.5.4.2]

eclipse_2018-11-23_14-18-41

commented

please try to reinstall with the new version 0.5.4.3.

thanks for raising this issue. Jupiter is related to JUNIT 5 which should not be a required dependency for this plugin and is only used in the unit test section.
I am a bit surprised that this issue happened during installation but nethertheless I removed the jupiter dependency hopefully completely, thus please try to reinstall ther version 0.5.4.3

Greetings Andreas