equal
deleted
inserted
replaced
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 "while ($line=<STDIN>) { my $orig =$line; chomp $line; print $orig if (-e "$line"); };""/> |
110 <arg line=" | perl -pe "while ($line=<STDIN>) { my $orig =$line; chomp $line; print $orig if (-e "$line"); };""/> |
110 <arg line=" | perl -pe "s/^${build.drive}\\//; s/\\/\//g; ""/> <!-- remove drive and backslash to fwdslash--> |
111 <arg line=" | perl -pe "s/^${build.drive}\\//; s/\\/\//g; ""/> <!-- 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--> |