Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 67998 invoked from network); 17 Dec 2002 02:10:06 -0000 Received: from exchange.sun.com (HELO nagoya.betaversion.org) (192.18.33.10) by daedalus.apache.org with SMTP; 17 Dec 2002 02:10:06 -0000 Received: (qmail 23994 invoked by uid 97); 17 Dec 2002 02:11:13 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 23950 invoked by uid 97); 17 Dec 2002 02:11:12 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 23936 invoked by uid 98); 17 Dec 2002 02:11:11 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Aaron Kelley" To: Subject: Problem with ClassFileSet Date: Mon, 16 Dec 2002 19:09:47 -0700 Message-ID: <000a01c2a571$6077d9f0$0d02a8c0@ecsplus.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C2A536.B41901F0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Authenticated-Sender: akelley@ecsplus.com X-MDRemoteIP: 12.253.136.210 X-Return-Path: akelley@ecsplus.com X-MDaemon-Deliver-To: ant-user@jakarta.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_000B_01C2A536.B41901F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I still cannot get the ClassFileSet to work. I am most likely doing something incorrect. Here is how I am using it: These are both in a target together that is being called. This is what I am seeing in the log (when I run with the debug option.) fileset: Setup scanner in dir /build/myclient/classes with patternSet{ includes: [**/*.class] excludes: [] } classfileset: Setup scanner in dir /build/mylib/classes with patternSet{ includes: [**/*.class] excludes: [] } fileset: Setup scanner in dir /build/myclient/classes with patternSet{ includes: [] excludes: [**/*Test*, **/test/] } After the last entry, it starts including files (which is not the classfileset), but as you can see, none are included for the first two. So what am I doing wrong? Aaron ------=_NextPart_000_000B_01C2A536.B41901F0--