Bug 28136 - Ant view "Run" button is ambiguous
Summary: Ant view "Run" button is ambiguous
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-12-11 15:47 EST by Jared Burns CLA
Modified: 2002-12-12 17:33 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 Jared Burns CLA 2002-12-11 15:47:44 EST
The current "Run" button in the top toolbar of the Ant view has overly complex
behavior. If no targets are "active", it tries to find a selection in the
"Build Files" viewer to launch. However, if there are active targets, it
ignores the selection in the BuildFiles viewer.

These two behaviors (launching the active targets and launching the selection)
should be made explicit by putting a seperate Run button in each viewer.
Comment 1 Jared Burns CLA 2002-12-11 16:12:26 EST
Done. The Run button in the Build Files pane runs the selection (a selected
target or the default target of the selected build file) and the Run button
in the Active Targets pane runs the active targets.

Please verify.
Comment 2 Darin Swanson CLA 2002-12-12 17:33:31 EST
Removed the description and added a tooltip for the RunTargetAction.
Verified.