Hi guys,
I have this build.xml
file http://gist.github.com/315109 . Every task runs smoothly, but test.
I don't know why I'm getting (if I run ant with -v
) something like this:
[junit] The ' characters around the executable and arguments are
[junit] not part of the command.
EDIT:
As pointed out, seems like that message is irrelevant to the error in question.
The problem I'm getting is a bunch of java.lang.ClassNotFoundException
Any ideas why? all classes are in the correct source directory stated in the ant file....
Thanks