Skip to content

sakerbuild/saker.build.ide.eclipse

Repository files navigation

saker.build.ide.eclipse

Build status

The Eclipse IDE plugin for the saker.build system. The plugin embeds the saker.build runtime and provides support for invoking it from the IDE.

See the installation guide to get started.

Features

  • Invoking the build with saker.build
  • Script language support
    • Content assist
    • Outline
    • Build task and related documentation available in the script editor
  • Configuring the Eclipse projects based on the build execution
    • E.g. applying Java nature for the project if the build compiles Java sources
  • Environment feature discovery via extension plugins
    • E.g. discovering the installed Java runtimes and passing it as a configuration to the build

Build instructions

The following JARs of the latest release are needed for building the project:

  • saker.build.jar
  • saker.build-ide.jar

They can be downloaded from the official repository, then be placed in the working directory and renamed as seen above.

The project then can be built by importing it into Eclipse. (Or see the command line instructions in the CI build description files.)

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.