Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 28921 invoked from network); 11 Jun 2007 21:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 21:59:23 -0000 Received: (qmail 38270 invoked by uid 500); 11 Jun 2007 21:59:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 38244 invoked by uid 500); 11 Jun 2007 21:59:21 -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 38233 invoked by uid 99); 11 Jun 2007 21:59:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 14:59:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of qazwart@gmail.com designates 209.85.134.191 as permitted sender) Received: from [209.85.134.191] (HELO mu-out-0910.google.com) (209.85.134.191) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 14:59:17 -0700 Received: by mu-out-0910.google.com with SMTP id w8so1005502mue for ; Mon, 11 Jun 2007 14:58:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cV3s+1mvgYSYCdepSvwenELmBHRm/8CvnSXngqdoKmr/xU0zeL54mIcpUCCeKRE/XRwJrfFSp5MDXAtnAj3DGXlLrOwSsvnGDHm75NhaoElxtm86KUuyYjI3g2MaqfO8gTdPjEziTmFcR4n2xbMz6j0G4WPknRG4BCFHwkbFAUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uNAOxJ+Lm6tqCzmj69WOYxVVKz8MJKWGWCTo2VAIIbe7S3o+Zg5zZJb4ksm6UrJbrvXZN91rT8lvlGv4e5U5aXhLed++mdDDRtPuuZPVzGMEtZfD0Jopnp1BvGh6HQBsXB0xwaSPe/P7/Y15iMS66KpAJ13GuKkltFes/W4pQp4= Received: by 10.82.105.13 with SMTP id d13mr11786014buc.1181599135888; Mon, 11 Jun 2007 14:58:55 -0700 (PDT) Received: by 10.82.157.12 with HTTP; Mon, 11 Jun 2007 14:58:55 -0700 (PDT) Message-ID: Date: Mon, 11 Jun 2007 17:58:55 -0400 From: "David Weintraub" To: "Ant Users List" Subject: Problem with task MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I have a very straight forward build.xml file: When I attempt to execute it, I get the following error message: test: [mail] Failed to initialise MIME mail: javax/mail/MessagingException BUILD SUCCESSFUL Which is strange because I set "failonerror" to "true". Any ideas? I am currently sending mail via CruiseControl and that works (and where I got the parameters from) so I know that it is possible to send email from this machine. If it's any help, here's the message from CruiseControl: Failed to initialise MIME mail: org.apache.tools.ant.taskdefs.email.MimeMailer I am running Ant 1.7 -- David Weintraub qazwart@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org