Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » osgi.clean in config.ini
osgi.clean in config.ini [message #444111] Thu, 09 February 2006 17:47 Go to next message
Eclipse UserFriend
We have an RCP app with the following entry "osgi.clean=true" in my
/configuration/config.ini file. The 'clean' (true) setting cleans both the
eclipse extension registry data AND the caches used to store bundle
dependency resolution. However, we want to clean only the eclipse
extension registry data. We DO NOT want to clean the caches used to store
bundle dependency resolution. Is there any way to do this withinn the RCP
framework?
Re: osgi.clean in config.ini [message #444176 is a reply to message #444111] Fri, 10 February 2006 06:08 Go to previous messageGo to next message
Eclipse UserFriend
The 'clean' means 'clean everything'. There's no option to have 'clean something'.

What you could do if you wanted is find out which data that you wanted to persist in each of the .metadata/plugins/org.eclipse.?/ directories, and then selectively remove the ones you didn't want (or conversely, left the ones that you wanted to keep).

It's bad practice to have the osgi.clean=true in general, though, so the question has to be what is it exactly that you are trying to clean?

Alex.
Re: osgi.clean in config.ini [message #444196 is a reply to message #444176] Fri, 10 February 2006 11:43 Go to previous message
Eclipse UserFriend
Alex

I want to clean ONLY the eclipse extension registry data - more
specifically, the cache of views (Window-->Show View-->Other). When we do
a plugin update (not via UpdateManager nor via WebStart - it is a
proprietary application/file update mechanism) view/s may have been
added/removed and naturally we want those changes to reflect.

Thanks
Scott
Previous Topic:How do I figure out when the view is open?
Next Topic:Wizard´s buttons
Goto Forum:
  


Current Time: Wed Jun 18 15:07:18 EDT 2025

Powered by FUDForum. Page generated in 0.04195 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top