RFR: 8289255: update Eclipse .classpath and other configuration files [v2]
Nir Lisker
nlisker at openjdk.org
Tue Jul 5 18:13:41 UTC 2022
On Tue, 5 Jul 2022 17:52:24 GMT, Andy Goryachev <duke at 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
More information about the openjfx-dev
mailing list