Running post-compilation tasks Permanently deleted user Created March 07, 2011 23:21 Is it possible to run a command line script after IDEA 10 finishes compiling the project sources?Thanks in advance,Behrang
You can probably record a macro with Build | Make and some External Tool and bind it to keyboard shortcut. Or the same macro with Ant task instead of the External Tool.