History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-170
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Be able to access default build settings for current configuration

Created: 22/Nov/06 12:08 AM   Updated: 17/Feb/07 05:42 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
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()}