buildship icon indicating copy to clipboard operation
buildship copied to clipboard

Eclipse 2022-06 (4.24) produces encoding warnings for all Buildship-created projects

Open onmishkin opened this issue 3 years ago • 1 comments

The just-released Eclipse 2022-06 (4.24) has some changes WRT project-level info about what character encoding is used for files in the project. See this 4.24 New & Noteworthy section about the change.

The projects created by Buildship apparently do not set the project's encoding info. The result is that Eclipse reports a warning like this:

Project 'xxx' has no explicit encoding set

for every imported project. There doesn't seem to be a way in Eclipse to suppress this warning. Buildship should do something to make Eclipse not warn.

onmishkin avatar Jun 15 '22 21:06 onmishkin

Duplicate of #344

donat avatar Jun 16 '22 06:06 donat