Add -k(eepgoing) option to tools manifest generation to help overcome missing bld.inf files
authorShabe Razvi <shaber@symbian.org>
Mon, 21 Jun 2010 17:52:23 +0100
changeset 1108 86b0bbaa517c
parent 1107 4b2c741f781a
child 1109 befa266a0393
Add -k(eepgoing) option to tools manifest generation to help overcome missing bld.inf files
sf-tools/build.xml
--- a/sf-tools/build.xml	Mon Jun 21 16:16:49 2010 +0100
+++ b/sf-tools/build.xml	Mon Jun 21 17:52:23 2010 +0100
@@ -104,6 +104,7 @@
             <arg line="-c ${i.sf.spec.sbs.config.expanded}"/>
             <arg line="-s ${build.drive}\output\build\canonical_system_definition.xml"/>
             <arg line="${sf.spec.sbs.options}"/>
+            <arg line="-k"/>
             <arg line="--what"/>
             <!-- output only what is found on disk -->
             <arg line=" | perl -pe &quot;while ($line=&lt;STDIN&gt;) { my $orig =$line; chomp $line; print $orig if (-e &quot;$line&quot;); };&quot;"/>