Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Jar contents not exported
Jar contents not exported [message #31379] Thu, 06 November 2008 05:51
Eclipse UserFriend
Since we upgraded to 3.4 we have some weird problems with plugins in
eclipse.
The worst one is that contents of jars don't get reexported from inside a
plugin.
I wanted to know if somebody has the same problems or if we are doing
something deriously wrong.
Here is the scenario that leads to our problem:
1. Create a simple java project with testclass in it, export as jar
2. Create a simple plugin. Import the jar and reexport its contents.
3. Export plugin.
4. Delete plugin from workspace (the source folders, important because if
you don't do that eclipse will pick the plugin from your workspace and
everythign will work)
5. Close eclipse, put plugin int dropins folder, start eclipse again.
6. Create another plugin, add dependency to the plugin in the dropins
folder.
7. Try to use the class that is reexported by the plugin
=> Class is not available

Any suggestions? Can someone reproduce this?
Thanks
Jochen
Previous Topic:remove unnecessary plugins
Next Topic:Jar contents not exported
Goto Forum:
  


Current Time: Sat May 03 17:36:59 EDT 2025

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

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

Back to the top