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

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.