BuildableResourceCollection の例

パスがプロパティー ${buildablefile} に格納されているファイルの内容に基づいてリソース・コレクションを作成し、そのリソース・コレクションに参照 ID mySet を割り当てます。
<antz:buildableset id="mySet" buildableList="${buildablefile}"/> 
次の条件を満たすファイルのみを含むリソース・コレクションを作成します。
  • MVS ファイル・システムに存在する。
  • User Management プロジェクト内で定義済みである。
  • メンバーが MVS データ・セット HLQ.COBOL.SET1 に定義されている。
<restrict id="mySet">  
  <antz:buildableset buildableList="${buildablefile}"/>
  <rsel:exists/>
  <antz:projectselector name="User Management"/>
  <rsel:name name="HLQ.COBOL.SET1(*)"/>
</restrict>

フィードバック

この情報は役に立ちましたか。Jazz.net (要登録) のフォーラム内のコメントまたはバグ報告からフィードバックを提出することができます。