Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 33994 invoked from network); 22 Feb 2005 16:00:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Feb 2005 16:00:40 -0000 Received: (qmail 61700 invoked by uid 500); 22 Feb 2005 16:00:33 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61542 invoked by uid 500); 22 Feb 2005 16:00:33 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 61525 invoked by uid 99); 22 Feb 2005 16:00:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from bodewig.bost.de (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 22 Feb 2005 08:00:31 -0800 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id j1MG0S209558; Tue, 22 Feb 2005 17:00:28 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: user@ant.apache.org Subject: Re: Multiple loggers? X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 46526) References: <46890.12.27.179.239.1109087618.squirrel@12.27.179.239> From: Stefan Bodewig Date: Tue, 22 Feb 2005 17:00:28 +0100 In-Reply-To: <46890.12.27.179.239.1109087618.squirrel@12.27.179.239> (Frank W. Zammetti's message of "Tue, 22 Feb 2005 10:53:38 -0500 (EST)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 22 Feb 2005, Frank W. Zammetti wrote: > Is it possible to specify more than one logger on the command line? Only one -logger, but multiple -listeners. > Specifically, I want to see the build output in the console as I do > when no logger is specified, but I'd IN ADDITION like to have the > output saved to an XML file using XmlLogger. Use XmlLogger as a -listener and set the property XmlLogger.file (which should be ant.XmlLogger.file if we were consistent) to point to the desired output file. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org