sf-tools/build.xml
changeset 1111 86b0bbaa517c
parent 1033 d8b3a897b1d5
child 1290 7fa08dafc6b9
child 1292 f853a7acb410
equal deleted inserted replaced
1110:4b2c741f781a 1111:86b0bbaa517c
   102    <exec executable="cmd" dir="${build.drive}" failonerror="false" output="${build.drive}/manifest_binaries_${sf.spec.job.name}.txt">
   102    <exec executable="cmd" dir="${build.drive}" failonerror="false" output="${build.drive}/manifest_binaries_${sf.spec.job.name}.txt">
   103             <arg line="/c sbs.bat"/>
   103             <arg line="/c sbs.bat"/>
   104             <arg line="-c ${i.sf.spec.sbs.config.expanded}"/>
   104             <arg line="-c ${i.sf.spec.sbs.config.expanded}"/>
   105             <arg line="-s ${build.drive}\output\build\canonical_system_definition.xml"/>
   105             <arg line="-s ${build.drive}\output\build\canonical_system_definition.xml"/>
   106             <arg line="${sf.spec.sbs.options}"/>
   106             <arg line="${sf.spec.sbs.options}"/>
       
   107             <arg line="-k"/>
   107             <arg line="--what"/>
   108             <arg line="--what"/>
   108             <!-- output only what is found on disk -->
   109             <!-- output only what is found on disk -->
   109             <arg line=" | perl -pe &quot;while ($line=&lt;STDIN&gt;) { my $orig =$line; chomp $line; print $orig if (-e &quot;$line&quot;); };&quot;"/>
   110             <arg line=" | perl -pe &quot;while ($line=&lt;STDIN&gt;) { my $orig =$line; chomp $line; print $orig if (-e &quot;$line&quot;); };&quot;"/>
   110             <arg line=" | perl -pe &quot;s/^${build.drive}\\//; s/\\/\//g; &quot;"/> <!-- remove drive and backslash to fwdslash-->
   111             <arg line=" | perl -pe &quot;s/^${build.drive}\\//; s/\\/\//g; &quot;"/> <!-- remove drive and backslash to fwdslash-->
   111             <arg line=" | findstr /B /V tools"/> <!-- ignore raptor exports into root of drive-->
   112             <arg line=" | findstr /B /V tools"/> <!-- ignore raptor exports into root of drive-->