common/diamonds/config.xml.ftl
changeset 884 18fc0e69c5b8
parent 695 1eaeee12c3d1
child 1050 34dcbee2af5e
equal deleted inserted replaced
883:1281d0f13d9b 884:18fc0e69c5b8
    37         <stage name="build" start="compile-main" end="compile-main" />
    37         <stage name="build" start="compile-main" end="compile-main" />
    38         <stage name="post-build" start="postbuild" end="zip-localised" />
    38         <stage name="post-build" start="postbuild" end="zip-localised" />
    39         <stage name="release" start="publish-variants" end="final" />
    39         <stage name="release" start="publish-variants" end="final" />
    40     </stages>
    40     </stages>
    41     <targets>
    41     <targets>
    42         <target name="diamonds" template-file="tool.xml.ftl" 
    42     	<!-- note: replaced by sf-diamonds-envinfo -->
    43             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"/>        
    43         <!-- target name="diamonds" template-file="tool.xml.ftl" 
       
    44             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"/ -->
    44         
    45         
    45         <!-- note: replaced by sf-run-analysis-diamonds -->
    46         <!-- note: replaced by sf-run-analysis-diamonds -->
    46         <!-- target name="compile-main" template-file="compile.xml.ftl"
    47         <!-- target name="compile-main" template-file="compile.xml.ftl"
    47             logfile="${ant['diamonds.compile.summary']}" ant-properties="true"/ -->
    48             logfile="${ant['diamonds.compile.summary']}" ant-properties="true"/ -->
    48                     
    49                     
    62         <#if (ant?keys?seq_contains('validate.policy.log'))>
    63         <#if (ant?keys?seq_contains('validate.policy.log'))>
    63         <target name="render-validate-policy" template-file="validate-policy-log.xml.ftl" 
    64         <target name="render-validate-policy" template-file="validate-policy-log.xml.ftl" 
    64             logfile="${ant['validate.policy.log']}"/>
    65             logfile="${ant['validate.policy.log']}"/>
    65         </#if>
    66         </#if>
    66 
    67 
       
    68         <!-- note: replaced by sf-diamonds-envinfo -->
    67         <!-- defer will store all the converted output file and sends only if there any other
    69         <!-- defer will store all the converted output file and sends only if there any other
    68             stage / target starts to send some data to diamonds -->
    70             stage / target starts to send some data to diamonds -->
    69         <target name="check-tool-dependencies" template-file="tool.xml.ftl" 
    71         <!-- target name="check-tool-dependencies" template-file="tool.xml.ftl" 
    70             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"
    72             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"
    71             defer="true"/>
    73             defer="true"/ -->
    72             
    74             
    73         <!-- SF specific -->
    75         <!-- SF specific -->
    74         <target name="sf-diamonds-tag-build"/>
    76         <target name="sf-diamonds-tag-build"/>
    75         <target name="sf-diamondize-bom"/>
    77         <target name="sf-diamondize-bom"/>
    76         <target name="sf-run-analysis-diamonds"/>
    78         <target name="sf-run-analysis-diamonds"/>