equal
deleted
inserted
replaced
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> |