Re: MailLogger

2009-04-21 Thread Eric Fetzer
Eric From: Eric Fetzer To: Ant Users List Sent: Tuesday, April 21, 2009 3:29:02 PM Subject: Re: MailLogger Found it: http://www-01.ibm.com/support/docview.wss?uid=swg1IZ08156   From: Matt Benson To: Ant Users List Sent: Tuesday, April 21, 2009 1:

Re: MailLogger

2009-04-21 Thread Eric Fetzer
Found it: http://www-01.ibm.com/support/docview.wss?uid=swg1IZ08156   From: Matt Benson To: Ant Users List Sent: Tuesday, April 21, 2009 1:51:20 PM Subject: Re: MailLogger Not I.  Sorry.  -Matt --- On Tue, 4/21/09, Eric Fetzer wrote: > From: Eric Fet

Re: MailLogger

2009-04-21 Thread Matt Benson
Not I. Sorry. -Matt --- On Tue, 4/21/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: MailLogger > To: "Ant Users List" > Date: Tuesday, April 21, 2009, 2:47 PM > So that works great on my local > machine (ant 1.7.1). However, when I put the same

Re: MailLogger

2009-04-21 Thread Eric Fetzer
org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) Seen this before? Thanks Again, Eric From: Matt Benson To: Ant Users List Sent: Tuesday, April 21, 2009 11:48:07 AM Subject: Re: MailLogger

Re: MailLogger

2009-04-21 Thread Eric Fetzer
Cool, thanks. From: Matt Benson To: Ant Users List Sent: Tuesday, April 21, 2009 11:48:07 AM Subject: Re: MailLogger Quite sorry--use ANT_ARGS.  I always forget--OPTS is for JVM options; ARGS is for Ant itself.  :) -Matt --- On Tue, 4/21/09, Eric Fetzer

Re: MailLogger

2009-04-21 Thread Matt Benson
Quite sorry--use ANT_ARGS. I always forget--OPTS is for JVM options; ARGS is for Ant itself. :) -Matt --- On Tue, 4/21/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: MailLogger > To: "Ant Users List" > Date: Tuesday, April 21, 2009, 12:00 PM > W

Re: MailLogger

2009-04-21 Thread Eric Fetzer
il.xml Unrecognized option: -logger Could not create the Java virtual machine. Any help? Thanks, Eric From: Matt Benson To: Ant Users List Sent: Monday, April 20, 2009 9:09:49 AM Subject: Re: MailLogger Yes and no.  You can add whatever parameters you need to the AN

Re: MailLogger

2009-04-20 Thread Eric Fetzer
That'll work, thanks! From: Matt Benson To: Ant Users List Sent: Monday, April 20, 2009 9:09:49 AM Subject: Re: MailLogger Yes and no.  You can add whatever parameters you need to the ANT_OPTS environment variable on your system, and that wi

Re: MailLogger

2009-04-20 Thread Matt Benson
Yes and no. You can add whatever parameters you need to the ANT_OPTS environment variable on your system, and that will be automatically appended to the command line presuming you're using the bundled invocation scripts (ant/Unix, ant.bat/Windows...). HTH, Matt --- On Mon, 4/20/09, Eric Fetz

Re: MailLogger failed to send e-mail!

2008-02-15 Thread Steve Loughran
sarancse wrote: Hi Using ANT script mail task, I am able to send mails but fails when build fails. So I decided to use MailLogger using maillogger.properties file and the command is $ant -logger org.apache.tools.ant.listener.MailLogger -DMailLogger.properties=maillogger.properties should be

Re: Maillogger Mail missing

2008-02-12 Thread Charbel BITAR
Hi, Use ant -diagnostics and ant -debug to check what the problem is... -- Charbel On Feb 12, 2008 8:24 AM, Knuplesch, Juergen <[EMAIL PROTECTED]> wrote: > Hello, > > In our network I use a lot of Ant-Files. I use the Maillogger and the > mail-Task. On one machine the mail task is working fin

RE: maillogger properties?

2006-06-05 Thread Jeff A. Drost
Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 4:42 PM To: Ant Users List Subject: [SPAM] - RE: maillogger properties? - Email has different SMTP TO: and MIME TO: fields in the email addresses I don't think you can accomplish this with

RE: maillogger properties?

2006-06-05 Thread Anderson, Rob (Global Trade)
I don't think you can accomplish this with just the MailLogger. You could probably setup the MailLogger to send email only if the build fails, and then use the mail task to send an email as the last thing to do in the build. Your assumption would be that if the build gets as far as the mail task (a

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
sers List Subject: RE: MailLogger=OK, task =SMTPSendFailedException? Strange indeed. I just ran a simple test with the mail task and properties below, of course changing the props for my environment. It seems to work, and I don't see anything wrong with your usage. The error "message r

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Anderson, Rob (Global Trade)
--- > From: Jeff A. Drost [mailto:[EMAIL PROTECTED] > Sent: Friday, May 19, 2006 10:22 AM > To: Ant Users List > Subject: RE: MailLogger=OK, task =SMTPSendFailedException? > > No it can't run the task if I run the build from ant > on the command line without the MailLogg

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
ROTECTED] Sent: Thursday, May 18, 2006 6:05 PM To: Ant Users List Subject: Re: MailLogger=OK, task =SMTPSendFailedException? Silly question: what happens if you do prior to the call? Do you see your various MailLogger properties set as you have them in your properties file? I am asking beca

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
5:33 PM To: Ant Users List Subject: RE: MailLogger=OK, task =SMTPSendFailedException? Can you run this mail task when you are not using the MailLogger? -Rob A > -Original Message- > From: Jeff A. Drost [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 18, 2006 1:52

Re: MailLogger=OK, task =SMTPSendFailedException?

2006-05-18 Thread Scot P. Floess
Silly question: what happens if you do prior to the call? Do you see your various MailLogger properties set as you have them in your properties file? I am asking because I don't see, based upon your example, the line that sets the properties from the file...I'm wondering if maybe something

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-18 Thread Anderson, Rob (Global Trade)
Can you run this mail task when you are not using the MailLogger? -Rob A > -Original Message- > From: Jeff A. Drost [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 18, 2006 1:52 PM > To: user@ant.apache.org > Subject: MailLogger=OK, task =SMTPSendFailedException? > > I cannot figure ou

Re: Maillogger question

2004-04-05 Thread Erik Hatcher
PROTECTED] Sent: Monday, April 05, 2004 3:15 PM To: Ant Users List Subject: Re: Maillogger question Since you're using a custom .bat to launch Ant, why not make it a conditional feature of your .bat script? You could disable sending success and failure messages by setting the appropriate

RE: Maillogger question

2004-04-05 Thread Srikrishna . Partha
Can you provide an example? -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 3:15 PM To: Ant Users List Subject: Re: Maillogger question Since you're using a custom .bat to launch Ant, why not make it a conditional feature of your

RE: MailLogger

2004-01-19 Thread Marco Campêlo
Hi Erik, > This line wrapped for me, but I'm assuming you're doing > "-DMailLogger.properties.file=..." on one line. I'm invoking ant on one line. It was wrapped by my email client. Sorry. Regards, Marco Campelo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http