Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] CPP and Parallel Packages are not building...

Hi everyone,

if I exclude the CPP and the Parallel package, we have a green build, but these two packages introduced new dependencies in RC2 just this week that prevent them from being built with the current setup.

Here is the error message...
[ERROR]   Missing requirement: org.eclipse.tools.templates.freemarker.java11 1.0.0.201812111206 requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=11))' but it could not be found
[ERROR]   Cannot satisfy dependency: epp.package.parallel 4.10.0.qualifier depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.autotools.feature.group 0.0.0
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.autotools.feature.group 9.6.0.201812111211 depends on: org.eclipse.equinox.p2.iu; org.eclipse.tools.templates.freemarker.java11 [1.0.0.201812111206,1.0.0.201812111206]
One simple fix would be to remove the CDT Autotools feature from the dependency tree. Or maybe it is all of a sudden necessary to use Java 11 for building the packages?

And I'm really wondering why this occurs in an RC2 for the first time!

Regards,
Markus







Back to the top