Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 31262 invoked from network); 3 Feb 2003 15:13:12 -0000 Received: from unknown (HELO empburexch.burlington.emptoris.com) (63.111.224.162) by daedalus.apache.org with SMTP; 3 Feb 2003 15:13:12 -0000 Received: by empburexch.burlington.emptoris.com with Internet Mail Service (5.5.2653.19) id ; Mon, 3 Feb 2003 10:12:27 -0500 Message-ID: <15717BB71A5CD411A01600508BDCC2E2019392E1@empburexch.burlington.emptoris.com> From: "Ciramella, Edward" To: 'Ant Users List' Subject: RE: ANT output to file Date: Mon, 3 Feb 2003 10:12:18 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2CB96.A44651C0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2CB96.A44651C0 Content-Type: text/plain; charset="iso-8859-1" Why not use recorders ? You can start 2 in you INIT target (one error and one info). Then use a wrapper script to send out the log files on completion. But the cleanest way is to do MailLogger - it lets you send to two mailing lists (as where my way, you need to call ant twice) to two sets of people. -----Original Message----- From: David McTavish [mailto:dmctavish@SANDVINE.com] Sent: Friday, January 31, 2003 4:10 PM To: 'Ant Users List' Subject: RE: ANT output to file ant build > file.log ant mail.log ??? -----Original Message----- From: Michael.Medwith@flagstar.com [mailto:Michael.Medwith@flagstar.com] Sent: Friday, January 31, 2003 4:05 PM To: Ant Users List Subject: RE: ANT output to file When I try to use this it told me that I can only have 1 logger and I need the ansi color logger. I just want to pipe that one out to a file.... thats it. If I use maillogger I will lose ansicolor logger. Michael Medwith Flagstar Bank Wholesale Web Development Team |---------+----------------------------> | | Dominique | | | Devienne | | | | | | | | | 01/31/2003 04:05 | | | PM | | | Please respond to| | | "Ant Users List" | | | | |---------+----------------------------> >--------------------------------------------------------------------------- ---------------------------------------------------| | | | To: "'Ant Users List'" | | cc: | | Subject: RE: ANT output to file | >--------------------------------------------------------------------------- ---------------------------------------------------| MailLogger... --DD http://ant.apache.org/manual/listeners.html#MailLogger -----Original Message----- From: Michael.Medwith@flagstar.com [mailto:Michael.Medwith@flagstar.com] Sent: Friday, January 31, 2003 3:00 PM To: Ant Users List Subject: RE: ANT output to file I already use the color logger, i wanted to put that into a file that I can send out. Michael Medwith Flagstar Bank Wholesale Web Development Team --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org This e-mail may contain data that is confidential, proprietary or "non-public personal information", as that term is defined in the Gramm-Leach-Bliley Act (collectively, "Confidential Information"). The Confidential Information is disclosed conditioned upon your agreement that you will treat it confidentially and in accordance with applicable law, ensure that such data isn't used or disclosed except for the limited purpose for which it's being provided and will notify and cooperate with us regarding any requested or unauthorized disclosure or use of any Confidential Information. By accepting and reviewing the Confidential Information you agree to indemnify us against any losses or expenses, including attorney's fees that we may incur as a result of any unauthorized use or disclosure of this data due to your acts or omissions. If a party other than the intended recipient receives this e-mail, you are requested to instantly notify us of the erroneous delivery and return to us all data so delivered. --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org ------_=_NextPart_001_01C2CB96.A44651C0--