equal
deleted
inserted
replaced
416 <then> |
416 <then> |
417 <stopwatch name="sf-getenvs (tools)"/> |
417 <stopwatch name="sf-getenvs (tools)"/> |
418 |
418 |
419 <!-- record toolsbaseline information in BOM file and in BIT file --> |
419 <!-- record toolsbaseline information in BOM file and in BIT file --> |
420 <echo message="${sf.spec.toolsbaseline.location}" file="${build.drive}/output/logs/BOM/toolsbaseline.txt"/> |
420 <echo message="${sf.spec.toolsbaseline.location}" file="${build.drive}/output/logs/BOM/toolsbaseline.txt"/> |
421 <echo message="content	toolsbaseline,toolsbaseline,${sf.spec.toolsbaseline.location}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/> |
421 <echo message="baseline	toolsbaseline${sf.spec.toolsbaseline.location}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/> |
422 |
422 |
423 <!-- wrapper around preparation-getenv but with diff params --> |
423 <!-- wrapper around preparation-getenv but with diff params --> |
424 <runtarget target="sf-getenv-tools"/> |
424 <runtarget target="sf-getenv-tools"/> |
425 |
425 |
426 <echo message="INFO Getting tools environment listing"/> |
426 <echo message="INFO Getting tools environment listing"/> |
437 <istrue value="${sf.spec.baseline.enable}" /> |
437 <istrue value="${sf.spec.baseline.enable}" /> |
438 <then> |
438 <then> |
439 <stopwatch name="sf-getenvs (baseline)"/> |
439 <stopwatch name="sf-getenvs (baseline)"/> |
440 <!-- record baseline information in BOM file and in BIT file --> |
440 <!-- record baseline information in BOM file and in BIT file --> |
441 <echo message="${sf.spec.baseline.location}" file="${build.drive}/output/logs/BOM/baseline.txt"/> |
441 <echo message="${sf.spec.baseline.location}" file="${build.drive}/output/logs/BOM/baseline.txt"/> |
442 <echo message="content	baseline,baseline,${sf.spec.baseline.location}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/> |
442 <echo message="baseline	baseline,${sf.spec.baseline.location}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/> |
|
443 <propertyregex property="sf.baseline.version" override="true" input="${sf.spec.baseline.location}" regexp=".*\\(.*)" select="\1" global="true" casesensitive="false"/> |
|
444 <echo message="baseline_short	${sf.baseline.version}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/> |
443 |
445 |
444 <!-- run internal target preparation-getenv --> |
446 <!-- run internal target preparation-getenv --> |
445 <delete file="${build.drive}/currentRelease.xml"/> |
447 <delete file="${build.drive}/currentRelease.xml"/> |
446 <runtarget target="preparation-getenv"/> |
448 <runtarget target="preparation-getenv"/> |
447 <stopwatch name="sf-getenvs (baseline)" action="elapsed"/> |
449 <stopwatch name="sf-getenvs (baseline)" action="elapsed"/> |