diff -r c7c26511138f -r 7c4a911dc066 buildframework/helium/sf/java/sbs/doc/sbsctc.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/sf/java/sbs/doc/sbsctc.rst Fri Aug 13 14:59:05 2010 +0300 @@ -0,0 +1,76 @@ +.. index:: + module: Configuring CTC for SBS + +======================= +Configuring CTC for SBS +======================= + +The following commands will generate mon.sym files in the root of your build area which are sent to the ATS server to generate coverage information. + +Clean components: + +hlm compile-main -Dbuild.drive=z: -Dsysdef.configurations.list=build_ctc_clean -Dbuild.system=sbs + +Build for CTC: + +hlm compile-main -Dbuild.drive=z: -Dsysdef.configurations.list=build_ctc -Dctc.enabled=true -Dbuild.system=sbs + +Ant configuration: + +.. code-block:: xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Optional extra arguments: + +.. code-block:: xml + + + + \ No newline at end of file