Hello there,
I usually just run my
JUnit 3.8.1
unit tests straight from Eclipse.
Figured that it would be a good practice to run my unit tests from
Ant (that way other developers wouldn't have to depend on Eclipse)...
Here's what I did so far:
Now, when I tried to run this target, this is the error I got back:
What could I be possibly be doing wrong?
Sincerely,