Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 57028 invoked from network); 18 Aug 2004 13:31:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 13:31:48 -0000 Received: (qmail 49124 invoked by uid 500); 18 Aug 2004 13:31:31 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 49001 invoked by uid 500); 18 Aug 2004 13:31:30 -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 48937 invoked by uid 99); 18 Aug 2004 13:31:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.223.178.26] (HELO maillnx-us311.fmr.com) (192.223.178.26) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 06:31:25 -0700 Received: from MSGMMKSM01WIN.DMN1.FMR.COM (MSGMMKSM01WIN.dmn1.fmr.com [10.33.139.32] (may be forged)) by maillnx-us311.fmr.com (Switch-3.1.2/Switch-3.1.0) with SMTP id i7IDVMEm027146 for ; Wed, 18 Aug 2004 09:31:22 -0400 Received: from virmmk111nts.fmr.com (172.25.106.96) by MSGMMKSM01WIN.DMN1.FMR.COM (Sigaba Gateway v3.83) with ESMTP id 185633; Wed, 18 Aug 2004 09:31:22 -0400 Received: from MSGMMKCLE2WIN.fmr.com ([10.33.152.61]) by MSGMROIM01WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713); Wed, 18 Aug 2004 09:31:21 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Content-Class: urn:content-classes:message Subject: RE: Loadfile not loading file MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Aug 2004 09:31:20 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Loadfile not loading file Thread-Index: AcSFJlcbrHPfFBbmTyijDTvVPwXYIgAAEWmg From: "Dick, Brian E." To: "Ant Users List" X-OriginalArrivalTime: 18 Aug 2004 13:31:21.0052 (UTC) FILETIME=[A61F89C0:01C48527] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N log.txt contains the string ERROR displays "${log.property}" (it's not = set) displays "${log.error}" (it's not set) You can test the code below with a minor change. Replace the exec task = with -----Original Message----- From: Jan.Materne@rzf.fin-nrw.de [mailto:Jan.Materne@rzf.fin-nrw.de]=20 Sent: Wednesday, August 18, 2004 9:21 AM To: user@ant.apache.org Subject: AW: Loadfile not loading file Have you checked: - the log.txt (using viewing into that) - the log.property (using ) - the log.error (using ) Are their content what you are expecting? Jan > -----Urspr=FCngliche Nachricht----- > Von: Dick, Brian E. [mailto:Brian.Dick@FMR.com] > Gesendet am: Mittwoch, 18. August 2004 15:17 > An: user@ant.apache.org > Betreff: Loadfile not loading file >=20 > I have an executable that does not set the exit code but does put > "ERROR" in its stdout. I'm trying use the loadfile task to=20 > load the file > produced by the record task, but loadfile is not setting the property. > Below is a simplified version of my code. Can someone tell me why this > code doesn't work? Is there another way to accomplish this? >=20 > > > > > > > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org