VisualAge Generator to Enterprise Generation Language Migration Guide
Single file migration does not do everything that Stage 1 - 3 migration
does. You must do the following steps manually:
-
Nest any forms within their corresponding form group. This is required
if you migrate two form groups to the same package and the two form groups
contain the same form name. (For example, MAP1).
- Resolve any duplicate parts within the same EGL package. This can
occur if you migrate two programs with their associates to the same EGL
package and the two programs share some common parts. You can split the
common part definitions into a centralized common file or you can remove the
duplicate parts from one of the files. If all the files are in the same
package, you do not need to modify the EGL build path property or add import
statements.
-
Update the EGL build path property for the current project to list all the
projects that the current project needs to reference to resolve any part
names. To update the EGL build path, in the Project Navigator view,
select the current project, right-click the selection, and then select
Properties. On the EGL Build Path page, on the Projects tab,
select the additional projects that the current project needs to
reference. Be sure to include in the EGL build path any projects that
contain packages that files in the current project need to import. For
example, if FileA is in ProjectB and FileA needs to import packageC, be sure
to include the project where packageC is located in the EGL build path for
ProjectB.
-
Add any import statements to your EGL file to point to the common packages
that your file needs to reference. The packages that you specify for
the import statement must exist in projects that are specified for the EGL
build path of the project in which the current EGL file is located. For
example, if FileA is in ProjectB, then the import statements in FileA can only
reference packages that are located in projects specified for the EGL build
path of ProjectB.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.