hello, now I develop a funny j2me game, I want to know how many times I press the 'make' button, can I?
I guess you can create a macro that (1) calls an external tool that increments a counter and (2) calls "make". Then you use that macro instead of plain "make" (maybe using some keymap and toolbar customizations).
Evans Zhang wrote:
I guess you can create a macro that (1) calls an external tool that
increments a counter and (2) calls "make". Then you use that macro
instead of plain "make" (maybe using some keymap and toolbar
customizations).
oh my god, I see, you are intelligent. thank you very much
Create an ant target with the "buildnumber" task. Set this task to be run before every build.
--Dave Griffith