RFR: 7903550 - Broken backward compatibility in JCov build scripts

Jiří Vaněk jvanek at openjdk.org
Fri Sep 15 14:26:35 UTC 2023


By using proper target name, 7903550is now fixed.
Custom path, or even custom name can be (again) provided via both -D runtime property or via build.proeprties.

Accidenatly, also CODETOOLS-7903551 was fixed.
7903551 - Move JCov dependencies into a sub-dir.
Now the libs are by default downloaded to the build/./lib This directoy canbe changed via deps.dir property, so now you can manage the whole folder with deps by one property if needed.

-------------

Commit messages:
 - 7903550 - Broken backward compatibility in JCov build scripts

Changes: https://git.openjdk.org/jcov/pull/43/files
 Webrev: https://webrevs.openjdk.org/?repo=jcov&pr=43&range=00
  Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903550
  Stats: 24 lines in 2 files changed: 12 ins; 0 del; 12 mod
  Patch: https://git.openjdk.org/jcov/pull/43.diff
  Fetch: git fetch https://git.openjdk.org/jcov.git pull/43/head:pull/43

PR: https://git.openjdk.org/jcov/pull/43


More information about the jcov-dev mailing list