In my ant script that runs end-to-end integration tests, I start the process first, then do some other things, then run the tests, and then I need to make sure that I kill the process. However, I need to make sure that I kill this process, even if something doesn't work (so I need an equivalent to try at the end). What is the recommended way to do this?
source share