InjectionException at runtime of SWT/JavaFX product build with Maven [message #1139045] |
Tue, 15 October 2013 09:53  |
Eclipse User |
|
|
|
I implement a simple e4 SWT application with embedd JavaFX. It runs fine from within Eclipse and managed to build a product with Maven/Tycho.
But I get an error message (in log file) at runtime when I try to open an FX Part that injects BorderPane:
!MESSAGE Unable to create class 'my.app.parts.FXPart' from bundle '3'
!STACK 0
org.eclipse.e4.core.di.InjectionException: Unable to process "FXPart#createComposite()": no actual value was found for the argument "BorderPane". So as far as I understood, the org.eclipse.fx.ui.di.interopt bundle is missing here. Is that correct?
How can I include it in my Maven build process?
I can't find a way to install it to my local Maven repo, as I get an error message about not finding javafx.* packages when I try to do a Maven install on the pom.xml in the o.e.f.u.d.interopt project from Github.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03295 seconds