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 77328 invoked from network); 8 Nov 2000 17:02:00 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 8 Nov 2000 17:02:00 -0000 Received: from bodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id SAA24944 for ; Wed, 8 Nov 2000 18:01:56 +0100 (MET) Received: (from bodewig@localhost) by bodewig.bost.de (8.9.3/8.9.3) id SAA09795; Wed, 8 Nov 2000 18:01:56 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: [new file] a different Telnet Task References: <20001106165459.11674.qmail@web112.yahoomail.com> From: Stefan Bodewig Date: 08 Nov 2000 18:01:55 +0100 In-Reply-To: Scott Carlson's message of "Mon, 6 Nov 2000 08:54:59 -0800 (PST)" Message-ID: Lines: 16 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 I've committed this task with a couple of minor modifications: (1) New package and added license, no big deal. (2) Used Vector instead of ArrayList to make it work on JDK 1.1. (3) replaced all System.exit calls with throw BuildException (4) replaced all System.out.println calls with Ant's logging system (5) TelnetSubTask doesn't extend MatchingTask anymore (why did it anyway?). Hope this is OK with you Scott. Stefan