Community
Participate
Working Groups
Build id: I20090317-1745 In my build all the start settings I set for plugins of my Eclipse Application run config are ignored (not put into the dynamically created config.ini). If I set a plugins startlevel to 2 and autostart = true it is still only resolved, not started and a "sl <bundleid>" of this bundle reveals that is still has the default start level of 4. Even configuration are clean and workspace cleaning does not help. Not sure if that is Platform UI/debug or PDE?
This can be solved by adding the simpleconfigurator to the run config as suggested in #269111. Does this mean the bundle startlevel is configured at runtime when simpleconfigurator is started? Or does PDE check for simpleconfigrator and uses it to generate the config.ini? I am confused. I thought what I enter in the run config dialog is written to the config.ini
changed to PDE/UI
If simpleconfigurator is used, we write out a bundles.info that is used by simpleconfigurator and that has bundle start level info in it. Not your config.ini :)
*** This bug has been marked as a duplicate of bug 269111 ***