Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Generate config.ini based on Run Configuration

Hi Chris,

In Eclipse 3.5, it's possible to create a product definition from an OSGi launch configuration.

I don't know if I got it right, but the product file I'm familiar with is the one I use for RCP applications where I need to specify a product with the appropriate application. But in my case I need to stay in a pure OSGi world with the ability to launch my bundles outside Eclipse. 

Cheers,
Eugen

Am Sep 24, 2009 um 17:08  schrieb zx:

On Thu, Sep 24, 2009 at 8:00 AM, Eugen Reiswich <reiswich@xxxxxx> wrote:
Hi folks,

after reading the Equinox Guide (http://www.eclipse.org/equinox/documents/quickstart.php) I wonder if there is an easier way to generate a config.ini file e.g. like Ian Bull suggested here: http://www.eclipsezone.com/eclipse/forums/t107521.html

I have a serious problem to catch up with bundle dependencies while deploying new bundles.

In Eclipse 3.5, it's possible to create a product definition from an OSGi launch configuration.

If you use product definitions, you don't need to really worry about the config.ini anymore...

Cheers,

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top