Skip to content

Configuration

TekMonks edited this page Jul 23, 2020 · 2 revisions

The folder <xforge>/conf contains the configuration file - xforge.json. An example is shown below

{
    "incremental_mode": true,
    "java_home": "<java_path>"
}

The options are documented below.

  • incremental_mode - This option should be true to enable incremental builds. If it is set to false then a full build will be performed every time. XForge uses the time of last modification to compare whether or not to skip building a file.

  • java_home - This option is required for the Javascript closure compiler, and it should point to the JVM home directory.

Clone this wiki locally