From user-return-60078-apmail-ant-user-archive=ant.apache.org@ant.apache.org Sun Mar 11 14:08:40 2007 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 17896 invoked from network); 11 Mar 2007 14:08:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2007 14:08:38 -0000 Received: (qmail 50993 invoked by uid 500); 11 Mar 2007 14:08:44 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 50518 invoked by uid 500); 11 Mar 2007 14:08:43 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 50507 invoked by uid 99); 11 Mar 2007 14:08:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 07:08:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [212.227.76.129] (HELO www.intland.com) (212.227.76.129) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 06:08:31 -0800 Received: (qmail 22667 invoked from network); 11 Mar 2007 15:08:09 +0100 Received: from p54a05b75.dip.t-dialin.net (HELO d820) (84.160.91.117) by p15187949.pureserver.info with SMTP; 11 Mar 2007 15:08:09 +0100 From: "Zsolt Koppany" To: "Ant Users List" Subject: How to get a list of sub-classes of a class? Date: Sun, 11 Mar 2007 15:08:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Acdj5rFTLPauWu9wSDmTx85SsNtx4A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20070311140834.0232410FB006@herse.apache.org> Hi, I have this list of all classes. How can I filter them to get only a list of classes that extend junit.framework.TestCase? Zsolt Zsolt --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org