Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 81605 invoked from network); 5 Jul 2004 13:41:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jul 2004 13:41:36 -0000 Received: (qmail 94191 invoked by uid 500); 5 Jul 2004 13:41:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 94114 invoked by uid 500); 5 Jul 2004 13:41:22 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 94082 invoked by uid 99); 5 Jul 2004 13:41:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.42.13] (HELO nwkea-mail-1.sun.com) (192.18.42.13) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 05 Jul 2004 06:41:20 -0700 Received: from phys-bur1-1 ([129.148.13.15]) by nwkea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id i65DfEJ6027187 for ; Mon, 5 Jul 2004 06:41:14 -0700 (PDT) Received: from conversion-daemon.bur-mail2.east.sun.com by bur-mail2.east.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0I0D00301S2YHV@bur-mail2.east.sun.com> (original mail from Farrukh.Najmi@Sun.COM) for user@ant.apache.org; Mon, 05 Jul 2004 09:41:14 -0400 (EDT) Received: from sun.com (vpn-129-150-64-176.East.Sun.COM [129.150.64.176]) by bur-mail2.east.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0I0D001RZSOPMB@bur-mail2.east.sun.com> for user@ant.apache.org; Mon, 05 Jul 2004 09:41:14 -0400 (EDT) Date: Mon, 05 Jul 2004 09:41:08 -0400 From: Farrukh Najmi Subject: FileSet with files from multiple directory trees? To: user@ant.apache.org Message-id: <40E95A74.5000006@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I am trying to define a set of jar files that will be used in defining a classpath as well as the lib tag for the war task. In the past the pattern I used was to: a) define a PatternSet b) Use PatternSet to define Path c) Use PatternSetto define lib tag of war: Here is the example of above: ..... I now have a new situation.... My jars are coming from two different directory trees. So I changed above pattern to the following: a) Got rid of the PatternSet b) Defined Path using different FilSets I am now stuck at how to get the FileSet(s) for the lib tag of the war task. The issues seem to be that FileSet is not hierarchical and cannot handle files from multiple directories. Does anyone have any suggestions on how to handle this situation? -- Regards, Farrukh --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org