Re: execute junit in directory

2007-04-30 Thread David Kavanagh
not correct??? - Mensaje original De: David Kavanagh <[EMAIL PROTECTED]> Para: Ant Users List Enviado: lunes, 30 de abril, 2007 19:19:24 Asunto: Re: execute junit in directory Pamela, You can use the sub-element instead of . that allows you to specify a fileset which pulls in

Re: execute junit in directory

2007-04-30 Thread Pamela perez
De: David Kavanagh <[EMAIL PROTECTED]> Para: Ant Users List Enviado: lunes, 30 de abril, 2007 19:19:24 Asunto: Re: execute junit in directory Pamela, You can use the sub-element instead of . that allows you to specify a fileset which pulls in all of your junit test files. David On 4

Re: execute junit in directory

2007-04-30 Thread David Kavanagh
Pamela, You can use the sub-element instead of . that allows you to specify a fileset which pulls in all of your junit test files. David On 4/30/07, Pamela perez <[EMAIL PROTECTED]> wrote: As I can execute all the test you marry of a directory. this script executes single one.