-
Bug
-
Resolution: Fixed
-
P2
-
jfx21
The format of the timestamp has changed to ISO 8601. This contains the “:” Character.
A copy of the dll is saved at <home>/.openjfx/cache/" + jfxVersion + "/" + arch .
On Windows, the character ‘:’ is invalid in files, causing internal errors.
This only happens on developer/non-hudson builds, because on hudson-builds, the timestamp is omitted.
This bug was introduced in jfx21
A copy of the dll is saved at <home>/.openjfx/cache/" + jfxVersion + "/" + arch .
On Windows, the character ‘:’ is invalid in files, causing internal errors.
This only happens on developer/non-hudson builds, because on hudson-builds, the timestamp is omitted.
This bug was introduced in jfx21
- relates to
-
JDK-8317370 JavaFX runtime version is wrong at runtime
- Resolved
-
JDK-8264449 Enable reproducible builds with SOURCE_DATE_EPOCH
- Resolved