andau / abapCI

Continuous Integration for ABAP
MIT License
62 stars 14 forks source link

Unable to update/reinstall #16

Closed FreHu closed 5 years ago

FreHu commented 5 years ago

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

andau commented 5 years ago

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