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 <[email protected]> wrote: > <websocket-local-client.zip> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
