-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ABAP CI can not be installed with eclipse 2022-09 #34
Comments
I have the same issue. |
Same here. The features mentioned in ABAP Continuous integration are too good to be true and I want them so badly. Sadly the installation from marketplace does not work even with -clean start. Issue 27 - Does not help. |
Same issue with eclipse 2022-12. |
@ABAP-Pete25 @TimoJohn @calltobharath @frankclassens same issue here. The following workaround fixed it for me (2022-12 Eclipse Java Enterprise):
Leave a comment if this workaround fixes the issue for you too. HTH Note: The selected libraries are served by the Oracle Extension Pack for Eclipse (OEPE). Unfortunately there is not current OEPE for the Eclipse version 2022-09 and later. Therefore I chose the latest available OEPE for Eclipse Photon. |
Because 2022-06 was the latest version that was working with Java 1.8. Since Java 9 those libraries were renamed. |
@mrsetosan The workaround does the job for me. Thanks! |
I experienced PKIX certificate errors, for example "PKIX path building failed: sun.security.provider.SunCertPathBuilderException", whilst trying to install the dependencies listed above using Eclipse 4.26 (2022-12). SAP note 3131747 provided the solution which is to close down Eclipse, edit eclipse.ini file and make the following changes: Add the following lines into the "eclipse.ini" file right after the line:"-vmargs"
After the above changes, I was able to install the dependencies from link http://download.oracle.com/otn_software/oepe/12.2.1.10/photon/repository/dependencies |
With the link from @jpbourne in the solution from @mrsetosan, I was able to install the ABAP CI in Eclipse 2023-03 version. Thank you |
I also can report success with Eclipse 2023-03. From the Eclipse installer - I selected the Eclipse IDE for RCP and RAP Developers. Orbit P2 - https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository As an aside: The project site is https://projects.eclipse.org/projects/tools.orbit |
Many thanks, the workaround works fine for me in version 2023-03 ! UPDATE |
I also observe successful installation - and also miss the plug-in in the preferences. A look in the Error Log of Eclipse shows a FrameworkEvent ERROR with the plug-in com.abapci.plugin upon starting Eclipse:
|
RSegaux A minor miracle After some direct editing of the .p2/pool/plugins/ directory, I removed the junit-jupiters jar files and left the org.junit.jupiter jar files in place. Restart shows no errors and we finally have the configuration settings available for edit. Now to start with a clean installation and work out the minimum necessary steps to get this working. |
@d023604 |
the detail of the error : _org.osgi.framework.BundleException: Could not resolve module: com.abapci.plugin [5160] Chain 1: Chain 2: |
Thanks for those instructions @d023604! I was able to get the plugin installed now on 2023-03, but still getting some errors like @RSegaux with the dependencies. I got mine down to:
Seems to be an issue with the |
plugin installed with Eclipse 2023-12 and ADT 3.38 |
Hello, Cannot complete the install because one or more required items could not be found. |
Hello, I have the same problem again after the eclipse update. I'm not able to solve it, I give up this tool, it's a pity. |
Hours and hours of trying, still no luck getting past the initial error. No matter what instructions I follow or packages I install, the error when trying to install ABAP CI 0.5.5.2 remains the same:
The only reason I desperately want to install the plugin is the 'colored projects' option. With many S/4 HANA Public Cloud instances, you quickly get lost in all the tabs. Oh the time I've lost searching for the right one :| How difficult is it to develop your own Eclipse plugins? Would perhaps even be worth it putting in the time to learn :) |
It's not difficult but you need to learn a bit. You can start from https://www.vogella.com/, is really useful website. You can also check mine Vertical Tabs plugin. It helps managing the tabs using additional view. |
Thanks for the link, looks like a solid starting point! Now to figure out what type of plugin/extension this would be, because you're immediately swamped with new Eclipse terminology. Ah well, part of the learning journey I suppose. Wow that's actually a very useful plugin! I would argue it's even better then just color coding :) |
Encountering a junit issue when installing in Eclipse Version: 2024-06 (4.32.0) .
Any ideas? |
when installing plugin into an eclipse 2022-09 an installation error shows up:
Error message:
Cannot complete the install because one or more required items could not be found.
Software currently installed: ABAP Continuous Integration 0.5.5.2 (com.abapci.feature.feature.group 0.5.5.2)
Missing requirement: com.abapci.plugin 0.5.5.2 requires 'osgi.bundle; org.junit.platform.commons 0.0.0' but it could not be found
Cannot satisfy dependency:
From: ABAP Continuous Integration 0.5.5.2 (com.abapci.feature.feature.group 0.5.5.2)
To: org.eclipse.equinox.p2.iu; com.abapci.plugin [0.5.5.2,0.5.5.2]
The text was updated successfully, but these errors were encountered: