equal
deleted
inserted
replaced
39 data: csv(${sf.common.config.dir}/../../build/config/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) |
39 data: csv(${sf.common.config.dir}/../../build/config/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) |
40 </data> |
40 </data> |
41 </fmpp> |
41 </fmpp> |
42 </target> |
42 </target> |
43 |
43 |
44 <target name="sf-build" depends="sf-prep,sf-prebuild,sf-get-source,sf-build-run,sf-postbuild"> |
44 <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild"> |
45 <echo>[SF-BUILD]</echo> |
45 <echo>[SF-BUILD]</echo> |
46 </target> |
46 </target> |
47 |
|
48 <target name="sf-build-noprep"> |
|
49 <echo>[SF-BUILD-NO-PREP]</echo> |
|
50 </target> |
|
51 |
47 |
52 <target name="sf-prep" depends="sf-generate-source-spec, prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env"> |
48 <target name="sf-prep" depends="sf-generate-source-spec, prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env"> |
53 <echo>[SF-PREP]</echo> |
49 <echo>[SF-PREP]</echo> |
54 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
50 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
55 </target> |
51 </target> |
74 |
70 |
75 <target name="sf-postbuild"> |
71 <target name="sf-postbuild"> |
76 <echo>[SF-POSTBUILD]</echo> |
72 <echo>[SF-POSTBUILD]</echo> |
77 </target> |
73 </target> |
78 |
74 |
79 <target name="sf-build-run" depends="sf-compile"> |
75 <target name="sf-build-noprep" depends="sf-compile"> |
80 <echo>[SF-BUILD-RUN]</echo> |
76 <echo>[SF-BUILD-NOPREP]</echo> |
81 </target> |
77 </target> |
82 |
78 |
83 <target name="sf-compile"> |
79 <target name="sf-compile"> |
84 <!-- target name="compile-main-prebuild" --> |
80 <!-- target name="compile-main-prebuild" --> |
85 <antcall target="compile-main" inheritAll="false"> |
81 <antcall target="compile-main" inheritAll="false"> |