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
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