From bodewig@bost.de Thu Oct 5 06:54:54 2000 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 40431 invoked from network); 5 Oct 2000 06:54:54 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 5 Oct 2000 06:54:54 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id IAA25248 for ; Thu, 5 Oct 2000 08:34:49 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id IAA01971; Thu, 5 Oct 2000 08:33:33 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: copydir - forceoverwrite References: <000b01c02e4a$1fc78180$e6d04ed8@jax.bellsouth.net> From: Stefan Bodewig Date: 05 Oct 2000 08:33:33 +0200 In-Reply-To: "Quinton Wall"'s message of "Wed, 4 Oct 2000 17:29:03 -0400" Message-ID: Lines: 13 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 >>>>> "QW" == Quinton Wall writes: QW> I am trying to use the "forceoverwrite" parameter of copydir but QW> anything I try fails. What exactly does fails mean here? Ant complains copydir doesn't support forceoverwrite or your files are not copied? I've been using forceoverwrite ever since I've implemented it (Ant's own buildfile did before we switched to the new copy task yesterday) and never had any problems with it. Stefan