Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Testing with JDK 11-ea?

Hi,

2 other possible workarounds -which are IMO better than tweaking the MANIFEST.MF files= are:
* adding the javax.annotations bundle or the org.eclipse.e4.rcp feature as explicit requirement in the test bundles via target-platform-configuration/dependency-resolution/extraRequirements, or
* moving the tycho-surefire-plugin/useJDK ( https://www.eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/test-mojo.html#useJDK ) to BREE to assign tests to a VM that matches the BREE.

@Stephan: Just ot make sure, at the moment, does any bundle has JavaSE-11 as BREE, because I think it could be also something not supported well by Tycho, but it's a different story.

Back to the top