From dev-return-62757-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Fri Jan 07 17:54:41 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 24283 invoked from network); 7 Jan 2005 17:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jan 2005 17:54:41 -0000 Received: (qmail 79628 invoked by uid 500); 7 Jan 2005 17:54:39 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 79577 invoked by uid 500); 7 Jan 2005 17:54:38 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 79562 invoked by uid 99); 7 Jan 2005 17:54:38 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 07 Jan 2005 09:54:37 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j07HsY8U006089 for ; Fri, 7 Jan 2005 18:54:34 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j07HsY6I006087; Fri, 7 Jan 2005 18:54:34 +0100 Date: Fri, 7 Jan 2005 18:54:34 +0100 Message-Id: <200501071754.j07HsY6I006087@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 5035] - Patternset and fileset enhancements X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=5035 ------- Additional Comments From alexeys@inventigo.com 2005-01-07 18:54 ------- It supposed to be: class GenericFileset { List list(); static GenericFileset applyMapper(Mapper m); static GenericFileset join(GenericFileset fs1, GenericFileset fs2); } // real file system fileset class FileSet extends GenericFileset { File getDir(); // .... } -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org