RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
Thanks, I upgraded my JAVA SDK to the SR 8a version and it works now. Thanks Troy -Original Message- From: Eric Fetzer [mailto:elstonk...@yahoo.com] Sent: Tuesday, May 12, 2009 3:48 PM To: Ant Users List Subject: Re: Problem with Ant and MailLogger Error description Error Message

Re: Problem with Ant and MailLogger

2009-05-12 Thread Eric Fetzer
is updated to autoFlush on '\n' on ASCII platform according to the specification. . To obtain the fix: Install build 20071118 or later From: "Richard, Troy" To: Ant Users List Sent: Tuesday, May 12, 2009 2:47:05 PM Subject: RE: Problem wit

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
0060501_AA) JCL - 20060511a -Original Message- From: Eric Fetzer [mailto:elstonk...@yahoo.com] Sent: Tuesday, May 12, 2009 2:45 PM To: Ant Users List Subject: Re: Problem with Ant and MailLogger What version of Java are you using? http://www-01.ibm.com/support/docview.wss?

Re: Problem with Ant and MailLogger

2009-05-12 Thread Eric Fetzer
What version of Java are you using? http://www-01.ibm.com/support/docview.wss?uid=swg1IZ08156   From: "Richard, Troy" To: "user@ant.apache.org" Sent: Tuesday, May 12, 2009 2:09:09 PM Subject: Problem with Ant and MailLogger I'm ge

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
-Original Message- From: Francis Galiegue [mailto:f...@one2team.com] Sent: Tuesday, May 12, 2009 2:25 PM To: Ant Users List Subject: Re: Problem with Ant and MailLogger Le Tuesday 12 May 2009 22:20:19 Francis Galiegue, vous avez écrit : > Le Tuesday 12 May 2009 22:09:09 Richard, T

Re: Problem with Ant and MailLogger

2009-05-12 Thread Francis Galiegue
Le Tuesday 12 May 2009 22:20:19 Francis Galiegue, vous avez écrit : > Le Tuesday 12 May 2009 22:09:09 Richard, Troy, vous avez écrit : > > I'm getting the following error message: > > > > MailLogger failed to send e-mail! > > java.io.IOException: Unexpected reply to

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
:20 PM To: Ant Users List Subject: Re: Problem with Ant and MailLogger Le Tuesday 12 May 2009 22:09:09 Richard, Troy, vous avez écrit : > I'm getting the following error message: > > MailLogger failed to send e-mail! > java.io.IOException: Unexpected reply to command: HELO

Re: Problem with Ant and MailLogger

2009-05-12 Thread Francis Galiegue
Le Tuesday 12 May 2009 22:09:09 Richard, Troy, vous avez écrit : > I'm getting the following error message: > > MailLogger failed to send e-mail! > java.io.IOException: Unexpected reply to command: HELO L00113: 451 4.7.0 > Timeout waiting for client input This is an IOExcepti

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
sure if it has something to do with the java environment or if it is ANT. Thanks Troy -Original Message- From: Cole, Derek E [mailto:derek.e.c...@lmco.com] Sent: Tuesday, May 12, 2009 2:12 PM To: Ant Users List Subject: RE: Problem with Ant and MailLogger I am only slightly familiar with

RE: Problem with Ant and MailLogger

2009-05-12 Thread Cole, Derek E
PM To: user@ant.apache.org Subject: Problem with Ant and MailLogger I'm getting the following error message: MailLogger failed to send e-mail! java.io.IOException: Unexpected reply to command: HELO L00113: 451 4.7.0 Timeout waiting for client input at org.apache.tools.mail.MailMe

Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
I'm getting the following error message: MailLogger failed to send e-mail! java.io.IOException: Unexpected reply to command: HELO L00113: 451 4.7.0 Timeout waiting for client input at org.apache.tools.mail.MailMessage.send(MailMessage.java:445)

Re: MailLogger

2009-04-21 Thread Eric Fetzer
So my solution, upgrading our java version, is unacceptable because it would affect compilation of our codebase.  Anyone know of a way to tell MailLogger to use a different version of java than the rest of Ant (i.e. don't use Java_Home for MailLogger)? Thanks,

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
So that works great on my local machine (ant 1.7.1).  However, when I put the same exact entries on my build machine (ant 1.7.0), I get: MailLogger failed to send e-mail! java.io.IOException: Unexpected reply to command: HELO buildmachine: 451 4.7.0 Time out waiting for client input     at

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
Eric Fetzer wrote: > From: Eric Fetzer > Subject: MailLogger > To: "Ant Users" > Date: Monday, April 20, 2009, 10:04 AM > Sorry, newb question. Is there a > way to tell a build to use MailLogger without adding it to > the command line? > > i.e.: >ant -logg

MailLogger

2009-04-20 Thread Eric Fetzer
Sorry, newb question.  Is there a way to tell a build to use MailLogger without adding it to the command line? i.e.:  >ant -logger org.apache.tools.ant.listener.MailLogger

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

MailLogger failed to send e-mail!

2008-02-15 Thread sarancse
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 But this time I got the

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 ma

Maillogger Mail missing

2008-02-11 Thread Knuplesch, Juergen
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 fine, but the Mailogger Mail is missing. If I use this Antfile on a different machine, the maillogger Mail is working fine. A few weeks ago it even worked fine on

RE: maillogger properties?

2006-06-05 Thread Jeff A. Drost
Yes. Continue to use maillogger if the build fails to send the entire log, i.e. MailLogger.failure.notify=true, MailLogger.success.notify=false At the end of your target, use the task. That way the task will never excute if your build fails, as the build would never get to it. -Original

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

maillogger properties?

2006-06-05 Thread suki
Hello all, Bear with me -- I'm relatively new at Ant: We currently use the maillogger to send success/failure notifications to the dev team. Included in the notification is the build log. In our case, it would be better to send the log only for failed builds. Is it possible to determine

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
Hmmm... The problem is something related to the verson of Java used, Java 1.4 vs Java 5. When I use Java 1.4, MailLogger & the task both work OK. I can have an email sent by the MailLogger that the build was successful, and have a mail sent via the task, all within the same si

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
No it can't run the task if I run the build from ant on the command line without the MailLogger. Yes it can run the task if I run the build using Ant within Eclipse without the MailLogger. I have tried replacing all my ant/lib jars with what Eclipse uses for its ant/lib jars to get the

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 wonderin

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? >

MailLogger=OK, task =SMTPSendFailedException?

2006-05-18 Thread Jeff A. Drost
I cannot figure out why ant's MailLogger will send an email, but the task will not, when they both share similar SMTP properties in my build & properties file. Ant 1.6.5 Windows XP SP2 Java 5 Update 6 The ant logger argument "-logger org.apache.tools.ant.listener.MailLogger"

RE: Odd MailLogger issue..

2005-03-09 Thread Rich Harris
Well...that worked... Thanks for the workaround. I'll use that for now. -Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 3:17 PM To: user@ant.apache.org Subject: RE: Odd MailLogger issue.. I invoke MailLogger like so

RE: Odd MailLogger issue..

2005-03-09 Thread Kajsa.Anderson
I invoke MailLogger like so: ant -logger org.apache.tools.ant.listener.MailLogger -DMailLogger.properties.file=maillogger.properties I have a vague recollection that when I tried to set the same properties without setting ${MailLogger.properties.file}, it didn't work... Don't kno

Odd MailLogger issue..

2005-03-09 Thread Rich Harris
: -- 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

MailLogger and SubAnt

2005-02-07 Thread Woodward, Andy
I'm trying to use MailLogger in the sub-builds being called by the Subant task. I can get MailLogger to work when calling the sub-build scripts individually but cannot get it working when using Subant. I'm guessing the information specified on the command lin

RE: Attachments with MailLogger

2004-12-09 Thread Radha Sangal
Sent: Thursday, December 09, 2004 12:52 PM To: 'Ant Users List' Subject: RE: Attachments with MailLogger Not sure exactly what you are looking for. However, Cruisecontrol and its Continues Build brethern are set up to monitor a specific branch on a project and when they notice changes to that br

RE: Attachments with MailLogger

2004-12-09 Thread Barnes, Michael
Subject: RE: Attachments with MailLogger Can Cruisecontrol list down the differences between two tags/versions in cvs itself ? also can it search for a filename in cvs? If somebody is using cruisecontrol, pls help -Original Message- From: Barnes, Michael [mailto:[EMAIL PROTECTED] Sent

RE: Attachments with MailLogger

2004-12-09 Thread Radha Sangal
: 'Ant Users List' Subject: RE: Attachments with MailLogger Why are you not using one of the various Continues Integration tools such as CruiseControl? These tools will do exactly what you are looking for without you having to do any programming. -Original Message- From: I

RE: Attachments with MailLogger

2004-12-08 Thread RADEMAKERS Tanguy
Hello Ivan, As far as i know it is not possible to attach files to a mail sent by the MailLogger. Have you looked into using the task inside your build script instead? Regs, /t >-Original Message- >From: Ivan Ivanov [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 08,

RE: Attachments with MailLogger

2004-12-08 Thread Ivan Ivanov
ssage- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 7:29 AM > To: [EMAIL PROTECTED] > Subject: Attachments with MailLogger > > > Dear Collegues, > > I have the following question regarding MailLogger. > I > currently imple

RE: Attachments with MailLogger

2004-12-08 Thread Barnes, Michael
:29 AM To: [EMAIL PROTECTED] Subject: Attachments with MailLogger Dear Collegues, I have the following question regarding MailLogger. I currently implemented our night build scrips whose aim is to checkout, build, unit test, checkstyle our projects and finally to send an email. I am using

Attachments with MailLogger

2004-12-08 Thread Ivan Ivanov
Dear Collegues, I have the following question regarding MailLogger. I currently implemented our night build scrips whose aim is to checkout, build, unit test, checkstyle our projects and finally to send an email. I am using MailLogger for email sending and my question is how I can make MailLogger

RE: Ant MailLogger throws Exception

2004-11-09 Thread Pico Geyer
esday, November 09, 2004 10:29 PM To: Ant Users List Subject: Re: Ant MailLogger throws Exception Hello Pico, add to your ant build file. The documentation says that the mailhost defaults to localhost. Antoine Pico Geyer wrote: >Hi all > > > >I am trying to setup an automated

Re: Ant MailLogger throws Exception

2004-11-09 Thread Antoine Levy-Lambert
Hello Pico, add to your ant build file. The documentation says that the mailhost defaults to localhost. Cheers, Antoine Pico Geyer wrote: Hi all I am trying to setup an automated build process on my linux box. All is well except for the MailLogger. The following output notes the problem

Ant MailLogger throws Exception

2004-11-09 Thread Pico Geyer
Hi all I am trying to setup an automated build process on my linux box. All is well except for the MailLogger. The following output notes the problem: MailLogger failed to send e-mail! java.net.UnknownHostException: HBDServ: HBDServ at java.net.InetAddress.getLocalHost

Re: Maillogger question

2004-04-05 Thread Erik Hatcher
On Apr 5, 2004, at 6:46 PM, [EMAIL PROTECTED] wrote: Can you provide an example? No, sorry. Adding a condition inside a .bat - check the Microsoft docs for that info. The docs for the MailLogger properties are in the Ant manual. -Original Message- From: Erik Hatcher [mailto:[EMAIL

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