common/build.postbuild.xml
changeset 871 ef25bf39d67c
parent 864 2b0f08dedb30
child 881 82070405cb6e
equal deleted inserted replaced
870:62d784756974 871:ef25bf39d67c
   700 		<mkdir dir="${publish.dir}/ats_reports"/>
   700 		<mkdir dir="${publish.dir}/ats_reports"/>
   701 		<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${publish.dir}/ats_reports/index.html" failonerror="false"/>
   701 		<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${publish.dir}/ats_reports/index.html" failonerror="false"/>
   702     </target>
   702     </target>
   703 
   703 
   704     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->
   704     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->
   705     <target name="sf-run-analysis-missing-files" if="sf.spec.splitbuild">
   705     <target name="sf-run-analysis-missing-files" if="sf.spec.checkbuild">
   706     <!-- splitbuild is only set for Platform builds -->
   706     <!-- splitbuild is only set for Platform builds -->
   707        <if><istrue value="${sf.spec.splitbuild}"/>
   707        <if><istrue value="${sf.spec.splitbuild}"/>
   708        <then>
   708        <then>
   709             <if><istrue value="${sf.spec.os.skipbuild}" />
   709             <if><istrue value="${sf.spec.os.skipbuild}" />
   710                 <then><echo message="Skipping OS file check"/></then>
   710                 <then><echo message="Skipping OS file check"/></then>