Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 40958 invoked from network); 13 Sep 2004 21:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Sep 2004 21:56:19 -0000 Received: (qmail 20763 invoked by uid 500); 13 Sep 2004 21:56:04 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20712 invoked by uid 500); 13 Sep 2004 21:56:03 -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 20689 invoked by uid 99); 13 Sep 2004 21:56:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.115.238.212] (HELO smtp1.quadrus.com) (209.115.238.212) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Sep 2004 14:56:02 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: keep going option Date: Mon, 13 Sep 2004 15:55:58 -0600 Message-ID: <12C89F7C939CDB45B073511113A9BFF517A82A@alpha.quadrus.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: keep going option Thread-Index: AcSZ3A0ibazofRweQh+DwLe9ZRqjqAAAEZpg From: "Vadim Kazakov" To: "Ant Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N So the only way to take advantage of the -k option is to use depends? There's no way to use it with antcall or ant tasks? -----Original Message----- From: Matt Benson [mailto:gudnabrsam@yahoo.com]=20 Sent: September 13, 2004 3:53 PM To: Ant Users List Subject: Re: keep going option The s take place within a single target in the main buildfile. That target (default) fails, then your build would keep going. Define your default target like this: HTH, Matt --- Vadim Kazakov wrote: > I'm trying to get this option to work, but ant > doesn't really seem to > keep going. I'm trying the following build file >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > =20 >=20 > >=20 > >=20 > >=20 > =20 >=20 > >=20 > >=20 > >=20 > >=20 > =20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org