Pamela,
You can use the <batchtest> sub-element instead of <test>. 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.

<target name="test">
  <junit fork="yes" haltonfailure="yes">
    <test name="${test.class.name}" />
    <formatter type="plain" usefile="false" />
    <classpath refid="test.classpath" />
  </junit>
</target>

I need to execute them all then testcases.

help me





____________________________________________________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to