
Bug Report Description: Extraction of parameter file information from DLG header.
Bug Report ID: rpgprob_000404.114600
Action: A new AML and C routine has been written to read the information from an optional format (.do) DLG header. The header information is passed back to the calling AML through the AML [TASK] function.
Bug Report Description: Change DLG category name from Boundary to Boundaries.
Bug Report ID: rpgprob_000426.110517
Action: Category name was updated in houtbuild.aml.
Bug Report Description: Tar backup of entire project bombing out.
Bug Report ID: rpgprob_000414.135115
Action: The Tar utility used for project of quadrangle backup is working. However, if the user wants to backup an entire project, the project should be selected for backup, not each individual quadrangle in the project. If each quadrangle is selected, the AML variable string being passed to execute the tar command will exceed the maximum length limit causing an error. If the user selects the project to backup and selects to include all quads and all directories, the variable string will only include the project name. For example, if you have a project called ohio, under that project you have quadrangles named quad1, quad2, quad3,...quad56. If you select individual quadrangles the variable string becomes, ohio/quad1 ohio/quad2 ohio/quad3 ... ohio/quad56. This will get very long. If you also select specific directories under each quad it increases the variable string ... ohio/quad1/cover ohio/quad1/system ohio/quad2/cover ohio/quad2/system ... ohio/quad56/system. This gets very long in a hurry. If you want to do the entire project select only the project and all quadrangles and all directories. The variable string will simply be ohio/* and all quadrangles and all directories will be backed up.
Bug Report Description: Add 'Disk copy DRG file' help under 'Proj_Setup'.
Bug Report ID: rpgprob_000320.105001
Action: A paragraph of help information was added for this function.
Bug Report Description: Rename DLG file when using 'Disk copy DLG' option.
Bug Report ID: rpgprob_000531.080945
Action: The new aml written for rpgprob_000404.114600 was used to establish if the DLG being copied is the same extent as the current quadrangle. If an optional format DLG file does not already exists for the DLG category being copied, the DLG will be renamed using the RevPG quadrangle name and the DLG category with a .do extension. RevPG will not see a DLG file in the RevPG dlg directory unless it follows this naming convention.