diff -r c7c26511138f -r 7c4a911dc066 buildframework/helium/sf/java/metadata/src/templates/cc_summary.html.ftl --- a/buildframework/helium/sf/java/metadata/src/templates/cc_summary.html.ftl Wed Jun 16 16:51:40 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,119 +0,0 @@ -<#-- -============================================================================ -Name : cc_summary.html.ftl -Part of : Helium - -Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -All rights reserved. -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: -Nokia Corporation - initial contribution. - -Contributors: - -Description: - -============================================================================ ---> - - <#assign table_info = pp.loadData('com.nokia.helium.metadata.SQLFMPPLoader', - "${dbPath}") > - -

${ant['build.id']}

- -<#if ant?keys?seq_contains('publish')> - <#if ant?keys?seq_contains('publish.dir.list')> -

Publish locations

-

- <#list ant['publish.dir.list']?split(',') as site> - ${site}
- -

- <#else> - <#if ant?keys?seq_contains('publish.dir')> -

Publish locations

-

${ant['publish.dir']}

- - - - -<#assign ccm_logpath_table = table_info['select * from logfiles where path like \'%_ccm_get_input.log%\''] > - -<#assign logpath_id = ccm_logpath_table?keys> -<#list logpath_id as logpath> -<#assign metadata_ccm_records = table_info['select * from metadata where logpath_id = ${logpath} and (priority_id = (select id from priority where priority=\'ERROR\') or priority_id = (select id from priority where priority=\'WARNING\'))'] > -

Synergy errors

-

- <#list metadata_ccm_records as recordentry> - ${recordentry['data']} - -

- - -

Build errors

-<#assign compile_logpath_table = table_info['select * from logfiles where (path like \'%_compile.log\' and path not like \'%_clean_compile.log\')'] > -<#assign colors = {'error': 'FF0000', 'critical': 'FF7000', 'warning': 'FFF000', 'remark': '0000FF'}/> - - - - - - - - - -<#assign logpath_id = compile_logpath_table?keys> -<#list logpath_id as logpath> - <#assign component_table = table_info['select id, component from component where logPath_id=${logpath}'] > - <#assign component_ids = component_table?keys?sort > - -<#list component_ids as component_id> - - - <#list colors?keys as type> - <#assign count = "${table_info['select count(data) as COUNT from metadata where logpath_id=${logpath} and (priority_id = (select id from priority where priority like \"${type}\"))'][0]['COUNT']}" > - <#if ( count?number > 0)> - - <#else> - - - - - - -
ComponentErrorsCriticalsWarningsNotes
"${component_table['${component_id}']}"${count}0
- -<#assign rom_logpath_table = table_info['select * from logfiles where (path like \'%roms.log\')'] > -<#assign logpath_id = rom_logpath_table?keys> -<#list logpath_id as logpath> - <#assign romlog_table = table_info['select * from metadata where logpath_id = ${logpath}'] > -

ROMs ${rom_logpath_table['${logpath}']}

-

- <#list romlog_table as recordentry> - ${recordentry['data']}
- -

- - -<#assign policy_logpath_table = table_info['select * from logfiles where (path like \'%validate_policy.xml\')'] > -<#assign logpath_id = policy_logpath_table?keys> -<#list logpath_id as logpath> - <#assign policy_table = table_info['select * from metadata where logpath_id = ${logpath}'] > -

Distribution Policy validation

-

- <#list policy_table as recordentry> - ${recordentry['data']}
- -

- - -<#if ant?keys?seq_contains('diamonds.build.id')> -

-

ATS Test Results

- http://${ant['diamonds.host']}${ant['diamonds.build.id']}#tab=4 -

- \ No newline at end of file