Bug 30488 - Option to show tasks in menu
Summary: Option to show tasks in menu
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.6.2
Hardware: All other
: P3 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 11:27 UTC by pandc
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pandc 2004-08-05 11:27:18 UTC
Wouldn't it be comfortable to have an option which shows the user all available
tasks from a build file in a numbered menu. Targets which the users wants to be
processed should be entered by the corresponding number(s), comma seperated. Hit
enter and the taks will be processed. As easy as that.

No more searching and copy&pasting from the build file itself.
Comment 1 Steve Loughran 2004-08-05 13:25:55 UTC
1. lots of the ant gui tools do this, such as the netbeans, eclipse and idea IDEs

2. ant -p lists all targets, or, if you add a description tag to them, it lists
only the public ones. 

surely these two should be sufficent. Yes?
Comment 2 pandc 2004-08-13 07:33:57 UTC
1. ant gui tools... could be, but not everyboy prefers to use 'm

2. ant -p lists all targets... then there is only more step to take
Comment 3 Matt Benson 2004-09-20 20:23:27 UTC
I'm not convinced...
Comment 4 Jesse Glick 2004-10-20 02:24:00 UTC
There's also

http://www.caliban.org/bash/index.shtml#completion

though it's not very robust (e.g. doesn't handle -f nor <import>).