BuildableResourceCollection 範例

根據檔案的內容(其路徑儲存在 ${buildablefile} 內容中),來建立一個資源集合,並將參照 ID mySet 指派給該資源集合。
<antz:buildableset id="mySet" buildableList="${buildablefile}"/> 
建立一個資源集合,且其中的檔案符合下列資格:
  • 存在於 MVS 檔案系統中。
  • 定義在「使用者管理」專案中。
  • 為定義在 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 網站中提供意見(需要登錄):在討論區中提供意見提交錯誤