Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Splash cached in workspace?
Splash cached in workspace? [message #308489] Tue, 26 September 2006 12:21 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:A problem to access source code when running junit test
Next Topic:Newbie plugin/preferences question
Goto Forum:
  


Current Time: Sat May 10 03:47:35 EDT 2025

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

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

Back to the top