Previously it was possible to specify JCov dependencies through ant properties, such as:
ant -Dasm.jar=<path on my local system> ... build
After https://github.com/openjdk/jcov/commit/ce686b19c5ae0f3937f7622ee0e5ae50ea32da30 this is no longer possible.
This is a regression.
ant -Dasm.jar=<path on my local system> ... build
After https://github.com/openjdk/jcov/commit/ce686b19c5ae0f3937f7622ee0e5ae50ea32da30 this is no longer possible.
This is a regression.
- links to
-
Review openjdk/jcov/43