common/diamonds/config.xml.ftl
changeset 1050 34dcbee2af5e
parent 884 18fc0e69c5b8
equal deleted inserted replaced
1049:106264ed9735 1050:34dcbee2af5e
    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     	<!-- note: replaced by sf-diamonds-envinfo -->
       
    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"/ -->
       
    45         
       
    46         <!-- note: replaced by sf-run-analysis-diamonds -->
       
    47         <!-- target name="compile-main" template-file="compile.xml.ftl"
       
    48             logfile="${ant['diamonds.compile.summary']}" ant-properties="true"/ -->
       
    49                     
       
    50         <target name="ido-codescanner" template-file="codescanner.xml.ftl"
    42         <target name="ido-codescanner" template-file="codescanner.xml.ftl"
    51             logfile="${ant['ido.codescanner.output.dir']}/problemIndex.xml"/>
    43             logfile="${ant['ido.codescanner.output.dir']}/problemIndex.xml"/>
    52 
    44 
    53         <!-- if no logfile provided, looks for xml file to send 
    45         <!-- if no logfile provided, looks for xml file to send 
    54             using <build.id_target_name.xml> file or<target_name.xml> file, 
    46             using <build.id_target_name.xml> file or<target_name.xml> file, 
    62             
    54             
    63         <#if (ant?keys?seq_contains('validate.policy.log'))>
    55         <#if (ant?keys?seq_contains('validate.policy.log'))>
    64         <target name="render-validate-policy" template-file="validate-policy-log.xml.ftl" 
    56         <target name="render-validate-policy" template-file="validate-policy-log.xml.ftl" 
    65             logfile="${ant['validate.policy.log']}"/>
    57             logfile="${ant['validate.policy.log']}"/>
    66         </#if>
    58         </#if>
    67 
       
    68         <!-- note: replaced by sf-diamonds-envinfo -->
       
    69         <!-- defer will store all the converted output file and sends only if there any other
       
    70             stage / target starts to send some data to diamonds -->
       
    71         <!-- target name="check-tool-dependencies" template-file="tool.xml.ftl" 
       
    72             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"
       
    73             defer="true"/ -->
       
    74             
    59             
    75         <!-- SF specific -->
    60         <!-- SF specific -->
    76         <target name="sf-diamonds-tag-build"/>
    61         <target name="sf-diamonds-tag-build"/>
    77         <target name="sf-diamondize-bom"/>
    62         <target name="sf-diamondize-bom"/>
    78         <target name="sf-run-analysis-diamonds"/>
       
    79     </targets>
    63     </targets>
    80 </logger>
    64 </logger>
    81 </configuration>
    65 </configuration>