Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Bundle Cache Location

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



Inactive hide details for Ali Naddaf ---08/29/2011 11:38:09 PM---Thanks for your response Neil. Is this a new configuration? I Ali Naddaf ---08/29/2011 11:38:09 PM---Thanks for your response Neil. Is this a new configuration? I don't see


From:

Ali Naddaf <ali.naddaf@xxxxxxxxx>

To:

Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

Date:

08/29/2011 11:38 PM

Subject:

Re: [equinox-dev] Bundle Cache Location




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


GIF image

GIF image


Back to the top