Is there any way I can check the parent target of any target for example I have a target smoke-test
<target name="run-smoke-tests" depends="deploy">
now I want to check the parent target of deploy in my ant script.
Is there any way I can check the parent target of any target for example I have a target smoke-test
<target name="run-smoke-tests" depends="deploy">
now I want to check the parent target of deploy in my ant script.