Bug 6412

Summary: API Request - Package selection dialog including pre-reqs
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: UIAssignee: Claude Knaus <Claude_Knaus>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: n.a.edgar
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on:    
Bug Blocks: 1738    

Description Darin Wright CLA 2001-11-28 21:00:57 EST
The Java debugger requires the ability to specify a "pacakge to run in" in the 
snippet editor. To do this, we use the API on JavaUI to create a package 
selection dialog for a project. However, we need to be able to choose from 
packages in pre-req projects/jars as well. Currently the API only specifies 
packages in a single project.
Comment 1 Erich Gamma CLA 2001-11-29 05:57:21 EST
We currently only provide CONSIDER_BINARIES as a scope option. We should add a 
CONSIDER_REQUIREDPROJECTS option 
Comment 2 Claude Knaus CLA 2001-11-29 09:38:13 EST
fixed > 20011127.

you just need to add the flag CONSIDER_REQUIRED_PROJECTS.