Re: OpenJFX and iOS

2013-07-01 Thread Richard Bair
Thanks Danno, reading the patch now. Richard On Jun 29, 2013, at 8:01 AM, Danno Ferrin danno.fer...@shemnon.com wrote: Here's a patch that copies all the file types if variants are present, so now all .a files show up in ios-sdk:

Re: OpenJFX and iOS

2013-06-26 Thread Tobias Bley
The problem is: a working gradle based iOS build isn’t of help to you because you’ll have to statically compile the JDK and OpenJFX together in one library - maybe with Avian+OpenJDK or RoboVM (android based) + OpenJFX. Am 26.06.2013 um 03:41 schrieb Daniel Zwolenski zon...@gmail.com: How do

Re: OpenJFX and iOS

2013-06-26 Thread Danno Ferrin
RoboVM + libs is the goal here, on iOS. The ant based libs worked before. My brief read of the scripts indicates to me it is mostly a question of modifying some of the guard conditions in the build, but making it work for the supported platforms first is more of a priority. On Wed, Jun 26, 2013

Re: OpenJFX and iOS

2013-06-26 Thread Richard Bair
At the moment the first P0 is to make sure that when we switch to gradle the rest of the development team is able to continue on with their work. It is going to be bumpy for a few days, and we might miss the weekly integration for example next week depending on how it goes. However I would

Re: OpenJFX on iOS using RoboVM

2013-05-22 Thread Tobias Bley
Unfortunately because of the missing PrismFontLoader and the empty DummyFontLoader actually you can't use JFX controls like Label or Button because of an NullPointerException. Exception in thread Thread-5 java.lang.RuntimeException: Exception in Application start method at

Re: OpenJFX on iOS using RoboVM

2013-05-22 Thread Niklas Therning
Tom, could it be due to some class missing? Do you get an exception? If you launch the app with the -rvm:log=warn option failing Class.forName() calls will be logged. RoboVM strips out classes not being referenced to keep down the size of the app. The compiler has to be told about classes that