Splash cached in workspace? [message #308489] |
Tue, 26 September 2006 12:21  |
Eclipse User |
|
|
|
In our product defining plugin, we have a splash.bmp. The user installs our
Eclipse based product, they launch and see v1.0 of our splash page. We issue
an update to the product and change our splash page image to v2.0 (for
example). When, the user launches the product after getting the new version
of our plugin (that has the new splash image), they still see the 1.0 splash
page. Is the splash image cached someplace in the workspace? Deleting the
workspace seems to correct this, but obviously thats a bad solution for me
to tell users of our tool. Is this a bug in Eclipse, or are we
misunderstanding how this is supposed to work?
Thanks!
Dave
|
|
|
Re: Splash cached in workspace? [message #308491 is a reply to message #308489] |
Tue, 26 September 2006 12:45   |
Eclipse User |
|
|
|
Yes, the splash may be cached. If the plug-in that is providing the
splash.bmp is a jar, then the splash.bmp will be extracted from the jar
and cached in the org.eclipse.osgi subdirectory of the configuration area.
If you run with -clean, then the cache will be deleted and the
splash.bmp will be updated.
-Andrew
David Rostowsky wrote:
> In our product defining plugin, we have a splash.bmp. The user installs our
> Eclipse based product, they launch and see v1.0 of our splash page. We issue
> an update to the product and change our splash page image to v2.0 (for
> example). When, the user launches the product after getting the new version
> of our plugin (that has the new splash image), they still see the 1.0 splash
> page. Is the splash image cached someplace in the workspace? Deleting the
> workspace seems to correct this, but obviously thats a bad solution for me
> to tell users of our tool. Is this a bug in Eclipse, or are we
> misunderstanding how this is supposed to work?
>
> Thanks!
> Dave
>
>
|
|
|
Re: Splash cached in workspace? [message #308492 is a reply to message #308491] |
Tue, 26 September 2006 12:50  |
Eclipse User |
|
|
|
Ah, thanks! -clean is exactly what I was looking for!
"Andrew Niefer" <aniefer@ca.ibm.com> wrote in message
news:efblev$v8h$1@utils.eclipse.org...
> Yes, the splash may be cached. If the plug-in that is providing the
> splash.bmp is a jar, then the splash.bmp will be extracted from the jar
> and cached in the org.eclipse.osgi subdirectory of the configuration area.
>
> If you run with -clean, then the cache will be deleted and the splash.bmp
> will be updated.
>
> -Andrew
>
> David Rostowsky wrote:
>> In our product defining plugin, we have a splash.bmp. The user installs
>> our Eclipse based product, they launch and see v1.0 of our splash page.
>> We issue an update to the product and change our splash page image to
>> v2.0 (for example). When, the user launches the product after getting the
>> new version of our plugin (that has the new splash image), they still see
>> the 1.0 splash page. Is the splash image cached someplace in the
>> workspace? Deleting the workspace seems to correct this, but obviously
>> thats a bad solution for me to tell users of our tool. Is this a bug in
>> Eclipse, or are we misunderstanding how this is supposed to work?
>>
>> Thanks!
>> Dave
|
|
|
Powered by
FUDForum. Page generated in 0.03591 seconds