Re: CFV: New OpenJFX Committer: Alexander Matveev

2015-08-28 Thread Kirill Kirichenko
Vote: yes. On 28.08.2015 4:55, Kevin Rushforth wrote: I hereby nominate Alexander Matveev [1] to OpenJFX Committer. Alexander was an initial member of JavaFX team at Oracle when the OpenJFX project was created, and was on the initial list of approved committers [2]. His status as OpenJFX

Re: Just pushed the updated GStreamer for JEP 257

2015-08-28 Thread Kirill Kirichenko
Congratulations Alexander, Kevin ant to all involved. This is a great milestone which opens opportunities to use newer gstreamer plugins in Media. On 28.08.2015 4:25, Kevin Rushforth wrote: I just pushed the changeset for JEP 257 [1] [2] on behalf of Alexander Matveev to the openjfx 9-dev

Re: CFV: New OpenJFX Committer: Alexander Matveev

2015-08-28 Thread Artem Ananiev
Vote: yes Artem On 08/28/15 4:55 AM, Kevin Rushforth wrote: I hereby nominate Alexander Matveev [1] to OpenJFX Committer. Alexander was an initial member of JavaFX team at Oracle when the OpenJFX project was created, and was on the initial list of approved committers [2]. His status as

Re: CFV: New OpenJFX Committer: Alexander Matveev

2015-08-28 Thread David Hill
On 8/27/15, 9:55 PM, Kevin Rushforth wrote: I hereby nominate Alexander Matveev [1] to OpenJFX Committer. VOTE: YES Alexander was an initial member of JavaFX team at Oracle when the OpenJFX project was created, and was on the initial list of approved committers [2]. His status as OpenJFX

Re: CFV: New OpenJFX Committer: Alexander Matveev

2015-08-28 Thread Phil Race
Vote: yes

Prism: implementation of node scale?

2015-08-28 Thread Tobias Bley
Hi, does anybody know where the node scaling is implemented in prism es2 pipeline? I would like to fix the „scale bug on iOS“ (scaling of nodes not possible on iOS). Best regards, Tobi

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Kevin Rushforth
You got the correct commit. I even dug up the e-mail thread where I raised this as a concern. -- Kevin, feeling rather embarrassed to have completely let this one slip... Sven Reimers wrote: Thanks... seems it is broken for some time already, if I got the correct commit... It was my own

Re: CFV: New OpenJFX Committer: Alexander Matveev

2015-08-28 Thread David DeHaven
Vote: YES -DrD- On Aug 27, 2015, at 6:55 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: I hereby nominate Alexander Matveev [1] to OpenJFX Committer. Alexander was an initial member of JavaFX team at Oracle when the OpenJFX project was created, and was on the initial list of

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Sven Reimers
Seems fixing it in openjfx/9-dev (switch to reset() method from remove..) will enforce usage of JDK9 ... Thanks -Sven On Fri, Aug 28, 2015 at 11:30 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: You got the correct commit. I even dug up the e-mail thread where I raised this as a

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Kevin Rushforth
Yes, unless we do it via reflection, which we have done in similar situations. If it's only the one method call then we might do that, and file a bug to remove the reflection later. Otherwise we will just wait until we switch to using JDK 9 as the boot JDK (and this could accelerate that).

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Kevin Rushforth
We still use JDK 8u40 as our boot JDK for building FX 9-dev, but it should work against JDK 9-dev as well. Did you remember to remove jfxrt.jar from your JDK 9? The build.gradle script doesn't know to look for it in $JDK_HOME/lib and warn you if you forget -- it only looks in

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Kevin Rushforth
I just tried it -- it's a real failure, which is odd since I thought I had built with JDK 9 more recently than that. I will file a bug. -- Kevin Kevin Rushforth wrote: We still use JDK 8u40 as our boot JDK for building FX 9-dev, but it should work against JDK 9-dev as well. Did you

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Sven Reimers
Thanks... seems it is broken for some time already, if I got the correct commit... It was my own local jdk build - I wanted to build openjdk from source and then openjfx on top of that to work around this issue.. Falling back to use a stripped down jdk8 now.. (building JDK 8 on a Mac with a

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Kevin Rushforth
I just looked, and saw that this was discussed on the awt-dev mailing list about 4 or 5 months ago when JDK-8074763 was reviewed. I even raised this as a concern, but then promptly forgot about it. I just filed https://bugs.openjdk.java.net/browse/JDK-8134709 to track this. Thank you for

Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Sven Reimers
Hi, I get the following error trying to compile latest 9-dev from openjfx against latest jdk9: :swing:compileJava [ant:javac] /Users/sven/oss/openjfx/9-dev/modules/swing/src/main/java/javafx/embed/swing/FXDnD.java:480: error: cannot find symbol [ant:javac] if (ctx != null)

In(Sanity) Testing Mondays

2015-08-28 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Thanks, Vadim