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 55556 invoked from network); 5 Sep 2000 07:46:28 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 5 Sep 2000 07:46:28 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id JAA27870 for ; Tue, 5 Sep 2000 09:46:27 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id JAA01429; Tue, 5 Sep 2000 09:46:28 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: Including Directories in filesets References: From: Stefan Bodewig Date: 05 Sep 2000 09:46:28 +0200 In-Reply-To: donaldp@mad.scientist.com's message of "Tue, 5 Sep 2000 18:30:48 +1100 (EST)" Message-ID: Lines: 12 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 >>>>> "pd" == donaldp writes: pd> yep the task I have in mind is chmod. Oh, I see. This one is going to be tricky though, as you most probably want to have different permissions on files and directories. I'd say make that an attribute of ( inherits from ) - something like includedirs="true|false" - not of filesets themselves. Stefan