RFR: 8290473: update Eclipse .classpath in apps, buildSrc [v2]

Andy Goryachev angorya at openjdk.org
Fri Aug 5 18:29:21 UTC 2022


On Fri, 5 Aug 2022 12:01:27 GMT, Jeanette Winzenburg <fastegal at 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


More information about the openjfx-dev mailing list