Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Java 11 conflicting packages

Is it possible to test with latest ecj. You can specify ecj version by adding dependency to Tycho-compiler-plugin like

          <dependencies>

            <dependency>

              <groupId>org.eclipse.jdt</groupId>

              <artifactId>ecj</artifactId>

              <version>3.26.0.v20210525-1125</version>

            </dependency>

          </dependencies>

Intermediate ecj versions are available at https://repo.eclipse.org/content/repositories/eclipse-staging/

 

In eclipse platform build we use this you can see our implementation here https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse-platform-parent/pom.xml#n425

 

Thanks

Sravan

From: Mickael Istria <mistria@xxxxxxxxxx>
Sent: 01 June 2021 13:08
To: Tycho user list <tycho-user@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [tycho-user] Java 11 conflicting packages

 

This could be related to ECJ bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=571363. This bug got fixed in for upcoming release of JDT, and Tycho will be automagically fixed for that case by upgrading to newer JDT/ECJ when it's released.

This could be related to ECJ bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=571363. This bug got fixed in for upcoming release of JDT, and Tycho will be automagically fixed for that case by upgrading to newer JDT/ECJ when it's released.



Back to the top