<< Back to previous view |
![]() |
[QB-170] Be able to access default build settings for current configuration
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
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.
|
Comments |
Comment by 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()} |