Bug 27815 - Illegal reference to LaunchGroup and DebugUIPlugin
Summary: Illegal reference to LaunchGroup and DebugUIPlugin
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-12-05 20:23 EST by Darin Wright CLA
Modified: 2002-12-06 11:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2002-12-05 20:23:38 EST
The BuilderPropertyPage in external tools makes an illegal refererence to the 
DebugUIPlugin and LaunchGroupExtensions.
Comment 1 Darin Wright CLA 2002-12-05 20:24:31 EST
I noticed this when I changed an internal method. I did not take the time to 
see what you really need yet...
Comment 2 Jared Burns CLA 2002-12-05 21:10:37 EST
Fixed. I was trying to find config types that belonged to the external tools
category and the only way I found to do it at the time was to get the 
external tools group using the constant defined in IExternalToolConstants
and then asking the group for its category. The *right* solution was to 
define a new constant for the external tools category. We need to provide this
as public API anyway.

Please verify.
Comment 3 Darin Wright CLA 2002-12-06 09:06:05 EST
There is still a reference in #promptForConfigurationType()
Comment 4 Jared Burns CLA 2002-12-06 10:54:46 EST
Dah. Fixed for real this time.

Please verify.
Comment 5 Darin Wright CLA 2002-12-06 11:28:23 EST
Verified.