Re: Fix for test runner review request.

2016-07-06 Thread Andrey Rusakov
Could anyone commit this fix to open fx tests, 8 and 9? It's important for testing process. 05.07.2016 12:56, Andrey Rusakov пишет: Hi everyone. Please take a look at my fix for openjfx test runner: JDK-8160349, webrev: 8160349/webrev.00

Re: [9] Review Request: 8149975: [packager] Programmatically Determine JDK or JRE Modules

2016-07-06 Thread David Hill
On 7/5/16, 8:40 PM, Chris Bensen wrote: Hi David, Please review this change for the Java Packager to programmatically get a list of the modules that are to be redistributable. This was waiting on https://bugs.openjdk.java.net/browse/JDK-8155955 and

Re: JavaFX with Eclipse and JDK9

2016-07-06 Thread Dr. Michael Paus
Am 06.07.16 um 12:05 schrieb Tom Schindl: For what is worth - the problem is that JDT-Beta-Builds are only modules starting with "java.". I've started a thread at jdt-core mailing list [1] - I started working on a patch to also add "javafx." and hope it gets accepted. I keep my fingers

Re: JavaFX with Eclipse and JDK9

2016-07-06 Thread Tom Schindl
For what is worth - the problem is that JDT-Beta-Builds are only modules starting with "java.". I've started a thread at jdt-core mailing list [1] - I started working on a patch to also add "javafx." and hope it gets accepted. Tom