[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: IStartup / org.eclipse.ui.startup - not invoked

Paul Webster wrote:

All plugins that have a plugin.xml must (for some value of *must*) have both the lazy start header set to true and singleton:=true like:
Bundle-SymbolicName: z.ex.mail; singleton:=true
Eclipse-LazyStart: true

or eclipse won't read the plugin.xml

Ah, ok - thanks. I also tried with "Eclipse-LazyStart: true" (and the bundle is also singleton:true) - but the IStartup#earlyStartup implementation is still not getting invoked (even though the bundle must be getting loaded).
Any clues on where else I could look?


Later,
PW

Thanks,

Dave