buildPlan

The build descriptor option buildPlan specifies whether a build plan is created. Valid values are YES and NO, and the default is YES.

The build plan is placed in the directory identified by build descriptor option genDirectory.

A special case is in effect when you generate Java code into a project. Then, no build plan is created regardless of the setting of buildPlan, but preparation occurs in either of two situations:

You may wish to create a build plan and to invoke that plan at a later time. For details, see Invoking a build plan after generation.

Related concepts
Build plan

Related tasks
Invoking a build plan after generation

Related reference
Build descriptor options