Is it possible to add a specific Ant task to IDEA's Build menu?
In the Build menu, I see myproject -> <default target>, very useful.
There's one other Ant target I need to run pretty frequently, and it'd be great if I could add it to that menu too. Is there a way to do that?
Other than that, you need to open the Build panel, find that target, and run it. The menu would be significantly more convenient.
请先登录再写评论。
This may help: https://www.jetbrains.com/idea/help/associating-ant-target-with-keyboard-shortcut.html .
Thanks. I don't do this so often that I'd actually want to eat a shortcut key for it, but I guess that's the best available option.