RFR: 8292678 Openjfx: all projects to use JUnit5 (Eclipse)

Nir Lisker nlisker at openjdk.org
Wed Aug 31 11:02:22 UTC 2022


On Tue, 30 Aug 2022 20:35:17 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> it might affect the initial 'import as a gradle project', and associated testing.

I removed it and didn't have any issue with this. The classpath file is not used when importing a project, just when it's configured, and in this case there is nothing to configure since this project has no dependencies on the classpath or modulepath.

> is there a specific problem caused by the presence of this .classpath file?

It could be confusing for a non-Java project to have files associated with a Java project. Also, we want to minimize the amount of unneeded files (if Gradle knew how to generate these itself we wouldn't need to check them in). Since we are doing a cleanup, it is the right place to do it.

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

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


More information about the openjfx-dev mailing list