# HG changeset patch # User Pat Downey # Date 1273664555 -3600 # Node ID 8f26271e902e9bc6cb19dc5421a6f3d3ddf3f3f3 # Parent a370015021c1946d922d93fe6a4c86a60bf84229# Parent 9983d8eb2250711a52e894c6e81b112b372ca4dc Merge ats_specialise_test_drop modification to automatically set the test-target param. diff -r 9983d8eb2250 -r 8f26271e902e common/build.test.xml --- a/common/build.test.xml Wed May 12 12:31:35 2010 +0100 +++ b/common/build.test.xml Wed May 12 12:42:35 2010 +0100 @@ -150,21 +150,40 @@ - + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -197,5 +216,6 @@ + diff -r 9983d8eb2250 -r 8f26271e902e common/build.xml --- a/common/build.xml Wed May 12 12:31:35 2010 +0100 +++ b/common/build.xml Wed May 12 12:42:35 2010 +0100 @@ -497,7 +497,7 @@ - + diff -r 9983d8eb2250 -r 8f26271e902e common/common_props.ant.xml --- a/common/common_props.ant.xml Wed May 12 12:31:35 2010 +0100 +++ b/common/common_props.ant.xml Wed May 12 12:42:35 2010 +0100 @@ -101,7 +101,8 @@ - + + diff -r 9983d8eb2250 -r 8f26271e902e common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Wed May 12 12:31:35 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Wed May 12 12:42:35 2010 +0100 @@ -2,9 +2,82 @@ + + + + <#list data["//unit/@bldFile/.."] as unit> + <#if (unit.@bldFile=="/sf/mw/qt/src/s60installs/deviceconfiguration")> + INFO: Building and configuring qmake for ${unit.@bldFile} + + + + + + + + + + + + + + + + + + + + <#list data["//unit/@bldFile/.."] as unit> + <#if (unit.@bldFile=="/sf/mw/qtextensions/group")> + INFO: Configuring qtextensions for ${unit.@bldFile} + + + + + + + + + + + + + + + + + + <#list data["//unit/@proFile/.."] as unit> + <#if (unit.@proFile=="hb.pro")> + Running configure.py for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + + + + + + + INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + <#list data["//unit/@proFile/.."] as unit> + + <#if (unit.@proFile!="hb.pro")> + Running qmake for ${unit.@bldFile}/${unit.@proFile} @@ -24,10 +97,14 @@ - + + + + + diff -r 9983d8eb2250 -r 8f26271e902e common/tools/ats/ats_specialise_test_drop.pl diff -r 9983d8eb2250 -r 8f26271e902e common/tools/listdir.py --- a/common/tools/listdir.py Wed May 12 12:31:35 2010 +0100 +++ b/common/tools/listdir.py Wed May 12 12:42:35 2010 +0100 @@ -26,9 +26,9 @@ if(len(sys.argv)>2): x_dirs = string.lower(sys.argv[2]) exclude_dirs = re.split(',', x_dirs) - scandir(directory, exclude_dirs,directory) + scandir(directory, exclude_dirs) -def scandir(top, exclude_dirs,directory): +def scandir(top, exclude_dirs): fixpath = re.compile('\\\\') fixroot = re.compile('^%s\\\\' % top) for root, dirs, files in os.walk(top, topdown=True): @@ -38,6 +38,6 @@ for name in files: filename = os.path.join(root, name) fn = string.lower(fixpath.sub('/',fixroot.sub('',filename))) - print fn.strip(directory) + print top+"/"+fn main() diff -r 9983d8eb2250 -r 8f26271e902e sf-platform/compile.ant.xml --- a/sf-platform/compile.ant.xml Wed May 12 12:31:35 2010 +0100 +++ b/sf-platform/compile.ant.xml Wed May 12 12:42:35 2010 +0100 @@ -22,11 +22,23 @@ - + - + - + + + + + + + + + + + + + @@ -39,14 +51,13 @@ - - + @@ -63,8 +74,8 @@ - - + + @@ -74,7 +85,6 @@ - diff -r 9983d8eb2250 -r 8f26271e902e sf-tools/build.xml --- a/sf-tools/build.xml Wed May 12 12:31:35 2010 +0100 +++ b/sf-tools/build.xml Wed May 12 12:42:35 2010 +0100 @@ -48,8 +48,8 @@ - - + +