特殊な管理 > Windchill の環境の設定 > Windchill Configuration Assistant を使用した Windchill の設定 > Windchill Configuration Assistant の実行 > Windchill Configuration Assistant を実行する際の ant コマンド構文 > WindchillConfigAssistant.xml のターゲット > site.xconf ConfigurationRef エレメントのターゲット
  
site.xconf ConfigurationRef エレメントのターゲット
Windchill Configuration Assistant は site.xconf ファイル内の ConfigurationRef エレメントを使用して、サイトで管理されているプロパティ値 (site.xconf ファイル内のプロパティ値) と、configure ターゲットおよび configureWindchill ターゲットの実行時に設定されるプロパティ値とを関連付けます。
ConfigurationRef エレメントに設定する xlink:href 値は、windchillconfigurator.xconf ファイルの部分パスです。以下に例を示します。
<ConfigurationRef xlink:href="utilities/wca/conf/windchill/windchillconfigurator.xconf"/>
configure ターゲットまたは configureWindchill ターゲットを実行する ant コマンドで -Dpropagate=true を指定した場合、ConfigurationRef エレメントがまだ存在しないときは、site.xconf ファイルにこのエレメントが自動的に追加されます。
propagate または propagateWindchill ターゲットを使用して、windchillconfigurator.xconf ファイルに保存されている値を反映する場合、これらのターゲットを実行する前に、ConfigurationRef エレメントを site.xconf ファイルに追加しておく必要があります。
以下の表は、ConfigurationRef エレメントを追加および削除するときに使用できるターゲットの一覧です。
Target
説明
installConfigRef
ConfigurationRef エレメントを site.xconf ファイルに追加し、<Windchill>/utilities/wca/conf/windchill ディレクトリに空の windchillconfigurator.xconf ファイルを作成します。
ConfigurationRef エレメントがすでに site.xconf に追加されており、windchillconfigurator.xconf ファイルが存在する場合、このターゲットは正常に実行されますが、何も変更されません。
ConfigurationRef エレメントはすでに site.xconf に追加されているが、windchillconfigurator.xconf ファイルが存在しない場合は、空の windchillconfigurator.xconf ファイルが作成されます。
uninstallConfigRef
ConfigurationRef エレメントを site.xconf ファイルから削除します。
このエレメントが site.xconf ファイルに存在しない場合でも、エラーは返されません。