Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] How to set activate on startup to 'true' in bundles.info file

This is a p2 question that you may want to ask on the p2-dev mailing list (http://dev.eclipse.org/mhonarc/lists/p2-dev/).

But I think a similar question has been answer nicely by Andrew at http://stackoverflow.com/questions/3077282/in-equinox-is-it-possible-to-to-mark-an-osgi-bundle-as-started-from-its-containin

As Neil suggests I would avoid starting every bundle in eclipse which has a bundle activator. Most of the current bundles that make up the Eclipse SDK and tools that sit on top are lazy activated and should not be marked persistently/eagerly activated.

Tom



Inactive hide details for Pradeep Fernando ---08/15/2011 10:12:19 PM---Hi devs,Pradeep Fernando ---08/15/2011 10:12:19 PM---Hi devs,


From:

Pradeep Fernando <pradeepfn@xxxxxxxxx>

To:

Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

Date:

08/15/2011 10:12 PM

Subject:

[equinox-dev] How to set activate on startup to 'true' in bundles.info file




Hi devs,

I have a p2-aware product that uses simpleconfigurator. In the
bundles.info file the activate on startup field is set to 'false' for
most of the bundles.
How simpleconfigurator decides weather to put to 'false' or 'true' in
bundles.info. Is it possible to make the default value to 'true'.
(activate bundle at startup)


Thanks,
--Pradeep Fernando
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


GIF image

GIF image


Back to the top