The command EGLSDK gives you access to the EGL Software Development Kit (EGL SDK), as described in Generation from the EGL SDK.
The syntax for invoking EGLSDK is as follows:
Embed the path in double quotes.
Embed the path in double quotes.
Embed the path in double quotes.
The eglpath value that you specify when invoking the command EGLSDK takes precedence over any eglpath value in an EGL command file. Similarly, build descriptor options that you specify when invoking the command take precedence over options in any build descriptor that is listed in an EGL command file.
In the commands that follow, each multiline example belongs on a single line:
java EGLSDK "commandfile.xml" java EGLSDK "commandfile.xml" -eglpath "c:\myGroup;h:\myCorp" java EGLSDK generate -eglpath "c:\myGroup;h:\myCorp" -generateFile "c:\myProg.eglpgm" -buildDescriptorFile "c:\myBuild.eglbld" -buildDescriptorName myBuildDescriptor java EGLSDK "myCommand.xml" -sqlID myID -sqlPassword myPW -destUserID myUserID -destPassword myPass
Related concepts
Build descriptor part
Generation from the EGL SDK
Import
Master build descriptor
Related tasks
Generating from the EGL SDK
Related reference
destPassword
destUserID
EGL build path and eglpath
sqlID
sqlPassword
Syntax diagram
The eglmaster.properties file is a Java properties file that the EGL SDK uses to specify the name and file path name of the master build descriptor. This properties file must be contained in a directory that is specified in the CLASSPATH variable of the process that invokes the EGLSDK command. The format of the eglmaster.properties file is as follows:
masterBuildDescriptorName=desc masterBuildDescriptorFile=path
where:
The content of this file must follow the rules of a Java properties file. You can use either a slash (/) or two backslashes (\\) to separate file names within a path name.
You must specify both the masterBuildDescriptorName and masterBuildDescriptorFile keywords in the properties file. Otherwise the eglmaster.properties file is ignored.
Following is an example of the contents of an eglmaster.properties file:
# Specify the name of the master build descriptor: masterBuildDescriptorName=MYBUILDDESCRIPTOR # Specify the file that contains the master build descriptor: masterBuildDescriptorFile=d:/egl/builddescriptors/master.egl
Related concepts
Master build descriptor
Related tasks
Choosing options for COBOL generation
Choosing options for Java generation
Related reference
Build descriptor options
EGLSDK
Format of master build descriptor plugin.xml file
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.