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 44187 invoked from network); 17 Oct 2000 12:29:30 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 17 Oct 2000 12:29:30 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id OAA29268 for ; Tue, 17 Oct 2000 14:29:18 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id OAA05539; Tue, 17 Oct 2000 14:29:18 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: [Patch] Fix for Chmod on MacOS X & build location References: From: Stefan Bodewig Date: 17 Oct 2000 14:29:17 +0200 In-Reply-To: Stuart Roebuck's message of "Tue, 17 Oct 2000 13:07:42 +0100" Message-ID: Lines: 25 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 >>>>> "SR" == Stuart Roebuck writes: SR> I have to say that I'm a bit uncomfortable about this for the SR> following reasons: I think your points 1 and 3 are valid and should be considered, but your (2) and SR> 4. With the current "build.xml" for Ant the "clean" task will SR> clean all builds in the "../build/" directory. Not just Ant. You're wrong here. ant clean in the current build.xml is with so it will only delete Ant and nothing else in ../build Stefan