Hi, I did not take a look at the attached zip file.
How does ant call WebsocketLocalClient ? I would assume using the java task. The java task has fork and spawn attributes. I think that if WebsocketLocalClient is a long running process you should start it with fork=“true” and spawn=“true”. This starts another java process and ant’s execution thread goes further immediately after spawning thisi process. Regards, Antoine On May 9, 2015, at 5:45 AM, Dilini Asanga <diliniasa...@gmail.com> wrote: > <websocket-local-client.zip> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org