Bug using binary stylesheets: Loading relative @font-face paths are converted to absolute ones
John Neffenger
john at status6.com
Thu Mar 30 13:58:09 UTC 2023
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
More information about the openjfx-dev
mailing list