No unfortunately the configuration location is a synonym for the osgi storage area or "bundle cache". There is no way currently to configure these to be different from each other.
Tom
Ali Naddaf ---08/30/2011 08:09:24 AM---Thanks Tom. Is there an equinox-specific configuration that can change the location of the "bundle cache" independently of the
From: |
Ali Naddaf <ali.naddaf@xxxxxxxxx> |
To: |
Equinox development mailing list <equinox-dev@xxxxxxxxxxx> |
Cc: |
Thomas Watson/Austin/IBM@IBMUS |
Date: |
08/30/2011 08:09 AM |
Subject: |
Re: [equinox-dev] Bundle Cache Location |
Thanks Tom. Is there an equinox-specific configuration that can change the location of the "bundle cache" independently of the configuration location?
Ali.
On 08/30/2011 7:58 AM, Thomas Watson wrote:
There is a bug in 3.6 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=343208) which causes Equinox to ignore some of the standard OSGi launching configuration properties when EclipseStarter was used. On 3.6 you can use the equinox specific property osgi.configuration.area to set the configuration area to a different location.
Tom
Ali Naddaf ---08/29/2011 11:38:09 PM---Thanks for your response Neil. Is this a new configuration? I don't see
Thanks for your response Neil. Is this a new configuration? I don't see
that in Equinox 3.6 and adding that to the config.ini didn't change the
location of bundle cache.
Any suggestion?
Thanks
Ali.
On 08/29/2011 10:39 PM, Neil Bartlett wrote:
> This location in known as the "storage area" in the terms of the OSGi
> specification. You can change it by setting the property
> "org.osgi.framework.storage".
>
> You can set this property in config.ini, or if you are using the
> FrameworkFactory API to launch OSGi you can add it to the Map
> parameter that is passed to FrameworkFactory.newFramework().
>
> Regards,
> Neil
>
> On Tue, Aug 30, 2011 at 5:21 AM, Ali Naddaf<ali.naddaf@xxxxxxxxx> wrote:
>> Hello everyone.
>>
>> Is it possible to configure equinox to use a location outside of the
>> "configuration" directory for its local bundle cache? I believe by default,
>> it creates an org.eclipse.osgi directory under the configuration directory
>> and the bundle cache goes there and I would like to see if it feasible to
>> change this behavior through a configuration parameter.
>>
>> Many thanks,
>> Ali.
>> _______________________________________________
>> equinox-dev mailing list
>> equinox-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/equinox-dev
>>
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
|