This section describes updates or changes that were made to the product documentation after the 7.0.2 documentation was shipped.
The information documented here supersedes information in the 7.0.2 online Help documentation.
C:\Program Files\IBM\Build Forge
C:\Program Files\BuildForge
C:\Program Files\IBM\Build Forge\Agent
C:\Program Files\BuildForge\Agent
ClearQuestCaseByActivities | ClearQuestClearCaseByActivities |
ClearQuestCaseByDate | ClearQuestClearCaseByDate |
The 7.0.2 version of the online Help does not correctly document the usage of the Link Manual Jobs system configuration setting. (The documentation will be corrected in a subsequent release of the online Help documentation.)
In 7.0.2, the system configuration setting for Link Manual Jobs no longer applies to running adaptor-linked jobs manually. The Run Link check box is now always displayed for adaptor-linked projects on the Start Project page.
The Link Manual Jobs system setting
applies only to running an adaptor-linked project using the Quick Start icon (Jobs > Start). You must
set the Link Manual Jobs setting if you want to use the Quick Start option
for adaptor-linked projects.
Format | Output |
---|---|
ymd | 050921 |
m/d/y | 09/21/05 |
The 7.0.2 version of the online Help does not document the following restriction. (This restriction will be added in a subsequent release of the online Help documentation.)
If a user account owns a scheduled job, the Delete button on the user account form is disabled to prevent the user account from being deleted.
If you want to delete a user account that has scheduled jobs, you must first delete the scheduled jobs.
The 7.0.2 version of the online Help does not document the following restriction. (This restriction will be added in a subsequent release of the online Help documentation.)
Register names for projects and ordinary registers are stored in uppercase.
Use uppercase to create register names and to reference all register types. Even though you can create registers using lowercase letters, registers are stored and must be referenced using uppercase letters.
The 7.0.2 documentation for this topic incorrectly states that steps do not inherit access group properties from the project to which they belong. In fact, steps do inherit access group properties from their parent projects.
This statement will be corrected in a subsequent release of the online Help documentation.
The 7.0.2 documentation for this dot command incorrectly stated that the <directory_path> for the command is relative to the default installation directory.
In fact, the directory path can be any used to specify any non-default installation path. Build Forge looks for the agent executable file in this directory.
.agentupdate <directory_path> agent_executable_file
The incorrect statement will be corrected in a subsequent release of the online Help documentation.
.drill -p ProjectRegisterA exec "cat $1"
The -r flag is required to use the project register as a data source for the .drill command. The correct example follows:
.drill -rp ProjectRegisterA exec "cat $1"