Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
None
-
None
Description
This is actually two previously reported issues rolled into one:
1. Allow the build to easily specify which version of JUnit to use. The current VERSION/REQUIRES override mechanism is tricky and not everyone is aware of how to use it right. This will be the first attempt to use the YAML settings file, if it works, we should consider doing it in more places.
2. Remove JUnit from the top classpath (Java.classpath) and add it to the Ant classpath instead (taskdef).