Developer Guide - groovy/groovy-windows-installer GitHub Wiki
Working with the installer source
The launch scripts are setting the following variables:
Variable | Function |
---|---|
DIR_PREFIX | is the full path to the directory containing the different modules |
SOURCE_VERSION | defines the version of the release |
SOURCE_DIR | is the relative path to the groovy install directory |
NATIVE_DIR | is the relative path to the native launcher |
SCRIPTOM_DIR | is the relative path to the scriptom module |
GANT_DIR | is the relative path to the gant module |
GPARS_DIR | is the relative path to the optional libraries for gpars |
GRIFFON_B_DIR | is the relative path to the griffon builders module |
GAELYK_DIR | is the relative path to the Gaelyk module |
SPOCK_DIR | is the relative path to the Spock module |
EASYB_DIR | is the relative path to the easyb module |
GMOCK_DIR | is the relative path to the gmock module |
GROOVYSERV_DIR | is the relative path to the groovyserv module |
GRENGINE_DIR | is the relative path to the grengine module |
VERSION_TXT | is the relative path to the installed_versions.txt |
DOC_DIR | is the relative path to the doc directory |
JAVA_ARCH | is the directory containing the architecture detection jar |