Bug 24580 - Expose more information in TargetInfo
Summary: Expose more information in TargetInfo
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-09 10:36 EDT by Darin Swanson CLA
Modified: 2002-10-23 08:58 EDT (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 Swanson CLA 2002-10-09 10:36:43 EDT
In org.eclipse.ant.core.TargetInfo
we should provide the project name, and dependancy information for the target.
Comment 1 Jared Burns CLA 2002-10-22 16:47:46 EDT
Added getProject() and getDependencies() to TargetInfo.
Comment 2 Jared Burns CLA 2002-10-22 16:48:37 EDT
Fixed. I also added a couple tests to the test suite. Please verify changes to 
AntRunner, InternalAntRunner, and TargetInfo.
Comment 3 Darin Swanson CLA 2002-10-23 08:58:14 EDT
Verified.