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
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
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?
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
-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
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
: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
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
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
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
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)
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
---
> 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
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
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
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
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 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"
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
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
:
--
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
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
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
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
: '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
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,
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
: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
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
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
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
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
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
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
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
52 matches
Mail list logo