Skip to main content

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

https://bugs.eclipse.org/bugs/show_bug.cgi?id=514471

no ETA

from what I could gather JDT support for Java 9 ist still BETA [1] and we are waiting for the JDT batch compiler to support JMOD files [1] (although there may be more missing on the Tycho or JDT side)

Regards,
Jan

[1] https://wiki.eclipse.org/Java9 
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=500905 


On 12.10.17, 14:48, "tycho-user-bounces@xxxxxxxxxxx on behalf of Katrin STRASSL" <tycho-user-bounces@xxxxxxxxxxx on behalf of Katrin.STRASSL@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

    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
    


Back to the top