Android: How to hook into Eclipse Build Project? -


i run custom shell script upon clicking build project in eclipse. tried modifying "compile" section in build.xml, script not getting run. invoking ant debug on commandline works, however.

you needn't involve ant unless want to.

somewhere in menus there thing builders. add 1 , customize it. gives typical ide run-external-command type capability assorted variables project path, name, etc can use in constructing command line.

note: while answer intended state general approach rather specifics, user149408 suggests @ least in eclipse versions, achieved navigating menus project > properties , choosing builders.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -