Bug 6412 - API Request - Package selection dialog including pre-reqs
Summary: API Request - Package selection dialog including pre-reqs
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1738
  Show dependency tree
 
Reported: 2001-11-28 21:00 EST by Darin Wright CLA
Modified: 2001-11-29 09:38 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.