RE: Mail a nice pretty html build log...

2005-06-15 Thread Anderson, Rob (Global Trade)
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();

RE: Mail a nice pretty html build log...

2005-06-14 Thread Ivan Ivanov
--- [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

RE: Mail a nice pretty html build log...

2005-06-14 Thread Ivan Ivanov
; 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... > > >

RE: Mail a nice pretty html build log...

2005-06-14 Thread Anderson, Rob (Global Trade)
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

Re: Mail a nice pretty html build log...

2005-06-14 Thread Ivan Ivanov
Rob, I have an extension of MailLogger that allows to send emails with some files attached to it. It works pretty closely to the original oata.listener.MailLogger. You only should specify the location of the attachments by specifying MailLogger.success.attachments and MailLogger.failure.attachment