...
Property | Description | Default |
|---|---|---|
host.name | The name of the host environment used for building Jikes RVM. The host environment defines the paths to the tools used during the build, e.g. the path to the C compiler. The name should match one of the files located in the | None |
target.name | The name of the target environment for Jikes RVM. The name should match one of the files located in the |
|
config.name | The name of the configuration used when building Jikes RVM. The name should match one of the files located in the | None |
patch.name | An identifier for the current patch applied to the source tree. See Building Patched Versions for a description of how this fits into the standard usage patterns of Jikes RVM. | "" |
components.dir | The directory where Ant looks for external components when building the RVM. |
|
dist.dir | The directory where Ant stores the final Jikes RVM runtime. |
|
build.dir | The directory where Ant stores the intermediate artifacts generated when building the Jikes RVM. |
|
protect.config-files | Define this property if you do not want the build process to update configuration files when auto downloading components. | (Undefined) |
components.cache.dir | The directory where Ant caches downloaded components. If you explicitly download a component, place it in this directory. | (Undefined, forcing download) |
| require.rvm-unit-tests | If set to true, run unit tests on the built rvm image. Use with care as it will significantly increase build times for configurations that are compiled using a non-optimizing compiler (see below). | (Undefined, tests are not run) |
| require.checkstyle | Only useful if you want to contribute changes to the Jikes RVM. If set to | (Undefined, no checks run) |
...