-
Bug
-
Resolution: Fixed
-
P4
-
jfx14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278259 | 8u331 | Kevin Rushforth | P4 | Resolved | Fixed | b01 |
JDK-8265708 | jfx11.0.12 | Kevin Rushforth | P4 | Resolved | Fixed |
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.
$ 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.
- backported by
-
JDK-8265708 gradle checkrepo is obsolete and doesn't work with git
- Resolved
-
JDK-8278259 gradle checkrepo is obsolete and doesn't work with git
- Resolved
- relates to
-
JDK-8231325 ☂ Switch official FX mainline repo to GitHub using Skara tooling
- Resolved
- links to