common/build.xml
changeset 366 cde2244c8ea6
parent 365 95e054b2bec1
child 367 bed8f6bc974b
equal deleted inserted replaced
365:95e054b2bec1 366:cde2244c8ea6
    73           </exec>
    73           </exec>
    74     </target>
    74     </target>
    75         
    75         
    76     <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild">
    76     <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild">
    77         <echo>[SF-BUILD-ALL]</echo>
    77         <echo>[SF-BUILD-ALL]</echo>
       
    78     </target>
       
    79     
       
    80     <target name="sf-summary" depends="">
       
    81         <echo>[SF-SUMMARY]</echo>
       
    82         <echo message="Generating build summary"/>
       
    83         <exec executable="perl" dir="${sf.common.config.dir}/tools/summary" failonerror="true">
       
    84           <arg value="brag_script.pl"/>
       
    85           <arg value="--buildid=${sf.spec.job.name}_${sf.spec.job.codeline}.${sf.spec.job.number}"/>
       
    86           <arg value="--basedir=${sf.spec.job.rootdir}"/>
       
    87         </exec>
    78     </target>
    88     </target>
    79     
    89     
    80     <target name="sf-build-and-pack" depends="sf-build-noprep,sf-postbuild">
    90     <target name="sf-build-and-pack" depends="sf-build-noprep,sf-postbuild">
    81         <echo>[SF-BUILD-AND-PACK]</echo>
    91         <echo>[SF-BUILD-AND-PACK]</echo>
    82     </target>
    92     </target>