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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Actually, JUnit task documentation gives you a few alternatives:
EDIT This is what you need.
|
|||||||
|