Hello there! I'm building an
ant script that needs to stop the server, copy some files and then start it again.
I'm using antcall to start/stop the server. So when I run my task it begins to stop the server, but it calls the start before the shutdown was donne.
How can I force the completion of the first antcall before the second is started?
Regards