Build plan
The build plan is an XML file that makes the following details available at preparation time:
- What files need to be processed on the build machine
- What build scripts are needed to process them
- Where outputs are to be placed
The build plan resides on the development platform and informs the build client of all the build steps. For each step a request is made of the build server.
EGL produces a build plan whenever you generate a Java program or wrapper, unless you set the build descriptor option buildPlan to NO.
For details on the name of the build plan, see Generated output (reference).
Related concepts
Build script
Generated output
Related reference
buildPlan
Generated output (reference)