| [news.eclipse.platform.rcp] Re: How to cancel Build |
Hi,
Regards,
Wim
-- Best Regards,
The aim is to trigger the "run" and "debug" button press :/
There is no PRE_RUN or PRE_DEBUG, PRE_BUILD is the best and simplest way I have found to run my process before the "run/debug".
In this PRE_BUILD process I launch some executable (GUI) in a thread then the regular BUILD start by launching Adobe Flex/Air program.
If my executable in the PRE_BUILD failed I should not let Adobe Flex/Air program to run :/
That's why I need to find a way to kill Adobe Flex/Air program.