[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: -clean, -data wierdness

My understanding is that the workspace was using a cache of information from
the old plugin.xml.
It was not actually reading the plugin.xml but just reusing the old cached
information stored as metadata.

-clean cleared up the cached metadata and forced a reparse of all of the
plugin.xml files and corrected your problem

HTH
Darins

"Chris Longfield" <clongfield@xxxxxxxxxxxx> wrote in message
news:ck4dru$gos$1@xxxxxxxxxxxxxx
> Hi All,
>     My application was loading an old version of the plugin.xml and then
> crashing because the plugin.xml referred to a class that does not exist
> in the current jar version.  I start the RCP with the -data option, and
> I looked in there for the old plugin.xml, but I did not see it.
>
> Using -clean seems to have removed the cached plugin.xml, but my
> question is, where was it?  It was driving me crazy trying to find it on
> my system.  Why wouldn't it be in the data directory?
>
> Chris