Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36699 invoked from network); 13 Sep 2004 21:48:56 -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:48:56 -0000 Received: (qmail 11377 invoked by uid 500); 13 Sep 2004 21:48:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11325 invoked by uid 500); 13 Sep 2004 21:48:45 -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 11312 invoked by uid 99); 13 Sep 2004 21:48:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE 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:48:43 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C499DB.6F2DE486" Subject: keep going option Date: Mon, 13 Sep 2004 15:48:40 -0600 Message-ID: <12C89F7C939CDB45B073511113A9BFF517A827@alpha.quadrus.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: keep going option Thread-Index: AcSZ227RASW74RSEQQmdAP771UmZTQ== From: "Vadim Kazakov" To: "Ant Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C499DB.6F2DE486 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 Since executable a doesn't exist I expect running ant with the -k option will fail executing, but will print out the message "Great". However this is the output I get: Buildfile: build.xml =20 Default: =20 targetA: Target 'targetA' failed with message 'Execute failed: java.io.IOException: CreateProcess: a error=3D2'. Target 'Default' failed with message 'Following error occured while executing this line C:\Documents and Settings\vadimk\My Documents\Ant Tests\build.xml:8: Execute failed: java.io.IOException: CreateProcess: a error=3D2'. =20 BUILD FAILED C:\Documents and Settings\vadimk\My Documents\Ant Tests\build.xml:3: Following error occured while executing this line C:\Documents and Settings\vadimk\My Documents\Ant Tests\build.xml:8: Execute failed: java.io.IOException: CreateProcess: a error=3D2 =20 Which isn't overly different from the output without the -k option: Buildfile: build.xml =20 Default: =20 targetA: =20 BUILD FAILED C:\Documents and Settings\vadimk\My Documents\Ant Tests\build.xml:3: Following error occured while executing this line C:\Documents and Settings\vadimk\My Documents\Ant Tests\build.xml:8: Execute failed: java.io.IOException: CreateProcess: a error=3D2 =20 has anybody successfully used this option? Can anybody give me an example of a build file that would work? =20 Vadim Kazakov Software Deployment Specialist Quadrus Financial Technologies Inc. ph: 257-0850 cell: 861-6893 =20 ------_=_NextPart_001_01C499DB.6F2DE486--