Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 97775 invoked from network); 30 Jan 2009 05:39:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2009 05:39:14 -0000 Received: (qmail 58339 invoked by uid 500); 30 Jan 2009 05:39:14 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 58310 invoked by uid 500); 30 Jan 2009 05:39:13 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 58301 invoked by uid 99); 30 Jan 2009 05:39:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 21:39:13 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 05:39:06 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id CDC53234C4AD; Thu, 29 Jan 2009 21:38:45 -0800 (PST) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 46633] Setter never called on subclass of FileSet X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: suchko.pm@mellon.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090130053845.CDC53234C4AD@brutus.apache.org> Date: Thu, 29 Jan 2009 21:38:45 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46633 --- Comment #2 from Paul M. Suchko 2009-01-29 21:38:45 PST --- Created an attachment (id=23198) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23198) custom typedef Compile the custom type and run the build.xml file. You will notice that output from the setDir method is never invoked. Shouldn't the subclass be able to override the handling of this attribute. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.