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 13689 invoked from network); 5 Sep 2000 06:27:37 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 5 Sep 2000 06:27:37 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id IAA03809 for ; Tue, 5 Sep 2000 08:27:36 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id IAA01265; Tue, 5 Sep 2000 08:27:37 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: problems with deltree and delete tasks References: <0979C0AA41FED111BCFB00204804FC13035611CB@zhard000.europe.nortel.com> From: Stefan Bodewig Date: 05 Sep 2000 08:27:36 +0200 In-Reply-To: "Chris Newland"'s message of "Mon, 4 Sep 2000 17:45:13 +0100" Message-ID: Lines: 11 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "CN" == Chris Newland writes: CN> build.xml:: unable to delete . has the file been deleted? Most probably another application is using that file or you are trying to delete a directory while you have an application "inside" that directory (a DOS box or an Explorer Window for example). Stefan