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:
- Whenever you rebuild the project
- Whenever you generate the source files; but only if you checked the workbench preference Perform build automatically on resource modification
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