i created an update site with a jre12 for windows, linux and osx
if i add that repo to my pom files
and then add the feature(s) to my product file or feature file i get always this:
Software being installed: com.servoy.eclipse.feature.feature.group 2019.6.0.3500_rc
[ERROR] Missing requirement: com.servoy.eclipse.feature.feature.group 2019.6.0.3500_rc requires 'org.eclipse.equinox.p2.iu; org.eclipse.epp.runtime.openj9.win32.x86_64.feature.feature.group 0.0.0' but it could not be found
in eclipse it does find it (problem is that the target file i can't include them all then the target file editor complains that 2 of the 3 are not for my architecture, so that is a bit of a problem when adding all 3 of them to a feature or product file...)
but this in the product file:
<feature id="org.eclipse.epp.runtime.openj9.win32.x86_64.feature"/>
or this in the feature file:
<import feature="org.eclipse.epp.runtime.openj9.win32.x86_64.feature" version="4.8.0.201904301251"/>
doesn't seem to work for tycho to be able to find it..
now i wonder if i have to have a feature that includes all 3 of them?