Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] When can we expect a Java9-ready Tycho release?

Hi,

I tried to set up a simple Java 9 testproject with Tycho.

In the MANIFEST.MF I set the required execution environment to "JavaSE-9", maven.compiler.source and maven.compiler.target in the pom.xml are set to 1.9.

When trying to compile with Tycho 1.0, I get the following error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project com.sprecher.rep.common.api: Fatal error compiling: target level should be comprised in between '1.1' and '1.8' (or '5', '5.0', ..., '8' or '8.0') or cldc1.1: 1.9 -> [Help 1]

Will Tycho 1.1 be working with Java 9 and fix this problem? I couldn't find a scheduled release date anywhere, is there any estimate yet?

Thanks

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top