Re: Monocle with VNC for Jenkins

2014-01-23 Thread Stephen F Northover
Hi Uwe, You need to ensure that jfxrt.jar is not in the ext directory in your jdk8 install or it will get seen first. I am assuming you have deleted it or you could not have built OpenJFX (at least the last time I tried). Anyhow, it looks like a class loader problem. Let's move this

hg: openjfx/8u-dev/rt: RT-30590: fixing arm platform name translation for closed artifacts

2014-01-23 Thread hang . vo
Changeset: 6ea2df32464f Author:ddhill Date: 2014-01-23 10:33 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6ea2df32464f RT-30590: fixing arm platform name translation for closed artifacts Reviewed-by: kcr ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle !

hg: openjfx/8u-dev/rt: RT-35505 Build fails on Linux platforms after enabling native font renderer

2014-01-23 Thread hang . vo
Changeset: c4cd3f7f4f9e Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-01-23 18:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c4cd3f7f4f9e RT-35505 Build fails on Linux platforms after enabling native font renderer Reviewed-by: ddhill ! build.gradle

hg: openjfx/8/graphics/rt: Sync up SceneBuilder changes

2014-01-23 Thread hang . vo
Changeset: 1cf08bba9bc6 Author:Yves Joan yves.j...@oracle.com Date: 2014-01-23 17:56 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1cf08bba9bc6 Sync up SceneBuilder changes !

RE: Move to JIRA [was: Re: [8u] API Request: RT-25613, ObservableValue should have a hasListener(listener) method]

2014-01-23 Thread Seeon Birger
Steve, I wonder if we could take advantage of available plug-ins for JIRA. I particular I found this one which enables threaded comments for JIRA: https://marketplace.atlassian.com/plugins/com.atlassian.jira.threadedcomments.threaded-comments Also interesting is the following which make it easy

hg: openjfx/8u-dev/rt: RT-35255: Wrap for complex text broken on pango

2014-01-23 Thread hang . vo
Changeset: 766643c4dc7d Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-01-23 10:05 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/766643c4dc7d RT-35255: Wrap for complex text broken on pango !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-01-23 Thread hang . vo
Changeset: f4c5ad39e637 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-01-23 11:14 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f4c5ad39e637 RT-35510: remove PangoGlyphInfo -

Error running JAVAFX using WinLauncher.exe

2014-01-23 Thread Francisco Javier Godino
Hello: I have a JAVAFX that it runs perfectly from the command line with this command:  java -jar .jar. However, if I run it from the packaged versions, I have an error. I ran from the command line : WinLauncher.exe /Debug to open the console. I see part of an exceptions before the

Make freetype/pango the default option on Linux

2014-01-23 Thread Felipe Heidrich
Hello, Please see: https://javafx-jira.kenai.com/browse/RT-35221 For 8u20, we would like to make Freetype and Pango the default option for handling text on Linux (replacing T2K and ICU respectively). Notes: - Windows and Mac already use native technologies for handling text by default

hg: openjfx/8u-dev/rt: 6 new changesets

2014-01-23 Thread hang . vo
Changeset: effd2a3411c7 Author:jgiles Date: 2014-01-23 14:36 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/effd2a3411c7 Slight tweaks to previous changeset for RT-35141, proposed by Scott Palmer. !

Re: Error running JAVAFX using WinLauncher.exe

2014-01-23 Thread Danno Ferrin
Unfortunately there is no way to trap that output with the current code, it is from the JVM to a console Also, with that flag there should be a message box with the title Exiting application that should keep the console from closing. in this case, in addition to bringing up the console. Are

hg: openjfx/8u-dev/rt: 3 new changesets

2014-01-23 Thread hang . vo
Changeset: 4d3d07c60f64 Author:jgiles Date: 2014-01-24 14:13 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4d3d07c60f64 RT-34768: [TableView, TreeTableView] CTRL+A throws ArrayIndexOutOfBoundsException !

Re: Launching JavaFX Apps with Java 8

2014-01-23 Thread Scott Palmer
Interesting.. but the example that I saw after following the link to RT12169 call launch at least. This issue happens without calling launch on the application class. That doesn't make much sense to me, since I wouldn't even expect the Platform thread to be running at that point. Scott On