Re: CSS under 1.8.0_40 not identical to 31 or older

2015-02-05 Thread David Grieve
Create an issue in JIRA and include a simple example that reproduces the issue. On 2/4/15 4:13 PM, Tom Eugelink wrote: I've just now ran JFXtras Samples under the latest 1.8.0_40 and it does not render identical as when run under 1.8.0_31, some CSS rules are not applied. Samples is easily

Re: Label prefHeight vs wrapText

2015-02-05 Thread Werner Lehmann
Sorry to dig up this old thread. Just wanted to mention a much simpler workaround if a label inside a vbox does not wrap its text: label.setMinHeight(Region.USE_PREF_SIZE); As before the trick is to prevent vbox from reducing the label height below its pref height to preserve the wrapping -

Build farm for OpenJFX (on ARM)

2015-02-05 Thread Chris Newland
Hi Johan, all, Following the announcement that JDK builds for ARM will no longer include JavaFX I started talking with the OpenJDK Adoption group (https://wiki.openjdk.java.net/display/Adoption/Main) about the possibility of using their CloudBees CI system to produce OpenJFX binaries (for all

Re: Build farm for OpenJFX (on ARM)

2015-02-05 Thread David Hill
On 2/5/15, 3:35 AM, Chris Newland wrote: Hi Chris, I have answering a few questions for Mani on getting a Linux Linux ARM build running on the Fedora based cloudbees setup. There are still some packages I am missing for a full Fedora 21 build related to desktop media, but the core builds

Re: Build farm for OpenJFX (on ARM)

2015-02-05 Thread Mani Sarkar
Hi All, As per Chris's message and the tweet I got last night / this morning I'm updating you (which I was intending to do when the time was right), that we now have a successful OpenJFX build on Cloudbees, see https://adopt-openjdk.ci.cloudbees.com/view/OpenJDK/job/OpenJFX/. Our build farm is

Re: Build farm for OpenJFX (on ARM)

2015-02-05 Thread Richard Bair
Cool! On Feb 5, 2015, at 2:19 PM, Mani Sarkar sadhak...@gmail.com wrote: Hi All, As per Chris's message and the tweet I got last night / this morning I'm updating you (which I was intending to do when the time was right), that we now have a successful OpenJFX build on Cloudbees, see

Re: Build farm for OpenJFX (on ARM)

2015-02-05 Thread Erik De Rijcke
Hi David, I've just tried to build the soft float version following the instructions on the wiki. However when doing a 'gradle -PCOMPILE_TARGETS=armv6sf'. It complains 'Error: missing tool packages: [arm-linaro-4.7.tgz]'. I assume the shellscript that downloads the cross compiler tools is

Re: CSS under 1.8.0_40 not identical to 31 or older

2015-02-05 Thread Werner Lehmann
FWIW, we are also experiencing css differences between 8u25 and 8u40. In some custom controls portions appear completely unstyled on 8u40, as if the selectors would stop working. Couldn't take a closer look so far due to time constraints... Werner

Re: CSS under 1.8.0_40 not identical to 31 or older

2015-02-05 Thread Tom Eugelink
Luckily I had a test project still available from a previous CSS issue, so a simple test was easily created. https://javafx-jira.kenai.com/browse/RT-39995 Now I only need a way to attach a file to that issue... Tom On 5-2-2015 16:47, David Grieve wrote: Create an issue in JIRA and include a

Re: CSS under 1.8.0_40 not identical to 31 or older

2015-02-05 Thread David Grieve
Thanks, Tom. Send me the source and I'll attach it on your behalf. On 2/5/15 1:08 PM, Tom Eugelink wrote: Luckily I had a test project still available from a previous CSS issue, so a simple test was easily created. https://javafx-jira.kenai.com/browse/RT-39995 Now I only need a way to attach

Re: CSS under 1.8.0_40 not identical to 31 or older

2015-02-05 Thread Kevin Rushforth
Thanks, David. -- Kevin David Grieve wrote: Thanks, Tom. Send me the source and I'll attach it on your behalf. On 2/5/15 1:08 PM, Tom Eugelink wrote: Luckily I had a test project still available from a previous CSS issue, so a simple test was easily created.

Re: CSS under 1.8.0_40 not identical to 31 or older

2015-02-05 Thread Kevin Rushforth
If the code sample is small (a small number of reasonably short files) then just paste it in the comments. Otherwise, you can e-mail it as a zip file to one of the developers @ Oracle (either myself or the assigned engineer for the bug). -- Kevin Tom Eugelink wrote: Luckily I had a test

Re: Build farm for OpenJFX (on ARM)

2015-02-05 Thread David Hill
On 2/5/15, 11:47 AM, Erik De Rijcke wrote: Hi David, I've just tried to build the soft float version following the instructions on the wiki. However when doing a 'gradle -PCOMPILE_TARGETS=armv6sf'. It complains 'Error: missing tool packages: [arm-linaro-4.7.tgz]'. I assume the shellscript