equal
deleted
inserted
replaced
12 This target is effectively a callback, called from compile-main. |
12 This target is effectively a callback, called from compile-main. |
13 Its responsibility is to convert the set of peices in ref "system.definition.files" into one sys def with absolute paths |
13 Its responsibility is to convert the set of peices in ref "system.definition.files" into one sys def with absolute paths |
14 |
14 |
15 However, in our builds, we know that there will only be one sysdef peice passed in, so that makes things a lot simpler |
15 However, in our builds, we know that there will only be one sysdef peice passed in, so that makes things a lot simpler |
16 --> |
16 --> |
|
17 |
|
18 <!-- MattD - workaround until generating a model from package definitions works--> |
|
19 |
|
20 <target name="sf-build-noprep" depends="sf-compile,sf-postbuild"> |
|
21 <echo>[SF-BUILD-NOPREP] (platform)</echo> |
|
22 <echo>[SF-BUILD-NOPREP] WARNING: Not generating model from packages</echo> |
|
23 </target> |
|
24 |
17 <target name="create-canonical-sysdef-file"> |
25 <target name="create-canonical-sysdef-file"> |
18 <fail message="Symbian builds create a canonical system definition from exactly one peice"> |
26 <fail message="Symbian builds create a canonical system definition from exactly one peice"> |
19 <condition> |
27 <condition> |
20 <resourcecount refid="system.definition.files" when="ne" count="1"/> |
28 <resourcecount refid="system.definition.files" when="ne" count="1"/> |
21 </condition> |
29 </condition> |