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

Jeanette Winzenburg fastegal at openjdk.org
Fri Aug 5 11:05:00 UTC 2022


On Thu, 4 Aug 2022 17:07:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> the tests are fine - it happens if I have a separate project and let that depend on the controls, basic, graphics  projects (just the same setup as described on the mailinglist)
>
> This is puzzling, @kleopatra .
> I don't see a reference to [hlsl/]Prism or [hlsl/]Decora anywhere.  Not in any gradle.build file, not in every file.  I don't think these two directories are being built, though I can only test on Mac at the moment.
> 
> I have a separate (modular) project that builds and runs as well, and I don't see the exceptions (I am running against 8290473.apps branch).  I had to execute the 'sdk' target via gradle first, in order to generate stuff in build/gensrc/jsl-prism and build/gensrc/jsl-decora in graphics.

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

-------------

PR: https://git.openjdk.org/jfx/pull/858


More information about the openjfx-dev mailing list