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 4904 invoked from network); 30 Oct 2000 12:40:59 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 30 Oct 2000 12:40:59 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id NAA07477 for ; Mon, 30 Oct 2000 13:40:46 +0100 (MET) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id NAA08619; Mon, 30 Oct 2000 13:40:44 +0100 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: file lists References: From: Stefan Bodewig Date: 30 Oct 2000 13:40:44 +0100 In-Reply-To: "David Sacher"'s message of "Mon, 30 Oct 2000 13:19:13 -0600" Message-ID: Lines: 42 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 >>>>> "DS" == David Sacher writes: DS> I have a directoy of libraries (lib), but I don't want to use all DS> of them in the project I'm building. So instead of copying all DS> the libraries to the delployment directory by DS> DS> i want only some of them. I obviously can use for DS> that. No, use a nested fileset and copy. The files you want to copy can be specified in a patternset (and later be reused in a classpath as well). Hope this helps Stefan