Currently, various build settings (such as isCleanBuild()) returned from the configuration object at build time is the effect (actual) build setting, instead of default build setting for the configuration. It is desired that both type of these settings can be accessed to detect if particular setting has been overriden by the manual build.
Description
Currently, various build settings (such as isCleanBuild()) returned from the configuration object at build time is the effect (actual) build setting, instead of default build setting for the configuration. It is desired that both type of these settings can be accessed to detect if particular setting has been overriden by the manual build.
To get default build setting, please call "system.getConfiguration(...)" to get the configuration object in the database first. For example, if you want to determine if the build is set to build cleanly in the configuration, just call:
${system.getConfiguration(configurationHierarchicalName).isCleanBuild()}
Robin Shen[11/Dec/06 01:16 AM]
To get default build setting, please call "system.getConfiguration(...)" to get the configuration object in the database first. For example, if you want to determine if the build is set to build cleanly in the configuration, just call:
${system.getConfiguration(configurationHierarchicalName).isCleanBuild()}
${system.getConfiguration(configurationHierarchicalName).isCleanBuild()}