Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 43708 invoked from network); 9 Mar 2005 23:07:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Mar 2005 23:07:33 -0000 Received: (qmail 21702 invoked by uid 500); 9 Mar 2005 23:07:28 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 21664 invoked by uid 500); 9 Mar 2005 23:07:28 -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 21651 invoked by uid 99); 9 Mar 2005 23:07:28 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_RCVD_HELO,HTML_MESSAGE,URIBL_SBL X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from h-64-95-118-32.epinions.com (HELO mail-na.shopping.com) (64.95.118.32) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 09 Mar 2005 15:07:27 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C524FD.2A87E7BE" Subject: Odd MailLogger issue.. Date: Wed, 9 Mar 2005 15:10:12 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Odd MailLogger issue.. Thread-Index: AcUk/SVcRAZXDvhfSKuOIkfHbCHRtA== From: "Rich Harris" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C524FD.2A87E7BE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable ANT Version: 1.6.0 Command line run: ant -f test.xml -logger org.apache.tools.ant.listener.MailLogger =20 test.xml refs a properties file that contains the following: =20 # mail variables MailLogger.from=3Dbuild01@XXXXXXX.com MailLogger.mailhost=3Dmail.XXXXXXX.com MailLogger.replyto=3Duser@XXXXXXX.com MailLogger.failure.notify=3Dtrue MailLogger.success.notify=3Dtrue MailLogger.failure.to=3Drharris@XXXXXXX.com MailLogger.success.to=3Drharris@XXXXXXX.com MailLogger.failure.subject=3DBuild has failed! MailLogger.success.subject=3DBuild was successful! =20 -------------------------------------------------- ..and I still get the following for failed builds: -------------------------------------------------- =20 MailLogger failed to send e-mail! java.lang.Exception: Missing required parameter: MailLogger.from at org.apache.tools.ant.listener.MailLogger.getValue(MailLogger.java:220) at org.apache.tools.ant.listener.MailLogger.buildFinished(MailLogger.java:1 68) at org.apache.tools.ant.Project.fireBuildFinished(Project.java:1819) at org.apache.tools.ant.Main.runBuild(Main.java:689) at org.apache.tools.ant.Main.startAnt(Main.java:220) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:215) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90) =20 Obviously I've filled out the MailLogger.from variable. Anybody else had this problem?=20 =20 _____________________________________ Rich Harris Release/Configuration Engineer =20 ------_=_NextPart_001_01C524FD.2A87E7BE--