common/build.postbuild.xml
changeset 627 56a1d97e7c73
parent 600 01511de51fcd
child 628 90be37e95e2f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    34                 </then>
    34                 </then>
    35             </if>
    35             </if>
    36             
    36             
    37             <!-- run build analysis tools -->
    37             <!-- run build analysis tools -->
    38             <runtarget target="sf-run-analysis"/>
    38             <runtarget target="sf-run-analysis"/>
    39             
    39         
    40 	    <!-- Generate reports to compare this build to a previous one -->
    40             <if>
    41             <runtarget target="sf-compare-to-baseline"/>
    41               <istrue value="${sf.spec.publish.enable}"/>
       
    42               <then>
       
    43                 <!-- Generate reports to compare this build to a previous one -->
       
    44                 <runtarget target="sf-compare-to-baseline"/>
       
    45               </then>
       
    46             </if>
    42         </parallel>
    47         </parallel>
    43         
    48         
    44         <!-- Launch smoketest -->
    49         <!-- Launch smoketest -->
    45         <if><istrue value="${sf.spec.test.sendpkg.enable}"/>
    50         <if><istrue value="${sf.spec.test.sendpkg.enable}"/>
    46             <then>
    51             <then>