Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73779 invoked from network); 22 Jul 2005 06:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2005 06:56:25 -0000 Received: (qmail 18499 invoked by uid 500); 22 Jul 2005 06:56:18 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 18385 invoked by uid 500); 22 Jul 2005 06:56:15 -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 18172 invoked by uid 99); 22 Jul 2005 06:56:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 23:56:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 23:56:07 -0700 Received: from phys-sababa-1.Israel.Sun.COM ([129.156.60.2]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j6M6u9vU028144 for ; Fri, 22 Jul 2005 00:56:10 -0600 (MDT) Received: from [129.150.112.120] (vpn-129-150-112-120.Holland.Sun.COM [129.150.112.120]) by phys-sababa-1.Israel.Sun.COM (8.12.10+Sun/8.12.10/ENSMAIL,v2.1p1) with ESMTP id j6M6u7d7016253 for ; Fri, 22 Jul 2005 09:56:08 +0300 (IDT) Message-ID: <42E0987E.2080408@sun.com> Date: Fri, 22 Jul 2005 09:55:58 +0300 From: Daniel Blaukopf User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Recursive file matching References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You can do it without ant-contrib: Juergen Hermann wrote: >On Fri, 22 Jul 2005 03:40:36 +0200, Danilo Buerger wrote: > > > >>is it possible to make sure that for each class a corresponding unit >>test class exist? For example: >> >> > > > >>For these two classes: >> >> > > > >>/xyz/main.class >>/xyz/whatever.class >> >> > >define this as a fileset, use a to map to the test files, iterate >over it using antcontrib:for and finally use and in >the for loop body. ain't it easy? > >or better, use something like Clover which does a much more stronger check >than "a file exists which looks like a test case". > >Ciao, J�rgen > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org