Bug 3088 - [runtime] <export> visibility filters ignored in development mode (1GHFHV7)
Summary: [runtime] <export> visibility filters ignored in development mode (1GHFHV7)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P4 normal with 1 vote (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:49 EDT by Vlad Klicnik CLA
Modified: 2019-04-02 11:54 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlad Klicnik CLA 2001-10-10 22:49:14 EDT
When running with -dev bin (development mode, classes loaded from <myplugin>/bin/) it would appear that class visibility
	filters (<export> specified/defaulted for each <library> in plugin.xml) are ignored. This changes the runtime behavior when 
	self-hosting vs. running from jars.

NOTES:
Comment 1 DJ Houghton CLA 2002-01-08 14:28:06 EST
Not a committed item on the 2.0 plan.
Changing resolution to LATER.
Comment 2 Andrew McCullough CLA 2002-08-19 16:43:11 EDT
I assume this is related to what just bit me.  

I was happily testing along in my RuntimeWorkbench and got very confused with 
all the ClassNotFounds I got after building the plugins and running them 
as "real plugins".  I eventually discovered my export was not set so the 
dependent plugin did not work properly.  It seems somewhat important to me that 
the RuntimeWorkbench stick as close to possible to what would happen in the 
real world, I had several minutes of head-scratching confusion and concerns 
that I could not reproduce the problem. 
 
-Andrew
Comment 3 John Arthorne CLA 2002-08-26 13:26:18 EDT
Reopen for investigation.
Comment 4 DJ Houghton CLA 2004-03-25 17:03:57 EST
This was fixed but this bug report was unintentionally left open.

When we create the manifest.mf the export filters from the plugin.xml are taken
into account.

Closing.
Comment 5 Eclipse Genie CLA 2019-04-02 10:42:12 EDT
New Gerrit change created: https://git.eclipse.org/r/139905