I want to integrate
JUnit into my
ant. This is my dir structure.
home
-src (all my source files)
-lib (contains junit and other jar files)
-test (all my
test files)
-dist (where all the class files are placed by ant)
This is what i had done, but i get a big error saying that it cannot recognise <Junit> tag itself(i think it has something to do with classpath).
I am not sure where i go wrong. Please help.
thanks
serish