編譯範例

這個程式碼範例會在其名稱符合 *LINK(*) 的所有可建置資源中一再反覆運算,並執行針對資源的相關聯語言定義所產生的 Antz 巨集。
<antz:compile> 
    <restrict>
        <antz:buildableset buildableList="${buildfile}"/>
        <rsel:name name="*LINK(*)"/>
    </restrict>
</antz:compile>  
這個程式碼範例會處理一個可建置資源集合,這個集合含有內含串流中資料的可建置資源。
<antz:compile> 
    <antz:buildablelist>
        <antz:buildable langDefName="LINKEDIT" memberName="HELLO">
 INCLUDE SYSLIB(HELLO)
 NAME HELLO(R)
        </antz:buildable>
    <antz:buildablelist>
</antz:compile>  

意見

以上說明對您有幫助嗎?您可以在 Jazz.net 網站中提供意見(需要登錄):在討論區中提供意見提交錯誤