Status or JDK/JFX8 builds for arm Linux

2013-06-10 Thread Robert Krüger
Hi, I would like to check out how well JFX8 works on the Raspberry Pi and I only found the build from December. Is there a place were one can find more up-to-date builds or do I have to build it myself? Thanks, Robert

hg: openjfx/8/graphics/rt: RT-23876 Mac: Context Menus not working in applet

2013-06-10 Thread hang . vo
Changeset: cc71d4e40388 Author:Petr Pchelko Date: 2013-06-10 17:15 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cc71d4e40388 RT-23876 Mac: Context Menus not working in applet Reviewed-by: anthony ! glass/glass-lib-macosx/src/GlassWindow.m

hg: openjfx/8/graphics/rt: RT-30508 re-enabling swing building until Builders/JMX is addressed.

2013-06-10 Thread hang . vo
Changeset: 2e517d892d1f Author:David Hill Date: 2013-06-08 23:22 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2e517d892d1f RT-30508 re-enabling swing building until Builders/JMX is addressed. ! build.gradle

Re: Status or JDK/JFX8 builds for arm Linux

2013-06-10 Thread Richard Bair
There should now be weekly builds going out. Daniel do you have a link to where those are? Richard On Jun 8, 2013, at 9:22 AM, Robert Krüger wrote: > Hi, > > I would like to check out how well JFX8 works on the Raspberry Pi and > I only found the build from December. Is there a place were one

hg: openjfx/8/graphics/rt: Gradle: add .gradle directories to .hgignore

2013-06-10 Thread hang . vo
Changeset: f6b05e9c2b72 Author:kcr Date: 2013-06-10 08:58 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f6b05e9c2b72 Gradle: add .gradle directories to .hgignore ! .hgignore

Re: Status or JDK/JFX8 builds for arm Linux

2013-06-10 Thread Daniel Blaukopf
On 10 ביונ 2013, at 19:16, Richard Bair wrote: > There should now be weekly builds going out. Not yet but stay tuned. > Daniel do you have a link to where those are? The December snapshot is still the latest. It won't be long before an update. Daniel > > Richard > > On Jun 8, 2013, at 9:2

RoboVM Maven Plugin (beta release)

2013-06-10 Thread Daniel Zwolenski
This is without JavaFX support (waiting on the open sourcing) but given the interest around RoboVM I thought I'd mention it here anyway: http://www.zenjava.com/2013/06/09/robovm-maven-plugin-beta-release/

hg: openjfx/8/graphics/rt: 34 new changesets

2013-06-10 Thread hang . vo
Changeset: 02aaa6e6a7e0 Author:leifs Date: 2013-05-29 10:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/02aaa6e6a7e0 RT-30233: [DatePicker] Handle incompatible change of method name in DateTimeFormatter. (Requires JDK8 b91). ! build.properties ! javafx-ui-cont

Tooltip is interfering with mouseEntered/mouseExited events

2013-06-10 Thread Pedro Duque Vieira
Hi, I have a toolbar composed by a couple of buttons. The toolbar fades away when the mouse exits. The problem is that I have tooltips set up with the toolbar and sometimes they appear under the mouse which triggers a mouseExit event that makes the toolbar fade-away. My point is maybe the tooltip

Tracking down an NPE

2013-06-10 Thread Daniel Zwolenski
Any chance someone from Oracle could tell me what the line of code is in com.sun.javafx.tools.packager.bundlers.BundleParams at line 390? Someone is getting a NullPointer on this line when using the maven plugin and I can't work out why. The line number is different in the Sun code vs the open sou

Re: Tracking down an NPE

2013-06-10 Thread Danno Ferrin
At least one of your jars does not have a manifest: https://javafx-jira.kenai.com/browse/RT-24143 I'm tempted to get the JFX78 builds auto-deploying at least the javafx-ant jar to some repo so the build plugins can use JavaFX 8 deployment code on Java 7. On Mon, Jun 10, 2013 at 4:13 PM, Daniel Z

Re: Tracking down an NPE

2013-06-10 Thread Daniel Zwolenski
Cool, thanks - so the native packager requires that every one of the JARs used in the app (even the third party ones not built as part of the app) have a manifest in them? That's going to be very nasty. Regarding getting the javafx-ant jars into a repo, I started down this road a while back and ha

hg: openjfx/8/graphics/rt: RT-29523: Upgrade to use PlatformLogger.Level instead of primitive int type

2013-06-10 Thread hang . vo
Changeset: 4e76bc7f72ef Author:Felipe Heidrich Date: 2013-06-10 16:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4e76bc7f72ef RT-29523: Upgrade to use PlatformLogger.Level instead of primitive int type ! glass/glass/src/com/sun/glass/ui/accessible/AccessibleLo

RE: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-10 Thread John Smith
A somewhat related inconvenience I have with tooltips is that if you put a tooltip on a button, then hover the mouse so that the tooltip shows up, you can't click to activate the button unless you move the mouse pixel to left or top because the resultant click will go to the tooltip and not to t

Re: Tracking down an NPE

2013-06-10 Thread Mark Howe
On Jun 10, 2013, at 3:38 PM, Daniel Zwolenski wrote: > Cool, thanks - so the native packager requires that every one of the JARs > used in the app (even the third party ones not built as part of the app) > have a manifest in them? That's going to be very nasty. > That was fixed in August, for

hg: openjfx/8/graphics/rt: [TEST-ONLY] Disable failing unit test as a workaround for RT-31042

2013-06-10 Thread hang . vo
Changeset: b7d5ab1bf17f Author:kcr Date: 2013-06-10 17:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b7d5ab1bf17f [TEST-ONLY] Disable failing unit test as a workaround for RT-31042 ! javafx-ui-common/test/unit/com/sun/javafx/css/parser/CSSParserTest.java

Re: Status or JDK/JFX8 builds for arm Linux

2013-06-10 Thread Robert Krüger
On Mon, Jun 10, 2013 at 8:28 PM, Daniel Blaukopf wrote: > > > On 10 ביונ 2013, at 19:16, Richard Bair wrote: > >> There should now be weekly builds going out. > > Not yet but stay tuned. > >> Daniel do you have a link to where those are? > > The December snapshot is still the latest. It won't be