Re: [11] JDK-8204621: Upgrade MarlinFX to 0.9.2

2018-06-15 Thread Kevin Rushforth
I tested this on all three platforms and the updated rasterizer looks good. I spot checked the code changes, but didn't get time to do a complete review yet. I was mostly looking for diffs between the Java2D version which was already reviewed, and this one. I do have a couple comments on the

New version of the FX-aware jcheck

2018-06-15 Thread Kevin Rushforth
For those using the modified jcheck as indicated on the OpenJFX Wiki [1] be aware that the latest promoted build tags, which were just synced into the jfx-dev/rt repo, will require you to download a new version of the modified jcheck tool [2] to handle the new tag format. -- Kevin [1] https:/

Re: [11] RFR JDK-8202199 : Provide public, unsupported API for FX Swing interop

2018-06-15 Thread mandy chung
On 6/15/18 12:31 AM, Prasanta Sadhukhan wrote: Webrev to add @since 11 to jdk.swing.interop classes (only difference from .14) http://cr.openjdk.java.net/~psadhukhan/fxswing.15/ +1 Mandy

Re: [11] RFR JDK-8202199 : Provide public, unsupported API for FX Swing interop

2018-06-15 Thread Phil Race
+1 -phil. On 06/15/2018 12:31 AM, Prasanta Sadhukhan wrote: Webrev to add @since 11 to jdk.swing.interop classes (only difference from .14) http://cr.openjdk.java.net/~psadhukhan/fxswing.15/ I also tried submitting mach5 job from linux but it is failing to download jib (although I candownlo

Re: Build OpenJFX -> ':graphics:compileDecoraNativeShadersLinux' fails

2018-06-15 Thread Michael Tischer
Hi Kevin, the build works now. I'm not familar with C++, but some of the output contained the "cc1plus" word. After a short Google search I've found the reason. G++ was simply not installed. It seems that G++ is not installed per default on some linux distributions. In the wiki, G++ is listed only

Re: Build OpenJFX -> ':graphics:compileDecoraNativeShadersLinux' fails

2018-06-15 Thread Kevin Rushforth
We just upgraded to gradle 4.8 last week, but haven't yet updated the Wiki. One thing to try is to manually remove the build directory, run gradle clean, and then try it again with the --info option: $ rm -rf build $ gradle clean $ gradle --info sdk If it still doesn't work, make sure you hav

Build OpenJFX -> ':graphics:compileDecoraNativeShadersLinux' fails

2018-06-15 Thread Michael Tischer
Hi All, first sorry for my bad englisch. I have tried to build OpenJFX according to the instructions in the wiki. (https://wiki.openjdk.java.n et/display/OpenJFX/Building+OpenJFX)My OS is Linux Mint 18.3. The first thing is that the wiki says that I need gradle 4.3. ("We currently use Gradle 4.3

[11] RFR : JDK-8205008 : GeneralTransform3D transform function with single Vec3d argument wrong results

2018-06-15 Thread Ambarish Rapte
Hi Kevin & All, Please review this small corrective fix, Webrev: http://cr.openjdk.java.net/~arapte/fx/8205008/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8205008 Regards, Ambarish

Re: [11] RFR JDK-8202199 : Provide public, unsupported API for FX Swing interop

2018-06-15 Thread mandy chung
Great! Thanks Prasanta. Mandy On 6/15/18 5:42 AM, Prasanta Sadhukhan wrote: I confirm jdk.unsupported.desktop is not present in doc build. Regards Prasanta

Re: [11] RFR JDK-8202199 : Provide public, unsupported API for FX Swing interop

2018-06-15 Thread Prasanta Sadhukhan
On 6/15/2018 1:01 PM, Prasanta Sadhukhan wrote: Webrev to add @since 11 to jdk.swing.interop classes (only difference from .14) http://cr.openjdk.java.net/~psadhukhan/fxswing.15/ I also tried submitting mach5 job from linux but it is failing to download jib (although I candownload from bro

Re: [11] RFR JDK-8202199 : Provide public, unsupported API for FX Swing interop

2018-06-15 Thread Prasanta Sadhukhan
Webrev to add @since 11 to jdk.swing.interop classes (only difference from .14) http://cr.openjdk.java.net/~psadhukhan/fxswing.15/ I also tried submitting mach5 job from linux but it is failing to download jib (although I candownload from browser and ping java.se.oracle.com) ~/Downloads/mach5