vote up 2 vote down star
2

Is there a way to run a specific Ant task via the keyboard? I have a rsync to dev task that I run a lot and running to the mouse to double-click is a pain.

flag

2 Answers

vote up 2 vote down check

If you launch regularly the same external launch, you can assign a shortcut to the command:
"Run Last Launched External Tool"

(Windows/Preferences: type Keys, then launch, tested with Eclipse Ganymede 3.4.1)

link|flag
My version says "Run Last Launched External Tool". – thrashr888 Dec 18 '08 at 2:16
@thrashr888: You are right: mine too. I just fix this answer to reflect the correct label. – VonC Dec 18 '08 at 6:46
vote up 0 vote down

The following keyboard shortcut is listed in the Eclipse Ganymede help:

Run Ant Build: Alt+Shift+X, Q

link|flag
That suppose you have the ant xml file open in your editor right ? By launching the last launched External Tool, you do not have to open it, and you can set all extra variable environments/path you may need to execute said xml ant file... – VonC Dec 16 '08 at 12:32
You're right. You can toggle this behavior by Windows->Preference->Run/Debug->Launching then change Launch Operation (at the bottom) to "Always launch the previously launched application". – jamesh Dec 16 '08 at 14:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.