RFR: 8289255: update Eclipse .classpath and other configuration files [v2]

Andy Goryachev duke at openjdk.org
Tue Jul 5 18:46:58 UTC 2022


On Tue, 5 Jul 2022 18:10:51 GMT, Nir Lisker <nlisker at 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


More information about the openjfx-dev mailing list