By default JUnit jars have the version number in the file name, eg junit-4.8.2.jar. The JUnit Ant Task only looks for junit.jar. Is it possible to specify a name based on the standard naming convention. I’d like to do so because I want to reference libs in my local maven repository.
By default JUnit jars have the version number in the file name, eg junit-4.8.2.jar
Share
Actually, JUnit task documentation gives you a few alternatives:
EDIT
This is what you need.