Skip to content

sakerbuild/saker.java.compiler

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2020
Dec 17, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Oct 11, 2020
Oct 11, 2020
Jul 16, 2022
Oct 12, 2020
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Mar 21, 2024
Dec 30, 2019
Sep 17, 2023
Dec 30, 2019
Jan 2, 2020
Jan 1, 2020
Dec 30, 2019
Jan 2, 2020
May 21, 2023
Dec 26, 2022
May 20, 2023

Repository files navigation

saker.java.compiler

Build status Latest version

Incremental Java compiler support for the saker.build system. The project contains the implementation of performing incremental Java compilation during builds with the saker.build system. The implementation performs deep analysis of the compiled source files and can perfectly determine the dependencies of each class, therefore providing minimal rebuilds every time.

The build task also support incremental annotation processing, which can also performed concurrently, further reducing build times.

See the documentation for more information.

Build instructions

The project uses the saker.build system for building. It requires multiple JDKs to be installed to successfully build the complete project. This ranges from JDK 8-14, but you can also selectively build for a given JDK using the other build tasks in the saker.build build script.

Use the following command to build the project:

java -jar path/to/saker.build.jar -bd build -EUsaker.java.jre.install.locations=path/to/jdk8;path/to/jdk9;... compile saker.build

License

The source code for the project is licensed under GNU General Public License v3.0 only.

Short identifier: GPL-3.0-only.

Official releases of the project (and parts of it) may be licensed under different terms. See the particular releases for more information.