# HG changeset patch # User MattD # Date 1256032982 -3600 # Node ID 5411e23378b45baf2d83b5a6ebadd4e2ecabd460 # Parent ecf2c59629fc391f897854665946b44a266a21d8# Parent cdfb88270be0d5720e775c6570f9676d002e327e catchup merge diff -r ecf2c59629fc -r 5411e23378b4 .hgtags --- a/.hgtags Tue Oct 20 10:47:15 2009 +0100 +++ b/.hgtags Tue Oct 20 11:03:02 2009 +0100 @@ -2,3 +2,5 @@ 36d82a2f1f927cbe91926e19c69fe74d9170b7de PDK_2.0.c 633b96a83005daab9464a00b8fcbcfa96a247c26 PDK_2.0.d cc2965329dd1c545c3cad90c83f2c8cf2bc7e2d6 PDK_2.0.e +4709730d52260a9c367e784ea56a32f4035a7619 PDK_3.0.a +7a343c038e7d120d886ec1068c2c10b3c1165acd PDK_2.0.0 diff -r ecf2c59629fc -r 5411e23378b4 build.xml --- a/build.xml Tue Oct 20 10:47:15 2009 +0100 +++ b/build.xml Tue Oct 20 11:03:02 2009 +0100 @@ -6,10 +6,6 @@ - - - - diff -r ecf2c59629fc -r 5411e23378b4 common/build.postbuild.xml --- a/common/build.postbuild.xml Tue Oct 20 10:47:15 2009 +0100 +++ b/common/build.postbuild.xml Tue Oct 20 11:03:02 2009 +0100 @@ -2,6 +2,14 @@ [SF-POSTBUILD] + + + + + + + + @@ -69,12 +77,15 @@ - - - + + + + + + @@ -364,6 +375,7 @@ + @@ -498,11 +510,18 @@ - + ant: antProperties() raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) - files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) + + + + + + + + ant: antProperties() @@ -513,9 +532,9 @@ - + - + @@ -778,10 +797,15 @@ - + + + + + + diff -r ecf2c59629fc -r 5411e23378b4 common/build.xml --- a/common/build.xml Tue Oct 20 10:47:15 2009 +0100 +++ b/common/build.xml Tue Oct 20 11:03:02 2009 +0100 @@ -568,6 +568,68 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r ecf2c59629fc -r 5411e23378b4 common/common_props.ant.xml --- a/common/common_props.ant.xml Tue Oct 20 10:47:15 2009 +0100 +++ b/common/common_props.ant.xml Tue Oct 20 11:03:02 2009 +0100 @@ -35,6 +35,8 @@ + + @@ -54,12 +56,12 @@ - - + + - + diff -r ecf2c59629fc -r 5411e23378b4 common/diamonds/config.xml.ftl --- a/common/diamonds/config.xml.ftl Tue Oct 20 10:47:15 2009 +0100 +++ b/common/diamonds/config.xml.ftl Tue Oct 20 11:03:02 2009 +0100 @@ -42,7 +42,7 @@ - + @@ -73,7 +73,7 @@ - + \ No newline at end of file diff -r ecf2c59629fc -r 5411e23378b4 common/diamonds/linksForDiamonds.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/linksForDiamonds.xml.ftl Tue Oct 20 11:03:02 2009 +0100 @@ -0,0 +1,21 @@ + + + 14 + + + log + BRAG Summary + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml + + + log + Build BOM + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_BOM.zip + + + log + Build Logs + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip + + + \ No newline at end of file diff -r ecf2c59629fc -r 5411e23378b4 common/diamonds/sf-run-analysis-diamonds.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/sf-run-analysis-diamonds.xml.ftl Tue Oct 20 11:03:02 2009 +0100 @@ -0,0 +1,21 @@ + + + + 14 + +<#assign raptor_errors=0/> +<#assign raptor_warnings=0/> +<#list raptor_summary as raptor_item> +<#if raptor_item.category = "raptor_error"> + <#assign raptor_errors=raptor_errors+1 /> +<#elseif raptor_item.category = "raptor_warning"> + <#assign raptor_warnings=raptor_warnings+1 /> + + + + + ${raptor_errors} + ${raptor_warnings} + ${ant['sf.job.totalyarperrors']} + + \ No newline at end of file diff -r ecf2c59629fc -r 5411e23378b4 common/diamonds/sf-run-analysis.xml.ftl --- a/common/diamonds/sf-run-analysis.xml.ftl Tue Oct 20 10:47:15 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ - - - - 10 - -<#assign raptor_errors=0/> -<#assign raptor_warnings=0/> -<#list raptor_summary as raptor_item> -<#if raptor_item.category = "raptor_error"> - <#assign raptor_errors=raptor_errors+1 /> -<#elseif raptor_item.category = "raptor_warning"> - <#assign raptor_warnings=raptor_warnings+1 /> - - - - - ${raptor_errors} - ${raptor_warnings} - ${ant['sf.job.totalyarperrors']} - - - - - log - BRAG Summary - file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml - - - log - Raptor summary - file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv - - <#list files as f> - - log - ${f.name} - file:///${f.path} - - - - - \ No newline at end of file diff -r ecf2c59629fc -r 5411e23378b4 common/tools/ats/bctest/connset/connset.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connset/connset.pl Tue Oct 20 11:03:02 2009 +0100 @@ -0,0 +1,35 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Maciej Seroka +# +# Description: +# Script to build ATS test drop for Connection Settings BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "connsettest.zip"; +rmtree "temp"; +mkpath "temp/connsettest/general/testframework"; +mkpath "temp/connsettest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("connset.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/BcCMManagerEngineTester.dll", "temp/connsettest/winscw_udeb/BcCMManagerEngineTester.dll") or die "failed : $!"; +#copy($epoc . "release/winscw/udeb/connset.exe", "temp/connsettest/winscw_udeb/connset.exe") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/TestFramework_connset.ini", "temp/connsettest/general/testframework/TestFramework_connset.ini") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/BcCMManagerEngineTester.cfg", "temp/connsettest/general/testframework/BcCMManagerEngineTester.cfg") or die "failed : $!"; + +system("7z a -tzip connsettest.zip ./temp/*"); diff -r ecf2c59629fc -r 5411e23378b4 common/tools/ats/bctest/connset/connset.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connset/connset.xml Tue Oct 20 11:03:02 2009 +0100 @@ -0,0 +1,77 @@ + + + 1 + admin + 10 + + Connection Settings BC Tests + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + connsettest/winscw_udeb/BcCMManagerEngineTester.dll + connsettest/general/testframework/TestFramework_connset.ini + connsettest/general/testframework/BcCMManagerEngineTester.cfg + + diff -r ecf2c59629fc -r 5411e23378b4 common/tools/ats/bctest/connsetui/connsetui.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connsetui/connsetui.pl Tue Oct 20 11:03:02 2009 +0100 @@ -0,0 +1,35 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Maciej Seroka +# +# Description: +# Script to build ATS test drop for Connection Settings UI BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "connsetuitest.zip"; +rmtree "temp"; +mkpath "temp/connsetuitest/general/testframework"; +mkpath "temp/connsetuitest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("connsetui.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/BCConnSettingsUITest.dll", "temp/connsetuitest/winscw_udeb/BCConnSettingsUITest.dll") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/TestFramework_connsetui.ini", "temp/connsetuitest/general/testframework/TestFramework_connsetui.ini") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/UI_ConnSet.cfg", "temp/connsetuitest/general/testframework/UI_ConnSet.cfg") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/tcConnSet.cfg", "temp/connsetuitest/general/testframework/tcConnSet.cfg") or die "failed : $!"; + +system("7z a -tzip connsetuitest.zip ./temp/*"); diff -r ecf2c59629fc -r 5411e23378b4 common/tools/ats/bctest/connsetui/connsetui.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connsetui/connsetui.xml Tue Oct 20 11:03:02 2009 +0100 @@ -0,0 +1,87 @@ + + + 1 + admin + 10 + + Connection Settings UI BC Tests + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + connsetuitest/winscw_udeb/bcconnsettingsuitest.dll + connsetuitest/general/testframework/testframework_connsetui.ini + connsetuitest/general/testframework/ui_connset.cfg + connsetuitest/general/testframework/tcConnSet.cfg + + diff -r ecf2c59629fc -r 5411e23378b4 common/tools/generate_diamonds_tags_xml.pl --- a/common/tools/generate_diamonds_tags_xml.pl Tue Oct 20 10:47:15 2009 +0100 +++ b/common/tools/generate_diamonds_tags_xml.pl Tue Oct 20 11:03:02 2009 +0100 @@ -29,6 +29,7 @@ if ($help or !$outputfile) { print "Usage: perl generate_diamonds_tags_xml.pl --tags COMMA_SEPARATED_TAG_LIST --output OUTPUT_FILE\n"; + exit(0); } open(FILE, ">$outputfile"); diff -r ecf2c59629fc -r 5411e23378b4 common/tools/summary/brag_script.pl --- a/common/tools/summary/brag_script.pl Tue Oct 20 10:47:15 2009 +0100 +++ b/common/tools/summary/brag_script.pl Tue Oct 20 11:03:02 2009 +0100 @@ -613,7 +613,7 @@ # /E -> Copies directories and subdirectories, including empty ones. # /F -> Displays full source and destination file names while copying. # /I -> If destination does not exist and copying more than one file, assumes that destination must be a directory. -my $copy_html = "xcopy $logdir\\html \\\\bishare\\sf_builds\\$project\\builds\\$codeline\\$buildid\\html \/E \/F \/I"; +my $copy_html = "xcopy $logdir\\html \\\\v800020\\Publish\\sf_builds\\$project\\builds\\$codeline\\$buildid\\html \/E \/F \/I"; print "Exec: $copy_html\n"; system($copy_html); @@ -668,7 +668,7 @@ # ***************************************************************************** # Copy html file to bishare -my $copy_cmd = "copy $logdir\\build_summary.html \\\\bishare\\sf_builds\\$project\\builds\\$codeline\\$buildid"; +my $copy_cmd = "copy $logdir\\build_summary.html \\\\v800020\\Publish\\sf_builds\\$project\\builds\\$codeline\\$buildid"; print "Exec: $copy_cmd\n"; system($copy_cmd); diff -r ecf2c59629fc -r 5411e23378b4 sf-package/symbian3_props.ant.xml --- a/sf-package/symbian3_props.ant.xml Tue Oct 20 10:47:15 2009 +0100 +++ b/sf-package/symbian3_props.ant.xml Tue Oct 20 11:03:02 2009 +0100 @@ -1,6 +1,6 @@ - +