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

Mail a nice pretty html build log...

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