.eglbld ファイルの構造を次に示します。
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE EGL PUBLIC "-//IBM//DTD EGL 5.1//EN" ""> <EGL> <!-- import 文はここに配置します --> <!-- パーツはここに配置します --> </EGL>
ここでの作業内容は、<EGL> 要素の内側に import 文とパーツを配置することです。
<import file="myBldFile.eglbld"/>
次のリストからパーツを宣言します。
以下に簡単な例を示します。
<EGL> <import file="myBldFile.eglbld"/> <BuildDescriptor name="myBuildDescriptor" genProject="myNextProject" system="WIN" J2EE="NO" genProperties="GLOBAL" genDataTables="YES" dbms="DB2" sqlValidationConnectionURL="jdbc:db2:SAMPLE" sqlJDBCDriverClass="COM.ibm.db2.jdbc.app.DB2Driver" sqlDB="jdbc:db2:SAMPLE" </BuildDescriptor> </EGL>
installationDir¥egl¥eclipse¥plugins¥ com.ibm.etools.egl_version¥dtd
ファイル名 (egl_wssd_6_0.dtd など) は、文字 egl およびアンダースコアーで開始します。wssd の文字は Rational Web デベロッパーおよび Rational Application Developer を指します。wsed の文字は、Rational Application Developer for z/OS® を指し、wdsc の文字は Rational Application Developer for iSeries™ を指します。
関連タスク
EGL ソース・ファイルの作成
関連リファレンス
EGL エディター