Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 24678 invoked from network); 30 Oct 2000 07:45:34 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 30 Oct 2000 07:45:34 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id IAA01961 for ; Mon, 30 Oct 2000 08:45:28 +0100 (MET) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id IAA06990; Mon, 30 Oct 2000 08:45:29 +0100 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: Don't understand References: From: Stefan Bodewig Date: 30 Oct 2000 08:45:28 +0100 In-Reply-To: robert@elastica.com's message of "Fri, 27 Oct 2000 18:10:46 -0700 (PDT)" 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 >>>>> "r" == robert writes: r> Why is it attempting to actually delete the directory? r> r> r> What this delete is supposed to do: (1) delete directory ${outputDir} with all its contents (2) delete all .class files found somewhere below the project's basedir (which . becomes when Ant resolves relative filenames). I guess, what you really want is to delete all .class files found under ${outputDir}. This would be Hope this helps Stefan