[12] RFR: JDK-8211304: [macOS] Crash on focus loss from dialog on macOS 10.14 Mojave

2018-11-06 Thread Kevin Rushforth
Pankaj & Arun, Please review (on Github) the fix for the macOS 10.14 Mojave crash: https://bugs.openjdk.java.net/browse/JDK-8211304 https://github.com/javafxports/openjdk-jfx/pull/271 -- Kevin

RE: AudioClip Missing glib-lite.dll

2018-11-06 Thread carl
Hi Kevin, That's correct. I just pulled and am building the tip. Commit af7c270b. I tried the -P option. It looks like a lot of it built, but I'm getting the following error. > Task :media:buildWinPlugins make: Entering directory

Re: AudioClip Missing glib-lite.dll

2018-11-06 Thread Kevin Rushforth
When you say "OpenJFX 8u202-b02" I'm assuming that you mean a local build of FX 8u-dev using the 8u202-b02 tag? You don't need to compile webkit, but you do need to compile media (which is also not built by default). To compile media you need to run: gradle -PCOMPILE_MEDIA=true ... -- Kevin

AudioClip Missing glib-lite.dll

2018-11-06 Thread carl
Hi, I'm running OpenJFX 8u202-b02. I'm getting a missing DLL error on an AudioClip object creation statement. The Java code and stack trace follow. I didn't compile webkit. If that's needed, can someone tell me which target or makefile to run? The Wiki shows the dependencies like cmake

Re: release notes for JavaFX 11.0.1

2018-11-06 Thread Kevin Rushforth
Release notes look good. +1 -- Kevin On 11/6/2018 5:15 AM, Johan Vos wrote: The 11.0.1 tag is added to the 11-dev repository, and the artifacts has been built. I created a JBS issue [1] and webrev [2] for the release notes. [1] https://bugs.openjdk.java.net/browse/JDK-8213417 [2]

release notes for JavaFX 11.0.1

2018-11-06 Thread Johan Vos
The 11.0.1 tag is added to the 11-dev repository, and the artifacts has been built. I created a JBS issue [1] and webrev [2] for the release notes. [1] https://bugs.openjdk.java.net/browse/JDK-8213417 [2] http://cr.openjdk.java.net/~jvos/8213417/webrev.00/ - Johan