equal
deleted
inserted
replaced
57 |
57 |
58 |
58 |
59 <target name="sf-prep" depends="prep-drive,init-build-area,sf-generate-source-spec,check-tool-dependencies,create-bom,log-build-env"> |
59 <target name="sf-prep" depends="prep-drive,init-build-area,sf-generate-source-spec,check-tool-dependencies,create-bom,log-build-env"> |
60 <echo>[SF-PREP]</echo> |
60 <echo>[SF-PREP]</echo> |
61 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
61 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
|
62 <echo message="Checking build Environment"/> |
|
63 <exec executable="perl" dir="${sf.common.config.dir}/tools" failonerror="true"> |
|
64 <arg value="CheckBuildEnv.pl"/> |
|
65 <arg value="--xml=BuildEnv.xml"/> |
|
66 <arg value="--dbg=${build.log.dir}/BuildEnvironmentCheck.log"/> |
|
67 <arg value="--sbs='${sf.spec.sbs.config}'"/> |
|
68 <arg value="--tools='${sf.spec.sbs.tools.config}'"/> |
|
69 <arg value="Common"/> |
|
70 </exec> |
62 </target> |
71 </target> |
63 |
72 |
64 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
73 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
65 <echo>[SF-BUILD-ALL]</echo> |
74 <echo>[SF-BUILD-ALL]</echo> |
66 </target> |
75 </target> |