The Eclipse files are due an update. There were previous reports on issues on Linux too (probably the ones you mentioned). We were hoping to be able to remove them with Gradle generating them during the build, but last time it was checked it couldn't. Don't know if Gradle 7 changed anything.
I saw the Swing error too. The apps and tests projects are also misconfigured. On Wed, May 19, 2021 at 5:53 PM Tom Schindl <tom.schi...@bestsolution.at> wrote: > Hi Nir/Jeannette, > > As you are both using Eclipse for development I'd like to get your take > on the following things. > > Dealing with OS specific > ------------------------ > The graphics module has to have different source folders depending on > the OS you are developing on: > * Windows: build/hlsl/Decora and build/hslPrism > * Linux/OS-X: build/gensrc/jsl-decora build/gensrc/jsl-prism > > So when importing the projects Eclipse does not even build anything > until you fix the .classpath file - I'd like to propose to mark those > Source-Folders optional. > > Swing-Project > ------------- > There the .classpath has a none existing "src/test/java" I wonder where > that source is and if not there anymore remove the offending entry from > .classpath-File > > BuildSrc > -------- > What's the purpose of that project? The classpath is incorrect and does > it have to be a Java-Project? > > > Tom >