I want to be able to run a simple Java program when the build button is clicked in Eclipse. Currently, when I click build, it runs some JRebel registration code. I have a program that analyzes the JRebel log file and saves statistics in the database.
Is it possible to write a plug-in or somehow connect to the Eclipse build process so that after JRebel logging the program runs my program to automatically analyze the file?
Any help would be appreciated, even if you could just point me in the right direction.
Thanks in advance.
source share