| Summary: | Feature Request: Shortcut for re-running last ant build | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Boris Pruessmann <boris> |
| Component: | UI | Assignee: | Nick Edgar <n.a.edgar> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | boris, gro, rodrigo, valentinbaciu |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Boris Pruessmann
You already have something similar available. 1) Go to Perspective->Customize->Action Sets 2) Select the Ant action set 3) OK Now you get a new button in you tool bar similar to the "Run" and "Debug" buttons where you have a history of recent run scripts. Does it solve your problem? Mostly :) Is there a way to avoid the target dialog ? Not. But we could (time permitting) add something similar to what PDE does for running or debugging a runtime workbench. It has an options called "without wizard". *** Bug 10060 has been marked as a duplicate of this bug. *** That would be exactly what I am looking for ... currently "F9" shortcut is switching between "Run" or "Debug", depends on what you have runned last time. IMHO would be nice to add "last Ant run" to this shortcut too. course without wizard :) Maybe also add "Ant->Edit configurations" menu, just like it was done with "Run" and "Debug" in build M5 Moving to Platform UI (External Tools) for comment. The new External Tools support lets you configure an Ant script with its target and any other arguments, then run it via the Run / External Tools menu. The toolbar button should also be there (broken in 20020521) to re-run the last script, as well as recently run scripts. |