On Fri, 5 Aug 2022 12:01:27 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
>> hmm .. that's indeed weird - here (on win) both graphics/build/hlsl/Prism >> and graphics/build/hlsl/Decora are created by running ./gradlew sdk ... >> will re-check > > did re-check (added your fork as remote, checkout this branch, run gradle > clean and sdk): all four (as in original classpath) folders are under > graphics build. And same errors as above when running a project that has the > Eclipse fx projects base, graphics, controls on its module path. thank you for checking! it looks like there is no way around creating these directories before the 'sdk' task in build.gradle, to silence the missing path warning in eclipse (and adding them back to the .classpath) i was thinking of merely creating these two dirs in a new task 'initDirs' and make 'sdk' depend on that task, in the top level build.gradle. Any objections, @kevinrushforth ? ------------- PR: https://git.openjdk.org/jfx/pull/858