On Fri, 29 Sep 2023 17:14:50 GMT, Kevin Rushforth <k...@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. > > In particular: > >> The code shouldn't be writing one java.runtime.version to the properties >> file while using a different string at runtime. > > Yes, this sort of inconsistency is just asking for trouble. @kevinrushforth May I also suggest having a minimum of 24 hours between the time a bug report is filed and its fix is integrated? This all happened while I was asleep. 😄 ------------- PR Comment: https://git.openjdk.org/jfx/pull/1251#issuecomment-1741244271