Build script

A build script is a file that is invoked by a build plan and that prepares output from generated files. Examples are as follows:

You specify the address of a build machine by setting the build descriptor option destHost.

Java build script

To prepare Java code for execution, EGL puts the javac (Java compiler) command and its parameters in the build plan and sends to the build machine the javac command and the input required by the command.

Related concepts
Build
Build plan
Build server

Related reference
Build descriptor options

destDirectory
destHost
destPassword
destUserID

Output of Java program generation
Output of Java wrapper generation