Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 40285 invoked from network); 30 Oct 2000 08:24:05 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 30 Oct 2000 08:24:05 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id JAA15883 for ; Mon, 30 Oct 2000 09:23:59 +0100 (MET) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id JAA07035; Mon, 30 Oct 2000 09:23:58 +0100 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: Can we attach more than one listener to a build file References: <426AD21762A0D3118C1A000629383FFF93719A@centrimed1.centrimed.com> From: Stefan Bodewig Date: 30 Oct 2000 09:23:58 +0100 In-Reply-To: Purushotham Kotlapatti's message of "Fri, 27 Oct 2000 10:34:00 -0600" Message-ID: Lines: 10 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "PK" == Purushotham Kotlapatti writes: PK> Can any one clarify this. Can we attach more than one PK> listener to a build file. I know we can attach one listener using PK> -listener listenerclass. Yes, simply use the sequence -listener listenerclass more than once. You can't have more than one logger though. Stefan