Eclipse
Code Style / Initial IDE Configuration
Additional configuration of Eclipse for contributors (and committers):
-
Set up the import order
Also:
-
set up code formatting
-
set up the code style templates
-
set up code style cleanup
Prepare for Build
The project/artifact isis-core-privileged
is required to be an automatic module
in the Java Platform Module System (JPMS) sense. (It has unrestricted access to the class-path
but not the module-path.)
As of time of writing, Eclipse does not support automatic module name resolution
for projects that are also opened in the IDE. Instead it will resolve such module names
only from closed projects, that previously had been built and installed via Maven to the
local repository. (Typically ~/.m2/repository ).
|