diff -r 044383f39525 -r be27ed110b50 buildframework/helium/tools/common/templates/integration/build-duplicates.html.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/tools/common/templates/integration/build-duplicates.html.ftl Wed Oct 28 14:39:48 2009 +0000 @@ -0,0 +1,58 @@ +<#-- +============================================================================ +Name : build-duplicates.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: + +============================================================================ +--> + + + + <#include "/@macro/logger/logger.ftl" /> + + Build duplicates + <@helium_logger_html_head/> + + + +<#macro printconflict node> + <#assign helium_node_id = helium_node_id + 1> + <@helium_logger_node_head nodeid="${helium_node_id}" title="${node.@name}"> + <@helium_message_box nodeid="${helium_node_id}" type="conflict" count=node[".//component"]?size/> + + <@helium_logger_node_content nodeid="${helium_node_id}"> + <#list node[".//component"] as component> + <@helium_logger_print type="conflict"> + ${component.@name} + + + + + + + <@helium_logger_header title="${ant['build.id']} build"/> + + + <@helium_logger_content title="Errors and warnings details"> + <#list doc.buildconflicts["./file"] as conflict> + <@printconflict conflict/> + + + + + +