Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Plugins & Target Platform Help!
Plugins & Target Platform Help! [message #328724] Mon, 02 June 2008 20:02
Eclipse UserFriend
Originally posted by: outkastman.hotmail.com

Hi there,

I have a question about exporting a plugin and adding it to my Eclipse
target environment. I work in an environment where we have to have some
plugin releases to our developers of certain projects. Therefore, what we
would like to do is export the project as a jar file, commit it them to
subversion in a libraries project and have our developers check out the
project. They will then add the project to the Target Platform using
Window->Preferences...->Target Platform add.

The issue that we're running into is when we have plugins that contain
libraries. Some of these libraries are exported to the client, however
they are not visible when we add the project in jar form to the Target
Platform. For example:

UIToolkit:

src/somefolder/UIUtils.class (Visible)
lib/org.eclipse.nebula.widgets.datechooser_1.0.0.jar (Not visible)


We figured the solution to be an exploded form project instead, however
when we do so, the source classes of the project are not visible.

src/somefolder/UIUtils.class (Not Visible)
lib/org.eclipse.nebula.widgets.datechooser_1.0.0.jar (Visible)

Is there any way to export to ensure both are visible? We have the jars on
the classpath in the manifest, as well as the packages in the "Exported
Packages" section.

Thanks so much!
Previous Topic:importing the javaeditor example
Next Topic:Ant Editor Tweaking
Goto Forum:
  


Current Time: Sun Jun 30 13:46:40 GMT 2024

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

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

Back to the top