On Tue, 5 Jul 2022 17:52:24 GMT, Andy Goryachev <d...@openjdk.org> wrote:
>> modules/javafx.swing/.classpath line 9: >> >>> 7: </attributes> >>> 8: </classpathentry> >>> 9: <classpathentry kind="src" output="testbin" path="src/test/java"> >> >> This folder doesn't exist, it should be giving you an error, does it not? > > line 4 is <classpathentry kind="src" output="testbin" path="src/shims/java"> > > shims seem to be required, notice you get a bunch of shim-related warnings > above. I marked line 9, which is `src/test/java`. This folder does not exist in the repo, but the classpath file defines it. It creates an error. Do you not get this error? ------------- PR: https://git.openjdk.org/jfx/pull/804