Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 90922 invoked from network); 22 Aug 2002 17:34:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Aug 2002 17:34:34 -0000 Received: (qmail 10181 invoked by uid 97); 22 Aug 2002 17:34:58 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 10132 invoked by uid 97); 22 Aug 2002 17:34:57 -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 10093 invoked by uid 98); 22 Aug 2002 17:34:57 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Hensley, Richard" To: "'ant-user@jakarta.apache.org'" Message-ID: Subject: Deriving from the MatchingTask Date: Thu, 22 Aug 2002 13:33:41 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C24A02.0E7F9EF0" 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_001_01C24A02.0E7F9EF0 Content-Type: text/plain; charset="iso-8859-1" I'm creating a custom task that needs to look at a set of files. I'm deriving the task from MatchingTask, and I think that means that the task is bascially a FileSet, meaning that it supports the attributes and elements that are documented in the FileSet portion of the ant documentation. I'm trying to get a clear understanding of what I get for "free" when deriving from the MatchingTask. Have I made a valid assumption? Richard Hensley ------_=_NextPart_001_01C24A02.0E7F9EF0--