[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: -clean, -data wierdness
|
ok, if the top level is read-only, the config is written to a location under
your user.home
(which would probably be your home directory on unix/linux, or C:\Documents
and Settings\your_user_id on Windows).
Then look for a directory called .eclipse and its subfolders.
Take a look at the following bug for some discussion (this was when update
owned the location, but
the framework has more or less used the same code)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=37686
"Chris Longfield" <clongfield@xxxxxxxxxxxx> wrote in message
news:ck6836$n6v$1@xxxxxxxxxxxxxx
> dorian birsan wrote:
> > Check the eclipse/configuration/org.eclipse.osgi folder
> >
> > -Dorian
> >
>
> Not to beat a dead horse, but with the way this RCP is distributed the top
level
> directory is not writeable, and there is no configuration directory.
>
> Also, I looked where Darin suggested in the .metadata directory of the
directory
> I defined with -data, and all that's in there is a .log file and
> dialog_settings.xml in the workbench plugins directory. The xml file is
empty
> except for the xml declaration. So, you can see why this is driving me
crazy -
> I know this data has to be cached somewhere on this machine!