Setting generation preferences

To specify preferences for EGL generation, follow these steps:
  1. From the main menu, click Window > Preferences.
  2. From the navigation tree, expand EGL and click Generation.
  3. In the Generation window, you can set the following preferences:
    If necessary, invoke a build before generating output
    If you select this check box, EGL builds the project automatically prior to generation if it has not been built since the last change. This preference takes effect only when the workbench is not set to build the project automatically.
    Generate after build
    Specify one or more of the following generation options:
    • COBOL
    • Java™
    • JavaScript
    EGL attempts to automatically generate the specified code each time a source file is built. Automatic generation uses the assigned build descriptor, regardless of the system type in the build descriptor. This means you may have your options set to automatically build JavaScript, but not Java; however, if the assigned build descriptor has a Java system type, a new Java build will be created.
    Security credentials for generation on a remote machine
    If you are generating code to a computer other than this one, specify the user ID and password for the computer on which the generated code is saved. These fields behave like default values for the destUserID and destPassword build descriptor options. The values of these build descriptor options take precedence over the settings in the Preferences window.
  4. Click Apply to save the changes and remain in the Preference window. Click OK to save the changes and exit the window.

Feedback