On Fri, 29 Sep 2023 10:40:52 GMT, Florian Kirmaier <fkirma...@openjdk.org> 
wrote:

> 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.
> 
> I just replaced the disallowed character when creating the native library.

Looks good. FWIW, I had to do something similar in our CI build scripts (which 
are outside the jfx repo).

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1251#pullrequestreview-1650677698

Reply via email to