# HG changeset patch # User Simon Howkins # Date 1251887028 -3600 # Node ID 62c9e8d019fcb34ab93717a7877b720f1f1b59db # Parent ad45f298ad857888283977773023bb32d6209b6e# Parent 065183c4417b266866824ca5a7b3393ff6693cc4 Merge diff -r 065183c4417b -r 62c9e8d019fc common/build.postbuild.xml --- a/common/build.postbuild.xml Wed Aug 26 21:52:22 2009 +0100 +++ b/common/build.postbuild.xml Wed Sep 02 11:23:48 2009 +0100 @@ -474,55 +474,7 @@ files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -547,104 +499,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r 065183c4417b -r 62c9e8d019fc common/build.test.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/build.test.xml Wed Sep 02 11:23:48 2009 +0100 @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 065183c4417b -r 62c9e8d019fc common/build.xml --- a/common/build.xml Wed Aug 26 21:52:22 2009 +0100 +++ b/common/build.xml Wed Sep 02 11:23:48 2009 +0100 @@ -45,6 +45,9 @@ + + + @@ -175,7 +178,7 @@ - + @@ -291,8 +294,8 @@ - - [SF-TAG-BUILD] + + [SF-DIAMONDS-TAG-BUILD] ant: antProperties() diff -r 065183c4417b -r 62c9e8d019fc common/common_props.ant.xml --- a/common/common_props.ant.xml Wed Aug 26 21:52:22 2009 +0100 +++ b/common/common_props.ant.xml Wed Sep 02 11:23:48 2009 +0100 @@ -4,8 +4,6 @@ - - diff -r 065183c4417b -r 62c9e8d019fc common/diamonds/config.xml.ftl --- a/common/diamonds/config.xml.ftl Wed Aug 26 21:52:22 2009 +0100 +++ b/common/diamonds/config.xml.ftl Wed Sep 02 11:23:48 2009 +0100 @@ -71,7 +71,7 @@ defer="true"/> - + diff -r 065183c4417b -r 62c9e8d019fc common/tools/populateziptemplate.pl --- a/common/tools/populateziptemplate.pl Wed Aug 26 21:52:22 2009 +0100 +++ b/common/tools/populateziptemplate.pl Wed Sep 02 11:23:48 2009 +0100 @@ -33,7 +33,7 @@ } # Load CSV -open my $csvText, "<", $sourcesCSV or die; +open my $csvText, "<", $sourcesCSV or die "Unable to open sources.csv from $sourcesCSV"; my $csv = Text::CSV->new(); my @keys; my @packages; @@ -71,6 +71,8 @@ my $zipConfig = $xml->XMLin($template, keyattr => $keyAttr); my @allRndFiles; +my $failures = 0; + # For each package in CSV... foreach my $package (@packages) { @@ -140,7 +142,8 @@ } else { - die "Cannot determine license for '$package->{source}'"; + warn "Cannot determine license for '$package->{source}'\n"; + $failures++; } } @@ -154,3 +157,5 @@ open my $fh, ">", $rndExcludes or die "Cannot write exlude file!"; print $fh @allRndFiles; close $fh; + +exit($failures); diff -r 065183c4417b -r 62c9e8d019fc sf-package/package_props.ant.xml --- a/sf-package/package_props.ant.xml Wed Aug 26 21:52:22 2009 +0100 +++ b/sf-package/package_props.ant.xml Wed Sep 02 11:23:48 2009 +0100 @@ -4,6 +4,8 @@ + + diff -r 065183c4417b -r 62c9e8d019fc sf-platform/build.xml --- a/sf-platform/build.xml Wed Aug 26 21:52:22 2009 +0100 +++ b/sf-platform/build.xml Wed Sep 02 11:23:48 2009 +0100 @@ -17,11 +17,48 @@ --> - + [SF-BUILD-NOPREP] (platform) [SF-BUILD-NOPREP] WARNING: Not generating model from packages + + + + [SF-platform-bootstrap-gt] Warning: hard-coded to tb91! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +