Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] Corona automatic startup.

I think I have solved the problem of Corona startup. We do not need to change config.ini file. Instead it is enough to use /org.eclise.ui.startup/ extension point. Eclipse loads all plugins with this extension point as soon as it starts.

I've tried it with client part and it works :) I didn't do it with server, because it requires /org.eclipse.ui/ plugin :( Secondly it needs to be a Eclipse plugin (extension point is defined in plugin.xml) rather than pure OSGi bundle. It would partly (client side) solve problem 3. from Paweł list.

Should I commit it to CVS?

Marcin

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top