Is there a way to make CCTray popup a confirmation dialog box when I click ForceBuild for a project?
The setting is called askForForceBuildReason
and documentation on it is located at http://confluence.public.thoughtworks.org/display/CCNET/Project+Configuration+Block
example is:
<project name="Project name"
description="Project description"
askForForceBuildReason="required">
....
</project>
used in the ccnet.config
file