List(toList);
mailer.setCcList(new Vector());
mailer.setBccList(new Vector());
mailer.setFiles(new Vector());
mailer.setSubject(subject);
mailer.send();
}
private Vector vectorizeEmailAddresses(String listString) {
Vector emailList = new Vector();
--- [EMAIL PROTECTED] wrote:
>
> Hello
>
> Kindly post this information to the group.
>
> Thanks
> srikrishna
Hello,
Below you will find MailAttachLogger.java. Here are
instruction how to test it:
0) Compile and jar MailAttachLogger.java
1) Copy the jar to ${user.home}/.ant/lib
2) Download J
; Let me know.
Regards
Ivan
>
> -Rob A
>
> > -Original Message-
> > From: Ivan Ivanov
> [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 14, 2005 12:05 PM
> > To: Ant Users List
> > Subject: Re: Mail a nice pretty html build log...
> >
>
t I have and you can
finnish it up.
Let me know.
-Rob A
> -Original Message-
> From: Ivan Ivanov [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 14, 2005 12:05 PM
> To: Ant Users List
> Subject: Re: Mail a nice pretty html build log...
>
>
> Rob,
>
> I h
MailLogger.failure.attachments and at the end of the
build proccess it will send a message with the
attached files.
If you find this useful, I will post the code as well.
Regards
Ivan
--- "Anderson, Rob (Global Trade)"
<[EMAIL PROTECTED]> wrote:
> Hi all, I would like to be able to mail a nice
>
Hi all, I would like to be able to mail a nice pretty html build log. There is
a slight dilema though. If I run:
ant -listener org.apache.tools.ant.XmlLogger
The log is not produced until the build is complete. I would like to do this in
one invocation of ant. I think it might be possible if I