On 3/30/23 2:01 AM, Armin Schrenk wrote:
Is this intended behaviour?
I'm guessing it's a bug. The class you mention, Css2Bin, also stores the
absolute path of its .css input file in the corresponding .bss output
file, which is then included in the JavaFX Controls module. That causes
the build path to be included, blocking reproducible builds.
See #4 of the Fixes listed in the first comment here:
https://github.com/openjdk/jfx/pull/446
I plan to open a bug report and fix that particular issue after Pull
Request #446 is integrated. The fix would have to remove any
self-generated absolute paths for the included fonts as well.
John