Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to export a plug-in with icon included?
how to export a plug-in with icon included? [message #158511] Tue, 18 November 2003 22:15 Go to next message
Eclipse UserFriend
Originally posted by: progers.classwide.com

I have an icon associated with a plug-in I've created. The
corresponding gif is located in a subdirectory (imaginatively) named
"icons" underneath that of the plug-in directory. The manifest
references this directory and gif and everything works as expected --
the icon shows up where it should when I test the plug-in via the
run-time workbench.

My problem is that when I use the "export" wizard the resulting zip
file does not include the icon subdirectory and gif.

I'm using "Export...", "Deployable plug-ins and fragments", and
selecting "a single deployable ZIP file" as well as "include source
code".

I can manipulate the resulting ZIP file manually, inserting the gif,
but it will not have the right directory path.

Is there a way to get the icon into the zip file using the wizard?

Thanks,

Pat Rogers
rogers@gnat.com
Re: how to export a plug-in with icon included? [message #158571 is a reply to message #158511] Wed, 19 November 2003 00:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

You need to list the directory containing the image in the bin.includes
entry of the build.properties file.

PaScaL

"Pat Rogers" <progers@classwide.com> a
Re: how to export a plug-in with icon included? [message #158610 is a reply to message #158571] Wed, 19 November 2003 02:42 Go to previous message
Eclipse UserFriend
Originally posted by: progers.classwide.com

Pascal Rapicault wrote:
> You need to list the directory containing the image in the
> bin.includes entry of the build.properties file.

That did it. Thanks very much!
Previous Topic:Eclipse generated GUI in pure Java app
Next Topic:Do all Events require Thread separation?
Goto Forum:
  


Current Time: Tue Jul 23 11:32:08 GMT 2024

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

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

Back to the top