Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5435917296 for ; Mon, 18 May 2015 02:21:59 +0000 (UTC) Received: (qmail 50837 invoked by uid 500); 18 May 2015 02:21:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 50778 invoked by uid 500); 18 May 2015 02:21:53 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 50767 invoked by uid 99); 18 May 2015 02:21:53 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 02:21:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 503A81A2E44 for ; Mon, 18 May 2015 02:21:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.998 X-Spam-Level: * X-Spam-Status: No, score=1.998 tagged_above=-999 required=6.31 tests=[FSL_HELO_BARE_IP_2=2, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id SykLO0SNxcHh for ; Mon, 18 May 2015 02:21:52 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 6DE99428F6 for ; Mon, 18 May 2015 02:21:52 +0000 (UTC) Received: from 192.168.1.80 ([72.89.108.38]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Mam2Q-1YaqcG1wIE-00KPGY for ; Mon, 18 May 2015 04:21:50 +0200 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Ant does not return after calling org.glassfish.tyrus.client.ClientManager.connectToServer() From: Antoine Levy Lambert In-Reply-To: Date: Sun, 17 May 2015 22:21:34 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Ant Users List X-Mailer: Apple Mail (2.1878.6) X-Provags-ID: V03:K0:XM6tlWZQVrVqlCwQAEfSjXuy2f+vSxbYvKt+e37lIXcsqSLOIK3 8RGjvTZrMOJGUa5kQ1MtatSPbqrm1G9SAVSCf4VGJFv/EzxiNKRmVPfpa5nIAcJW4rliaNM t56lhftLzJ08cLTpHgYBqy3LFBznj/+8c5Howtf1Kn3xqnbHDkD2z2u1SNkXU7WJLLyLu6F vUtG7ZOTlApj6mVnDnOyQ== X-UI-Out-Filterresults: notjunk:1; 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=3D=93true=94 and spawn=3D=93true=94. This starts another java = process and ant=92s execution thread goes further immediately after = spawning thisi process. Regards, Antoine On May 9, 2015, at 5:45 AM, Dilini Asanga = wrote: > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org