Re: JavaFX 11 maven snapshots - empty jars

2018-08-22 Thread Johan Vos
I spent some more time on this. Adding the Automatic-Module-Name seems the easiest fix to me. I created a PR at https://github.com/javafxports/openjdk-jfx/pull/162 for this. Having the platform-name hardcoded in the artifact Id would require upfront magic in build.gradle or pom.xml to prevent the

Re: JavaFX 11 maven snapshots - empty jars

2018-08-22 Thread Lennart Börjeson
Sound reasonable, thank you. In the meantime (waiting for the next version of the maven artefacts) I've updated my PR (https://github.com/johanvos/javafx11samples/pull/1 ) for your javafx11samples with a build.gradle work-around to filter out

[12] Review request: 8209791 : OpenJFX build fails in PrismPrint.c due to missing JNICALL

2018-08-22 Thread Priyanka Mangal
Hi, Please review this fix : Webrev : http://cr.openjdk.java.net/~dkumar/primanga/8209791/webrev.00/ JBS : https://bugs.openjdk.java.net/browse/JDK-8209791 Thanks, Priyanka

JI-9056801 : Scene: Allow to add a stylesheet using a typed URL, not a stringified URL

2018-08-22 Thread Michael Binz
Hi all, I opened a proposal for an extension of the javafx.scene.Scene API to allow to add a stylesheet using a typed java.net.URL. Currently the Scene class offers a list of stylesheet URLs in their stringified representation accessible by Scene.getStylesheets(). The problem is that in some