Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Bug 462634 - Make org.eclipse.fx.osgi optional for pure OSGi+JavaFX applications
Bug 462634 - Make org.eclipse.fx.osgi optional for pure OSGi+JavaFX applications [message #1688148] Fri, 20 March 2015 08:27 Go to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

I'd like to draw your attention to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=462634 which is a constant
pain:
* if you write JUnit-Test who need to run in OSGi (see the thread Tycho
throwing a NoClassDefFoundError)
* if you forget to add a package-import

Now that 2.0.0 will be a major release I think this would be the perfect
time to changes things and stream line it for people who are writing
JavaFX applications who don't have to integrate into SWT.

Please raise your concerns in case this is not working for you!

Tom
Re: Bug 462634 - Make org.eclipse.fx.osgi optional for pure OSGi+JavaFX applications [message #1688361 is a reply to message #1688148] Fri, 20 March 2015 14:31 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

I managed to implement this in a way that running with and without the
adapter-hook is working so I went a head and changed our complete codebase.

Those of you consuming the new e4fx-Feature now need to:
a) run with the ext-switch
b) add org.eclipse.fx.osgi & org.eclipse.fx.javafx

to their application feature.

Tom

On 20.03.15 09:27, Tom Schindl wrote:
> Hi,
>
> I'd like to draw your attention to
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=462634 which is a constant
> pain:
> * if you write JUnit-Test who need to run in OSGi (see the thread Tycho
> throwing a NoClassDefFoundError)
> * if you forget to add a package-import
>
> Now that 2.0.0 will be a major release I think this would be the perfect
> time to changes things and stream line it for people who are writing
> JavaFX applications who don't have to integrate into SWT.
>
> Please raise your concerns in case this is not working for you!
>
> Tom
>
Previous Topic:Tycho throwing a NoClassDefFoundError
Next Topic:Getting rid of javax.annotation imports
Goto Forum:
  


Current Time: Thu Apr 25 12:52:59 GMT 2024

Powered by FUDForum. Page generated in 0.03022 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top