パラメーター
属性 | 説明 | 必要性 |
---|---|---|
Files | インストールするアプリケーション・ファイル | 必須 |
ConfigData | オプション構成ファイル | 必須でない |
ProjectName | 作成するEclipseプロジェクトの名前 | 必須でない、デフォルト値はAutoAppInstallです。 |
PropertyErrorCount | プロジェクトのエラー件数を受け取るためのプロパティー | 必須でない、デフォルト値はProjectErrorCountです。 |
PropertyErrorMessages | プロジェクトのエラー・メッセージを受け取るためのプロパティー | 必須でない、デフォルト値はProjectErrorMessagesです。 |
ConsoleOutput | コンソール・ログに追加の進行状況メッセージを出力するかどうかを指定します。 | 必須でない、デフォルト値はfalseです。 |
サンプル:
<autoAppInstall Files="X:/MyPath/MyTest.jsp" ConfigData="MyConfigData.xml" ConsoleOutput="true"/><echomessage="compilerproblem.unusedImport=${unusedImport}"/>
<?xmlversion="1.0"encoding="ASCII"?><com.ibm.ws.rd.headlessmodel:HeadlessConfiguration xmlns:com.ibm.ws.rd.headlessmodel="http:///com/ibm/ws/rd/headlessmodel.ecore"> <projectname="AutoAppInstall" workspaceLocation="X:¥MyWorkspace" styleID="AutoApplicationInstall"> <targetServerserverName="server1" serverJMXHost="localhost" serverJMXPort="8880" watchInterval="5"/> </project></com.ibm.ws.rd.headlessmodel:HeadlessConfiguration>