Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 32477 invoked from network); 27 Aug 2002 18:22:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Aug 2002 18:22:26 -0000 Received: (qmail 485 invoked by uid 97); 27 Aug 2002 18:22:49 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 467 invoked by uid 97); 27 Aug 2002 18:22:48 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 433 invoked by uid 98); 27 Aug 2002 18:22:48 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) To: ant-user@jakarta.apache.org Subject: How to kill a task started from ant? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.6a January 17, 2001 Message-ID: From: Jakub.Valenta@Deio.net Date: Tue, 27 Aug 2002 21:20:02 +0300 X-MIMETrack: Serialize by Router on Rigel/Deio(Release 5.0.6a |January 17, 2001) at 27/08/2002 19:15:56, Serialize complete at 27/08/2002 19:15:56 Content-Type: multipart/alternative; boundary="=_alternative 0064B650C2256C22_=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=_alternative 0064B650C2256C22_= Content-Type: text/plain; charset="us-ascii" Hi all, I need (would like to) to start JBoss in from my build file, and then kill it so that the rest of build file can be performed. Follows snippet of the build file where I start the JBoss and in parallel (with some delay) I start other application. ... ... The problem is that the tasks which are after this are never executed, since the JBoss never quits. Is there any way out? I could run them in yet another thread but I am not sure that that's the right way to do it. Br, Jakub --=_alternative 0064B650C2256C22_=--