Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 Utility Reports

The Utility reports provide auditing and code generation facilities for the gmStuio application.
  1. Utility Reports Overview
  2. Migration Project List
  3. Multi-Unit Script
  4. Target Code Scan

 Utility Reports Overview

Utility reports provide auditing and code generation facilities for the gmStuio application:
  • Migration Project List: the file settings, parsed, tabulated, and aggregated. What settings are in my gmproj files?
     
  • Multi-Unit Script: used for preparing a Web site migration.
     
  • Target Code Scan: search the target code for a collection of user-defined strings. Several pre-defined lists relating to potential migration challenges are provided.

 Migration Project List

The file settings, parsed, tabulated, and aggregated. What settings are in my gmproj files?
MigName        ' Migration Project Name
MigType        ' Migration Project Type
DevEnv         ' Target .NET Development Environment
ProjFolder     ' workspace root folder
DeployFolder   ' deployment root folder
VirtualRoot    ' virtual root folder
TlbSearchPaths ' type  library search paths
JobFilter      ' task filter string
CmdList        ' batch command list

 Multi-Unit Script

The Multi-Unit Script report is used for preparing a baseline Translation Script for a web site translation task. Beware that running this report also adds a task that references the multi-unit script to your migration project. You will have to edit the script before you run the full site translation. Additional details on ASP migration can be found in the Preparation section.

 Target Code Scan

The results of searching the generated units for user-defined lists of strings.
SrcName ' Migration Unit Name
RunDate ' Semantic Model Creation Date
RecType ' Report Type = "SCAN"
MemName ' Search Pattern
MemClas ' Matching File Name
MemLibr ' Matching Migration Unit Name
MemType ' Matching File Type
Pos_Cnt ' Matching Location (line number)
LocText ' Matching Text Line
LocMemb ' Matching Member
LocFile ' Matching File Path
LocName ' Matching File Name
LocType ' Matching File Type

  • No labels