Automatically executing a command after compilation
I wanted to be able to set a command line to be executed after the compilation of a intellij project.
How can I do it (using Intellij 7.0.2)?
(I think it is a pretty common IDE feature, but I cannot find it.)
Thanks,
Jorge
请先登录再写评论。
Hello John,
An ant target (not arbitrary command line) can be executed after or before
compilation. Add a script to Ant Build tool window, select a target there
and use it's context menu: the commands are there.
Alexander.