buildPlan

The buildPlan build descriptor option specifies whether a build plan is created during the generation process. The build plan is placed in the directory identified by genDirectory build descriptor option.

If you are generating Java™ code into a project, no build plan is created, regardless of whether the buildPlan build descriptor option is YES or NO, but preparation occurs in either of two situations:

You can create a build plan and invoke the plan at a later time. For details, see Using a build plan after generation.

Values

YES (the default value)
Creates a build plan based on the build descriptor options.
NO
No build plan is created.

Feedback