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?

Hi!

I'm not involved in any of this, but Java 9 support is no longer beta: https://www.eclipse.org/eclipse/news/4.7.1a/#java-9. The JMOD issue targets 4.8.

best regards,
Vlad


On Fri, Oct 13, 2017 at 9:22 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
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@eclipse.org on behalf of Katrin STRASSL" <tycho-user-bounces@eclipse.org on behalf of Katrin.STRASSL@sprecher-automation.com> 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


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top