Compiling 8u20-b26 for iOS

2014-09-02 Thread Niklas Therning
Hi, I'm trying to compile OpenJFX 8u20-b26 for iOS but run into problems with the web project. The first problem seems to be with the ios.gradle script. IIUC (I have very limited experience with Gradle) it disables the compilation of the ordinary web Java code: compileJava { enabled

Re: Compiling 8u20-b26 for iOS

2014-09-02 Thread Richard Bair
I’ll let one of the other guys answer about the web component build order, but ... On Sep 1, 2014, at 11:58 PM, Niklas Therning nik...@therning.org wrote: Also, how is the jfxrt.jar that comes with my Java8 installation treated by the build? I guess it is ignored since otherwise I wouldn't

Re: Compiling 8u20-b26 for iOS

2014-09-02 Thread Kevin Rushforth
I'll take a look at the build order, but it sounds like a bug. Perhaps you can just locally disable the builders or add a dependency on the compilation task for the IOS web files. As to your other question, Richard is right that we omit lib/ext from compilation, but there can be issues in

Re: Compiling 8u20-b26 for iOS

2014-09-02 Thread Niklas Therning
I couldn't keep my hands off and by looking at how it's done in dalvik.gradle from javafxports [1] I managed to get it to build the iOS web.jar. Here's the patch for ios.gradle: diff -r e56a8bbcba20 buildSrc/ios.gradle --- a/buildSrc/ios.gradle Thu Jul 24 21:23:07 2014 -0700 +++

Re: Compiling 8u20-b26 for iOS

2014-09-02 Thread Kevin Rushforth
I should probably create an issue for all of this and attach a patch, right? Yes, please. We can get the patch into 8u-dev. -- Kevin Niklas Therning wrote: I couldn't keep my hands off and by looking at how it's done in dalvik.gradle from javafxports [1] I managed to get it to build the

Tabs placement on a TabPane

2014-09-02 Thread Pedro Serra
Hi all, I'm trying again since no one answered the last time I asked this. Is there any way of placing tabs on a TabPane starting from the left AND from the right? Thanks Pedro Serra

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

2014-09-02 Thread Kevin Rushforth
Sandra, We are frozen for sanity testing [1] so this changeset should not have been pushed. Since it only affects SceneBuilder code which isn't shipped with the FX build, we don't need to back this out, but please be aware of the lockout period (usually Monday, but is on Tuesday this week) in

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

2014-09-02 Thread Kevin Rushforth
Never mind. I misread the time stamp on the changeset. Sorry about that! -- Kevin Kevin Rushforth wrote: Sandra, We are frozen for sanity testing [1] so this changeset should not have been pushed. Since it only affects SceneBuilder code which isn't shipped with the FX build, we don't

Re: outstanding resource locks

2014-09-02 Thread Kevin Rushforth
Any time you see this message, it isn't your fault. Rather this is a bug in the JavaFX runtime. Please file a JIRA. -- Kevin Mario Ivankovits wrote: Hi! Is there anything further I can do to see which resources are locked so I can see if this is my fault and to release them properly? How

Re: outstanding resource locks

2014-09-02 Thread Mike Hearn
I see this message quite frequently. What sort of things do you need in these bug reports? On Tue, Sep 2, 2014 at 5:38 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: Any time you see this message, it isn't your fault. Rather this is a bug in the JavaFX runtime. Please file a JIRA. --

hg: openjfx/8u-dev/rt: RT-38511: [Canvas] Several tests get IllegalStateException: Operation requires resource lock

2014-09-02 Thread kevin . rushforth
Changeset: b4976c12c98b Author:kcr Date: 2014-09-02 09:12 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b4976c12c98b RT-38511: [Canvas] Several tests get IllegalStateException: Operation requires resource lock Backed out changeset 1777099fe570 for RT-38183 !

Re: outstanding resource locks

2014-09-02 Thread Kevin Rushforth
Ideally we need a reproducible test case with a set of instructions to demonstrate the bug. I know this can be a challenge for an intermittent bug. -- Kevin Mike Hearn wrote: I see this message quite frequently. What sort of things do you need in these bug reports? On Tue, Sep 2, 2014 at

Re: outstanding resource locks

2014-09-02 Thread Mike Hearn
OK. What is the impact of the bugs? I haven't noticed any obvious problems when it occurs. Sounds like a GPU resource leak of some kind? On Tue, Sep 2, 2014 at 6:24 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: Ideally we need a reproducible test case with a set of instructions to

Re: outstanding resource locks

2014-09-02 Thread Kevin Rushforth
Jim can provide a more detailed answer, but in general, yes it would indicate a (likely small) resource leak. The interesting part being: 2 resources locked (1,7%) and later 5 resources locked (3,7%) -- Kevin Mike Hearn wrote: OK. What is the impact of the bugs? I haven't noticed any

8u-dev unlocked following this week's sanity testing eom

2014-09-02 Thread Kevin Rushforth

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

2014-09-02 Thread eric . le . ponner
Changeset: 64c45eaad799 Author:eric.le.ponner eric.le.pon...@oracle.com Date: 2014-09-02 12:53 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/64c45eaad799 [SCENEBUILDER] added FXOMObject.collectReferences() method (with 'scope' parameter). !

hg: openjfx/8u-dev/rt: [Accessibility] Reduce method/field visibility

2014-09-02 Thread felipe . heidrich
Changeset: f98785bfc2f9 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-09-02 11:20 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f98785bfc2f9 [Accessibility] Reduce method/field visibility !

Re: outstanding resource locks

2014-09-02 Thread Jim Graham
Originally it would complain about the resources being locked on every frame since they remained locked. More recently we installed a report and forgive mechanism that reports that the locks were outstanding (because that is a bug), but then it conditionally can either mark the resource as

hg: openjfx/8u-dev/rt: [Accessibility] Reduce method/field visibility

2014-09-02 Thread felipe . heidrich
Changeset: 397bbdd03f90 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-09-02 13:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/397bbdd03f90 [Accessibility] Reduce method/field visibility !

Re: 8u40 review request: RT-38183 - ManagedResource warnings when switching screen configurations

2014-09-02 Thread Jim Graham
A new version of this fix was just posted for review after the sanity testing failures from this morning... ...jim On 8/27/14 7:21 PM, Jim Graham wrote: webrev: http://cr.openjdk.java.net/~flar/RT-38183/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-38183

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

2014-09-02 Thread jonathan . giles
Changeset: e118f2891b38 Author:jgiles Date: 2014-09-02 15:32 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e118f2891b38 [DOC ONLY] fix typos in ButtonType javadoc ! modules/controls/src/main/java/javafx/scene/control/ButtonType.java Changeset: 258d08a27dc0 Author:

Re: Tabs placement on a TabPane

2014-09-02 Thread Jonathan Giles
Pedro, At present there is no API that supports this, and no plans to add API to support this. If this is something you would like to see, the first step is to file a feature request in our jira issue tracker here: http://javafx-jira.kenai.org Thanks, -- Jonathan On 3/09/2014 2:44 a.m.,

Re: TableView column header bug?

2014-09-02 Thread Jonathan Giles
A quick Jira search for 'column alignment' turned up https://javafx-jira.kenai.com/browse/RT-37553 as the third result, which sounds like your problem. So yes, this is a known problem. In future feel free to file bugs directly in Jira - there is no harm in doing so and there is no need to