AW: Getting ant to run all junit tests in a jar file

2010-05-20 Thread Knuplesch, Juergen
try this: -Ursprüngliche Nachricht- Von: Søren Krogh Neigaard [mailto:soeren.krogh.neiga...@systematic.com] Gesendet: Donnerstag, 20. Mai 2010 08:50 An: user@ant.apache.org Betreff: Getting ant to run all junit

Getting ant to run all junit tests in a jar file

2010-05-19 Thread Søren Krogh Neigaard
Hi I have a jar file with some compiled *.class junit tests in it, and I would like to get ant to execute all these tests. How do I do this? I am following this tutorial: http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html, however this tutorial runs *.java files. I have tried to modif