Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Java 9 Readiness

you should be able to override which version of org.eclipse.jdt.core is used by tycho-compiler-plugin as long as it's available from a public maven repo. (i.e. no need to switch to a SNAPSHOT version of Tycho)

See e.g.

https://github.com/eclipse/eclipse.platform.releng.aggregator/blob/7589b0b199c0d5cddb0232bbec49085aab9bff57/eclipse-platform-parent/pom.xml#L418

Maybe repo.eclipse.org already provides the java9 branch binaries of JDT?

Regards,
Jan

On 13/03/2017, 21:09, "cross-project-issues-dev-bounces@xxxxxxxxxxx on behalf of Tom Schindl" <cross-project-issues-dev-bounces@xxxxxxxxxxx on behalf of tom.schindl@xxxxxxxxxxxxxxx> wrote:

Hi,

Is there a chance that we get maven-tycho snapshots who use the java9
branch of jdt? This would help us to find problems when new code is
added who violates eg module-access rules.

Tom

On 13.03.17 21:06, Daniel Megert wrote:
> Hi Ed
> 
> It depends whether you want to run the tests from the command line or
> out of the IDE. From the command line you only need a Java 9 VM (e.g.
> the one installed on Hudson). From the IDE you need to install the Java
> 9 support as indicated in 'Running Eclipse with Java 9 Support (BETA)'.
> 
> Dani
> 
> 
> 
> From:        Ed Willink <ed@xxxxxxxxxxxxx>
> To:        cross-project-issues-dev@xxxxxxxxxxx
> Date:        13.03.2017 20:40
> Subject:        Re: [cross-project-issues-dev] Java 9 Readiness
> Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx
> ------------------------------------------------------------------------
> 
> 
> 
> Hi
> 
> I'm confused again.
> 
> You previously replied that it was necessary to install a special JDT so
> that a Java 9 JDK was available within Eclipse. I see no mention of this
> in the wiki. Without doing this how can tests be run using Java 9?
> 
>     Regards
> 
>         Ed Willink
> 
> 
> On 13/03/2017 19:05, Daniel Megert wrote:
> I assume many of you already heard that Java 9 is _scheduled for GA on
> July 27, 2017_ <http://openjdk.java.net/projects/jdk9/>. The Planning
> Council did not yet decided how we will ship the Java 9 support for
> Eclipse but requires all release train projects to assess their
> readiness regarding Java 9. We have created the following wiki page to
> capture this: _https://wiki.eclipse.org/Java_9_Readiness_. That wiki
> page also explains how you can check your project and how you can launch
> Eclipse with a Java 9 VM.
> 
> Dani
> 
> 
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> _cross-project-issues-dev@eclipse.org_
> <mailto:cross-project-issues-dev@xxxxxxxxxxx>
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> _https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev_
> 
> 
> 
> ------------------------------------------------------------------------
> <https://www.avast.com/antivirus>	This email has been checked for
> viruses by Avast antivirus software. _
> __www.avast.com_ <https://www.avast.com/antivirus>
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> 
> 
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 


-- 
Thomas Schindl, CTO
BestSolution.at EDV Systemhaus GmbH
Eduard-Bodem-Gasse 5-7, A-6020 Innsbruck
http://www.bestsolution.at/
Reg. Nr. FN 222302s am Firmenbuchgericht Innsbruck
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top