Format of eglmaster.properties file

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:
desc
The name of the master build descriptor
path
The fully qualified path name of the EGL file in which the master build descriptor used by the EGL SDK is declared

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 Java generation

Related reference
Build descriptor options
EGLSDK
Format of master build descriptor plugin.xml file

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