Plugins & Target Platform Help! [message #328724] |
Mon, 02 June 2008 20:02 |
Eclipse User |
|
|
|
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!
|
|
|
Powered by
FUDForum. Page generated in 0.02841 seconds