Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 98776 invoked from network); 17 Sep 2003 16:07:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Sep 2003 16:07:11 -0000 Received: (qmail 10396 invoked by uid 500); 17 Sep 2003 16:06:53 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 10365 invoked by uid 500); 17 Sep 2003 16:06:52 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 10329 invoked from network); 17 Sep 2003 16:06:51 -0000 Received: from unknown (HELO ghc-w2k1.ad.greenhatconsulting.com) (217.205.100.146) by daedalus.apache.org with SMTP; 17 Sep 2003 16:06:51 -0000 Content-Class: urn:content-classes:message Subject: RE: running an external java task MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 17 Sep 2003 17:06:22 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: running an external java task thread-index: AcN9NOZyNxndKmjmSDG5/hk//DGB5AAALLfw From: "Tim Davidson" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N that worked. thanks. -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: 17 September 2003 16:55 To: user@ant.apache.org Subject: Re: running an external java task On Wed, 17 Sep 2003, Tim Davidson wrote: > What I think is happenning is that RetroGuard contains a > System.exit() at the end, causing the Ant thread to be 'lost'. Can > anyone reccommend a solution so that ant continues when RetroGuard > completes? In Ant 1.5.4, the only solution is to use fork=3D"true" in your java task. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org