Re: [equinox-dev] Usage of Variables in config.ini file

2017-09-21 Thread Vikram Aruchamy (RBEI/ETB5)
@eclipse.org Cc: equinox-dev@eclipse.org Subject: Re: [equinox-dev] Usage of Variables in config.ini file See the usage of method org.eclipse.osgi.internal.framework.EquinoxConfiguration.ConfigValues.substituteVars(Properties) This should be possible today. Is it not working for you? Tom

Re: [equinox-dev] Usage of Variables in config.ini file

2017-09-21 Thread Vikram Aruchamy (RBEI/ETB5)
Of Thomas Watson Sent: Friday, September 22, 2017 1:15 AM To: equinox-dev@eclipse.org Cc: equinox-dev@eclipse.org Subject: Re: [equinox-dev] Usage of Variables in config.ini file See the usage of method org.eclipse.osgi.internal.framework.EquinoxConfiguration.ConfigValues.substituteVars(Properties

[equinox-dev] Usage of Variables in config.ini file

2017-09-21 Thread Vikram Aruchamy (RBEI/ETB5)
Hello, I would like to use the environment variables in configuration/config.ini file of my RCP product. E.g.: Osgi.bundles = reference\:file\:$myvariabename$/org.example_4.8.2.v4_8_2_v20110321-1705/@4,... So that I can make my RCP product to load the bundle from the value of