EGL Reference Guide for iSeries

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.

COBOL build script for iSeries

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.

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
Build scripts delivered with EGL
destDirectory
destHost
destPassword
destUserID
Output of COBOL generation
Output of Java program generation
Output of Java wrapper generation


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]