Subversion Repositories DevTools

Rev

Rev 872 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 872 Rev 906
Line 8... Line 8...
8
</condition>
8
</condition>
9
<property name="abt_family" value="unix"/>
9
<property name="abt_family" value="unix"/>
10
<property name="CotsWithFunnyVersion.hoopla2_x.cots" value="CotsWithFunnyVersion hoopla2_x.cots"/>
10
<property name="CotsWithFunnyVersion.hoopla2_x.cots" value="CotsWithFunnyVersion hoopla2_x.cots"/>
11
<property name="LinuxCentricProduct.1.0.0000.tim" value="LinuxCentricProduct 1.0.0000.tim"/>
11
<property name="LinuxCentricProduct.1.0.0000.tim" value="LinuxCentricProduct 1.0.0000.tim"/>
12
<property name="AdvisoryDependency.1.0.0000.tim" value="AdvisoryDependency 1.0.0000.tim"/>
12
<property name="AdvisoryDependency.1.0.0000.tim" value="AdvisoryDependency 1.0.0000.tim"/>
-
 
13
<property name="Win32CentricProduct.1.0.0000.tim" value="Win32CentricProduct 1.0.0000.tim"/>
13
<taskdef name="abt" classname="com.erggroup.buildtool.abt.ABT"/>
14
<taskdef name="abt" classname="com.erggroup.buildtool.abt.ABT"/>
14
<target name="CotsWithFunnyVersion.hoopla2_x.cots.wrap">
15
<target name="CotsWithFunnyVersion.hoopla2_x.cots.wrap">
15
  <property name="CotsWithFunnyVersion.hoopla2_x.cots.build" value=""/>
16
  <property name="CotsWithFunnyVersion.hoopla2_x.cots.build" value=""/>
16
</target>
17
</target>
17
<target name="CotsWithFunnyVersion.hoopla2_x.cots" depends="CotsWithFunnyVersion.hoopla2_x.cots.wrap" if="CotsWithFunnyVersion.hoopla2_x.cots.build">
18
<target name="CotsWithFunnyVersion.hoopla2_x.cots" depends="CotsWithFunnyVersion.hoopla2_x.cots.wrap" if="CotsWithFunnyVersion.hoopla2_x.cots.build">
Line 72... Line 73...
72
  <jats target="none"/>
73
  <jats target="none"/>
73
  <jats target="none"/>
74
  <jats target="none"/>
74
</abt>
75
</abt>
75
</target>
76
</target>
76
<target name="fullstart">
77
<target name="fullstart">
77
<echo message="${line.separator}The following package versions are not reproducible on any build platform:${line.separator}${line.separator}" file="publish.log" append="true"/>
78
<echo message="${line.separator}Warning. The following package versions are not reproducible on any build platform: ${line.separator}${line.separator}" file="publish.log" append="true"/>
78
<echo message="${line.separator}NotInAnyWayReproducible.1.0.0.tim${line.separator}" file="publish.log" append="true"/>
79
<echo message="${line.separator}NotInAnyWayReproducible.1.0.0.tim${line.separator}" file="publish.log" append="true"/>
79
<echo message="${line.separator}The following package versions are not reproducible on the build platforms associated with this baseline:${line.separator}${line.separator}" file="publish.log" append="true"/>
80
<echo message="${line.separator}Warning. The following package versions are not reproducible on the build platforms associated with this baseline: ${line.separator}${line.separator}" file="publish.log" append="true"/>
80
<echo message="${line.separator}Win32CentricProduct.1.0.0000.tim${line.separator}" file="publish.log" append="true"/>
81
<echo message="${line.separator}Win32CentricProduct.1.0.0000.tim${line.separator}" file="publish.log" append="true"/>
81
<echo message="${line.separator}The following package versions are not reproducible as they are directly dependent upon package versions not in the baseline:${line.separator}${line.separator}" file="publish.log" append="true"/>
82
<echo message="${line.separator}Warning. The following package versions are not reproducible as they are directly dependent upon package versions not in the baseline: ${line.separator}${line.separator}" file="publish.log" append="true"/>
82
<echo message="${line.separator}The following package versions are not reproducible as they are directly/indirectly dependent upon not reproducible package versions:${line.separator}${line.separator}" file="publish.log" append="true"/>
83
<echo message="${line.separator}Warning. The following package versions are not reproducible as they are directly/indirectly dependent upon not reproducible package versions: ${line.separator}${line.separator}" file="publish.log" append="true"/>
83
<echo message="${line.separator}Build Started:${line.separator}${line.separator}" file="publish.log" append="true"/>
84
<echo message="${line.separator}Build Started:${line.separator}${line.separator}" file="publish.log" append="true"/>
84
</target>
85
</target>
85
<target name="full" depends="fullstart,CotsWithFunnyVersion.hoopla2_x.cots,LinuxCentricProduct.1.0.0000.tim,AdvisoryDependency.1.0.0000.tim">
86
<target name="full" depends="fullstart,CotsWithFunnyVersion.hoopla2_x.cots,LinuxCentricProduct.1.0.0000.tim,AdvisoryDependency.1.0.0000.tim">
86
<echo message="${line.separator}Build Finished${line.separator}" file="publish.log" append="true"/>
87
<echo message="${line.separator}Build Finished${line.separator}" file="publish.log" append="true"/>
87
</target>
88
</target>