sf-platform/build.xml
Tue, 26 Oct 2010 13:49:38 +0100 Pat Downey Add replaceregex for incubator layer to platform build.xml
Mon, 27 Sep 2010 21:21:29 +0100 Simon Howkins Removed some S^2 specific code
Thu, 02 Sep 2010 12:17:04 +0100 William Roberts Allow for a layer called "adapt" as an alternative to "adaptation"
Fri, 13 Aug 2010 11:29:18 +0100 Pat Downey Fix default value in build.xml when parsing sf.spec.sbs.tools.config.
Wed, 07 Jul 2010 17:26:43 +0100 Simon Howkins Removed code which redundantly checks values of sf.spec.splitbuild, sf.spec.os.skipbuild, and sf.spec.s60.skipbuild.
Thu, 24 Jun 2010 17:30:25 +0100 Shabe Razvi Add bldmefirst export for s60_sbs_config.xml to allow use of custom sbs targets
Fri, 11 Jun 2010 15:56:59 +0100 Shabe Razvi Major rework to enable rebuilds of the platform from single sf-build call
Tue, 08 Jun 2010 17:16:53 +0100 Dario Sestito Changed locations of package_definitions to make the files a little bit more usable
Mon, 07 Jun 2010 16:53:48 +0100 Simon Howkins Added call to produce package definition peices from system definition(s).
Tue, 16 Mar 2010 11:43:17 +0000 Simon Howkins Adjusted invocation of ConE so it doesn't completely fail if /epoc32/rom/config/ does not exist.
Tue, 16 Mar 2010 10:11:52 +0000 Simon Howkins Regularised indentation
Thu, 04 Mar 2010 18:54:21 +0000 Shabe Razvi Fix scan_antlogs.pl execution plus fix ConE calls to use PDT_HOME env variable
Wed, 03 Mar 2010 19:46:30 +0000 Shabe Razvi Add initial support for Helium7 for the platform.
Tue, 16 Feb 2010 17:50:17 +0000 Shabe Razvi Add Helium 7 support for package builds.
Tue, 02 Feb 2010 13:57:31 +0000 MattD sf-s60-cone-cenrep - S60 config with epoc32/data/z combintation was missing.
Mon, 01 Feb 2010 17:58:22 +0000 Shabe Razvi Add ConE or ConfigurationTool support. ConfigurationTool is used for Symbian2 only.
Thu, 28 Jan 2010 13:59:40 +0000 Simon Howkins Added stopwatch tasks through most of the code hit during a platform build.
Mon, 14 Dec 2009 15:44:46 +0000 MattD Platform Build - Added 'sf-postbuild' onto deps for 'sf-build-noprep' as although it isn't the best place to have it, it's the same as the deps for the version in 'common' and is needed for the external Hudson jobs.
Tue, 08 Dec 2009 17:42:29 +0000 Simon Howkins Changed building of tools targets so that it builds the targets listed in ${sf.spec.sbs.tools.config}, in sequence,
Tue, 08 Dec 2009 16:31:16 +0000 Simon Howkins Moved hlm:argSet definitions in sf-os-compile to be adjacent to the call that uses them. (And deleted three unused ones in the process.)
Tue, 08 Dec 2009 13:47:39 +0000 Simon Howkins Re-indented target "sf-os-compile" (following best guess as to the standard) to make it easier to read.
Fri, 04 Dec 2009 15:53:32 +0000 Shabe Razvi Remove s60 postfix from sf-s60-create-cenrep for Symbian^3
Wed, 02 Dec 2009 18:31:32 +0000 Shabe Razvi Fix cenrep export location
Fri, 20 Nov 2009 17:23:06 +0000 MattD Platform Build cenrep generatation - modified 'sf-s60-create-cenrep' to hopefully cope with the different CRML export paths coming from the different platform_paths.hrh. This isn't pretty.
Tue, 20 Oct 2009 14:55:25 +0100 Shabe Razvi If makefile_template copy fails then ignore, as its no longer needed for S^3.
Mon, 12 Oct 2009 13:45:33 +0100 MattD sf-gen-buildinfo-txt target in platform build - De-CamelCasing buildinfo.txt deletion and creation to fix zip inclusion/exclusion problems.
Fri, 09 Oct 2009 17:01:52 +0100 MattD Modified sf-check-missing-os-files to deal with 'sf.os.compile.iterate' property. Added new target 'sf-compile-options' for setting the gmake sbs compile option, and added it as a dep for the compile targets.
Wed, 07 Oct 2009 17:52:05 +0100 ThomasE Fixed md5 zipping in case no publish is requested.
Tue, 06 Oct 2009 10:40:00 +0100 Shabe Razvi Copy Symbian_OS.HRH to required location
Tue, 29 Sep 2009 15:35:01 +0100 MattD sf.os.compile.iterate property - changed iterate compile check from <isset> to <istrue> so it can be overridden at the commandline or wherever.
Tue, 29 Sep 2009 12:49:58 +0100 ThomasE Updated mechanism to manage Symbian_OS.hrh file to be inline with latest Nokia drop.
Mon, 21 Sep 2009 17:25:45 +0100 Shabe Razvi Generate BuildInfo.txt based upon new sf.spec.sbs.variant property
Tue, 15 Sep 2009 18:12:03 +0100 Shabe Razvi Export all required .hrh files
Fri, 04 Sep 2009 15:44:00 +0100 Shabe Razvi Add SBS retry controlled by sbs.spec.sbs.retry.limit property. Default is 5.
Wed, 02 Sep 2009 18:28:55 +0100 MattD bldmefirst fix for symbian^2 symbian^3 builds - getting location of symbian_OS.hrh and variant.cfg from the project config.
Mon, 24 Aug 2009 11:04:30 +0100 MattD platform build - first cut of 'bldmefirst' stage to get rid of bldmefirst repo. Should probably add a check to see if it's enabled.
Wed, 19 Aug 2009 14:19:16 +0100 Simon Howkins Added disk space check for all builds.
Tue, 18 Aug 2009 14:14:10 +0100 Simon Howkins Moved comments around to be adjacent to the thing that they're describing.
Mon, 17 Aug 2009 14:26:30 +0100 MattD platform build temporary patch - overidden sf-build-noprep to not generate the model from the fragments. Needed for split model builds and furhter work on simplifying model.
Thu, 13 Aug 2009 14:13:35 +0100 Simon Howkins Simplify the create-canonical-sysdef-file target as we can depend on there only being a single sysdef in the supplied reference.
Wed, 12 Aug 2009 10:14:39 +0100 MattD platform build - added 'sf.os.compile.iterate' variable to iterate though the main targets rather than all at once to work around raptor problems with single model.
Wed, 29 Jul 2009 15:35:45 +0100 ThomasE Added a new "sf.os.compile.fast" parameter to skip redundant steps when executing the builds in separate config targets.
Wed, 22 Jul 2009 16:48:52 +0100 ThomasE Fixed FBF management of single build.
Thu, 16 Jul 2009 16:33:38 +0100 Simon Howkins Merge
Thu, 09 Jul 2009 14:24:10 +0100 Dario Sestito generate-layer overridden target from platform/build.xml to common/build.xml
Wed, 15 Jul 2009 19:30:47 +0100 Shabe Razvi Move runtarget outside if conditional
Wed, 15 Jul 2009 16:49:19 +0100 Shabe Razvi Fix cenrep to run for both single and split model builds
Tue, 23 Jun 2009 15:13:21 +0100 thomase Fixed single model genxml pre-processing workaround to enable single system definition builds.
Mon, 22 Jun 2009 17:35:46 +0100 Shabe Razvi Tidy up generate-layers and add missing quote PDK_2.0.c
Mon, 22 Jun 2009 15:55:46 +0100 Shabe Razvi Export system model files to BOM folder
Mon, 22 Jun 2009 13:20:48 +0100 Shabe Razvi Rollback the removal of overriden generate-layers target - required platform build
Fri, 19 Jun 2009 18:00:57 +0100 Dario Sestito Catchup from platform build
Fri, 29 May 2009 17:20:47 +0100 darios Catchup from default config
Mon, 15 Jun 2009 14:44:46 +0100 matt davies 'WHAT' build removed. parselistdirs.pl fixes for raptor logs.
Wed, 27 May 2009 14:11:37 +0100 Shabe Razvi Add postbuild RnD packaging. Add .whatlog to os tools build.
Fri, 01 May 2009 14:06:09 +0100 ThomasE Fixed ant syntax from previous commit.
Fri, 01 May 2009 12:16:25 +0100 ThomasE Implemented the "sf.spec.baseline.clean" switch.
Wed, 29 Apr 2009 10:51:22 +0100 shaber If found then export cli_build_error.log to logs directory
Tue, 28 Apr 2009 17:43:37 +0100 shaber Remove old s60 bldmelast step and replace with call to generate cenrep files.
Mon, 27 Apr 2009 16:26:56 +0100 ShabeR Include --check on CLEAN and also remove S60_bldmelast configuration. It didnt work anyway as s60cli.exe is not present.
less more (0) -60 tip