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 65181 invoked from network); 16 Nov 2000 05:35:19 -0000 Received: from lukla.sun.com (192.18.98.31) by locus.apache.org with SMTP; 16 Nov 2000 05:35:19 -0000 Received: from centralmail1.Central.Sun.COM ([129.147.62.10]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id WAA21133 for ; Wed, 15 Nov 2000 22:35:18 -0700 (MST) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [129.147.34.144]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id WAA27178 for ; Wed, 15 Nov 2000 22:35:18 -0700 (MST) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id WAA04020; Wed, 15 Nov 2000 22:47:08 -0700 Message-ID: <3A137263.7DA0E5CF@eng.sun.com> Date: Wed, 15 Nov 2000 21:36:35 -0800 From: "Craig R. McClanahan" X-Mailer: Mozilla 4.75 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: Removal of deprecated tasks References: <004901c04e1b$85b6d810$80dc1fcb@cognet.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Stefan Bodewig wrote: > Conor MacNeill wrote: > > > I am planning the removal of the tasks which were deprecated in ant > > 1.2 such as deltree, copydir, etc. > > I was more or less thinking about keeping them even in Ant 1.3 (and > deprecate some other things on the way as well) and remove them when > switching to Ant2 - that way we wouldn't break 1.2 buildfiles with 1.3. > > This is not a -1, more a +0 or something. > I'm not an Ant developer (just a user when building Tomcat) so my vote doesn't really mean anything ... but please do not do this! We already know that 2.0 will likely (hah -- assume it's an ironclad certainty :-) break existing build files. Given that, would it be such a tremendous problem to let current build files work through the 1.x family? That way, we will only have one more MUST change instead of two. > Stefan Craig McClanahan