-
Notifications
You must be signed in to change notification settings - Fork 1
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
trueto enable incremental builds. If it is set tofalsethen 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.