On Tue, 5 Jul 2022 18:10:51 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
>> 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? there is nothing in javafx.swing/src/test/java (no tests??) git does not version directories, unlike some other VCs. I wonder if we should either add a dummy file there, or may be create a test? ------------- PR: https://git.openjdk.org/jfx/pull/804