Review-Request for JDK-8207372

2018-07-20 Thread Michael Ennen
Hi, I'd like to request a review for the fix of JDK-8207372. The change is at https://github.com/javafxports/openjdk-jfx/pull/134 Thanks. -- Michael Ennen

[11] Review request: 8207015: jlink javafx.graphics on Windows fails: PluginException: Duplicate resources

2018-07-20 Thread Kevin Rushforth
Please review the following PR on GItHub. Once approved there, I will merge it to develop and then push it to the jfx-dev HG repo. https://bugs.openjdk.java.net/browse/JDK-8207015 https://github.com/javafxports/openjdk-jfx/pull/136 -- Kevin

openjdk doesn't find my javafx modules

2018-07-20 Thread stijn . vranckx1
Hi, I have downloaded both: - openjdk-11-ea+23_windows-x64_bin - openjfx-11-ea+19_windows-x64_bin-sdk And unzipped them C:\Program Files\Java\jdk-11 and C:\Program Files\Java\jdk-11\javafx-sdk-11 However when I run my javafx application with --module-path "C:\Program

Re: [11] RFR JDK-8207923: Disable failing Swing interop tests in SandboxAppTest

2018-07-20 Thread Kevin Rushforth
+1 On 7/19/2018 10:21 PM, Prasanta Sadhukhan wrote: Hi Kevin, All Please review the disabling of the 2 failing tests in SandboxAppTest. --- a/tests/system/src/test/java/test/sandbox/SandboxAppTest.java Mon Jul 16 14:30:19 2018 +0530 +++