JDK-8231735 : gradle checkrepo is obsolete and doesn't work with git
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: openjfx14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-01
  • Updated: 2021-12-04
  • Resolved: 2019-10-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u331Fixed openjfx11.0.12Fixed
Related Reports
Relates :  
Description
The `checkrepo` and `checkrepoall` tasks don't work when run from a git repo, because the checkWhiteSpace script that they use assumes hg. To reproduce:

$ gradle checkrepo
...
> Task :checkrepo
abort: no repository found in '.../jfx' (.hg not found)!
abort: no repository found in '.../jfx' (.hg not found)!

It doesn't fail the build but doesn't do anything useful either.

Comments
Changeset: f595cc19 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2019-10-03 16:58:02 +0000 URL: https://git.openjdk.java.net/jfx/commit/f595cc19 8231735: gradle checkrepo is obsolete and doesn't work with git Reviewed-by: aghaisas
03-10-2019

Review: https://github.com/openjdk/jfx/pull/2
02-10-2019