We are working on code -coverage using jacoco-ant.Its been a long time and we are not able to move forward.
We are referring to the example given in
http://www.eclemma.org/jacoco/trunk/doc/ant.html. But the thing is ,in the task coverage part...
they have specified a single class by <java classname =...> ,But we have multiple classes for coverage and we can't give a single class.
We have tried module attribute inside <java> ,it is not working and we don't have jar files ,so we can't use the jar attribute.
Is there any solution for this, where we can specify the folder containing the class files ?