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
Post a Comment