common/build.postbuild.xml
changeset 676 63fe736c83fb
parent 664 29955a149536
child 677 dd6b7decdca2
equal deleted inserted replaced
675:92fa86ed31d8 676:63fe736c83fb
   291         </parallel>
   291         </parallel>
   292         <if>
   292         <if>
   293           <istrue value="${sf.spec.publish.enable}"/>
   293           <istrue value="${sf.spec.publish.enable}"/>
   294             <then>
   294             <then>
   295             <runtarget target="sf-run-analysis-diamonds"/>
   295             <runtarget target="sf-run-analysis-diamonds"/>
   296           	<runtarget target="sf-brag-to-diamonds"/>
       
   297             </then>
   296             </then>
   298         </if>
   297         </if>
   299     </target>
   298     </target>
   300 
   299 
   301     <target name="sf-run-analysis-ant">    
   300     <target name="sf-run-analysis-ant">    
   776                 <echo message="INFO Validate Zip files"/>
   775                 <echo message="INFO Validate Zip files"/>
   777                 <runtarget target="sf-package-validate"/>
   776                 <runtarget target="sf-package-validate"/>
   778             </then>
   777             </then>
   779         </if>
   778         </if>
   780         <runtarget target="sf-zip-logs"/>
   779         <runtarget target="sf-zip-logs"/>
       
   780         <runtarget target="sf-brag-to-diamonds"/>
   781         <if>
   781         <if>
   782             <istrue value="${sf.spec.publish.enable}" />
   782             <istrue value="${sf.spec.publish.enable}" />
   783             <then>
   783             <then>
   784                 <echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/>
   784                 <echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/>
   785                 <runtarget target="sf-publish"/>
   785                 <runtarget target="sf-publish"/>