The prep build descriptor option specifies
whether EGL begins preparation when the generation phase completes
successfully.
Consider these cases:
- When you generate Java™ code
into a directory, EGL writes preparation messages to the results file.
- When you generate Java code
into a project (genProject build descriptor
option), the prep build descriptor option
has no effect, and preparation occurs in either of two situations:
- Whenever you build the project
- Whenever you generate the source files; but only if you selected
the workbench preference Build automatically.
To set this preference:
- Click to open the Preferences window.
- At the left side of the Preferences window, expand General and
click Workspace.
- Select the Build automatically check box
if you want EGL to build your files automatically. When you select
this preference, EGL performs a build whenever you save a file. This
means that EGL validates any parts of the file that have changed,
and any other parts in the project that are called by the changed
part. Validation is done without using a build descriptor part.
Values
- NO
- The preparation phase is not started after the generation phase.
- YES (the default value)
- The preparation phase is started after the generation phase.