Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76053 invoked from network); 9 May 2006 16:30:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2006 16:30:33 -0000 Received: (qmail 27629 invoked by uid 500); 9 May 2006 16:30:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27600 invoked by uid 500); 9 May 2006 16:30:27 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 27588 invoked by uid 99); 9 May 2006 16:30:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 09:30:27 -0700 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=DNS_FROM_RFC_ABUSE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.236.246.208] (HELO NYCMX1.TIMEINC.COM) (64.236.246.208) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 09:30:26 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: Problems with property file task Date: Tue, 9 May 2006 12:30:04 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problems with property file task Thread-Index: AcZzepv1gdiVRl0UQTqvrtQztSjCogACzaMA From: To: X-OriginalArrivalTime: 09 May 2006 16:30:04.0882 (UTC) FILETIME=[D3DAE320:01C67385] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N -----Original Message----- From: EJ Ciramella [mailto:ejciramella@upromise.com]=20 Sent: Tuesday, May 09, 2006 11:10 AM To: Ant Users List Subject: Problems with property file task Hey guys, I'm having a bit of an issue with the propertyfile task. I have a build script that captures a date range worth of changes to a file then use that file as the message body for an email: =20 =20 "=20 subject=3D"Deployment of ${version} complete"=20 messagefile=3D"mailbody.txt"> "/ > "/ > "/ > =20 What's weird is, if I leave in the propertyfile task, the mailbody.txt file is blank, if I comment it out, I get exactly what I'm expecting. =20 What is propertyfile doing and why is mailbody.txt blank? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org