Index: scripts/cc-project.xml =================================================================== --- scripts/cc-project.xml (revision 542751) +++ scripts/cc-project.xml (working copy) @@ -42,7 +42,7 @@ - + + @@ -560,11 +563,26 @@ <property name='publisher.location' value='@{publisher}'/>@NL@ <property name='properties.dump.file'@NL@ value='@{antpropsfile}'/>@NL@ - </antpublisher>@NL@"/> + </antpublisher>@NL@ + <!-- @BT.PUBLISHER@ -->"/> + + + + + + + + + + Index: scripts/framework.properties =================================================================== --- scripts/framework.properties (revision 542751) +++ scripts/framework.properties (working copy) @@ -21,6 +21,7 @@ cc.project.execution.timeout=5000000 cc.execution.status.file=${cc.work.dir}/execution.status cc.execution.status.file.header=\ Autogenerated file used for Test Suites execution status checking. +cc.execution.log.file=${cc.work.dir}/execution_log.html local.configuration.file=${root.dir}/framework.local.properties local.configuration.template.file=${scripts.dir}/local.properties.template Index: scripts/cc-exec-adaptor.xml =================================================================== --- scripts/cc-exec-adaptor.xml (revision 542751) +++ scripts/cc-exec-adaptor.xml (working copy) @@ -67,18 +67,26 @@ + + + + + -Test Suite '${suite.name}' Execution FAILED with the following exception: +The execution FAILED with the following exception: ${exception} + @@ -86,6 +94,10 @@ + +