I'd read the documentation, but I don't know what part of the documentation to read!
Gives the ubiquitous
Does this mean that somehow
junit isn't bound to the appropriate class in the classpath? I am using websphere, it understands the syntax of the junit task.
I am probably making this a lot harder than it is but I keep going around in circles.
questions:
1) how can I tell which class (and jar) the junit task is supposed to be associated with
2) when do I specify that jar? it seems to me that putting it in the classpath within the junit task is too late! I added the ant-junit.jar to my system path but that didn't seem to help.
help please!