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.
The build script for iSeries is a REXX program named FDAPREP and is described in the EGL Server Guide for iSeries, which is available in the help system.
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
Build scripts delivered with EGL
destDirectory
destHost
destPassword
destUserID
Output of COBOL generation
Output of Java program generation
Output of Java wrapper generation
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.