RFR: 8221708 Update Eclipse project files

John Hendrikx jhendrikx at openjdk.org
Mon Nov 7 08:32:24 UTC 2022


On Sun, 6 Nov 2022 21:31:49 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

> The new changes look good. I get a bogus error marker on the apps folder in Project Explorer, but in Package Explorer there is no error. Looks like some Eclipse hiccup.

Yes, this happens sometimes to me as well. The import process of so many projects sometimes seems to cause an error. If after deleting the error from the problem view + rebuilding, the error doesn't return, then it is likely a bug in Eclipse.

> Everything still works with the extra dependencies, but in general it's better to remove them. Do you want to do that? I can find the minimal dependencies.

I've stripped all the unnecessary dependencies.  Also added `.settings` to ignore for a few projects that have sources in their root folder to avoid it being copied to `bin`.

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

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


More information about the openjfx-dev mailing list