e(fx)clipse issue compiling w/ RoboVM [message #1404675] |
Mon, 04 August 2014 19:09  |
Eclipse User |
|
|
|
I'm Creating an iOS app using e(fx)clipse and RoboVM (bundled with the efx), and I'm getting a consistent ClassCastException while performing the FXML compilation process:
/Work/Eclipse/Four/robovm-build/robovm-ant.xml:83: java.lang.ClassCastException: org.eclipse.fx.ide.fxgraph.fXGraph.impl.PropertyImpl cannot be cast to org.eclipse.fx.ide.fxgraph.fXGraph.Element
My Ant file is the default one generated by the RoboVM project generation tool. It crashes on the FXML compilation line:
<fxml-compiler sourcedir="build/src" destdir="build/gen-src"/>
There is no stacktrace, unfortunately. Works perfectly with the Java-based Mobile Simulator, but when compiled with RoboVM to run on iOS simulator, it aborts with the ClassCastException.
Any ideas what may be causing this error?
Thanks!
|
|
|
|
|
|
Re: e(fx)clipse issue compiling w/ RoboVM [message #1406007 is a reply to message #1404924] |
Fri, 08 August 2014 15:00  |
Eclipse User |
|
|
|
Hi,
Yea I figured as much. It will be awesome to have FXML includes, but in the meantime I'll create a quick workaround to get our project going. This is great tool for mobile dev, I can't wait to try out the next version.
Best regards,
Mario
|
|
|
Powered by
FUDForum. Page generated in 0.03595 seconds