The following comment has been added to this issue:

     Author: Carlos Sanchez
    Created: Sun, 8 Aug 2004 9:02 AM
       Body:
My idea was to add
<x:attribute name="link">junit-report.html</x:attribute>
to juniterrors.jelly for example, instead of 
            <!-- Add link attribute -->
            <j:set var="linkProperty" 
                value="maven.dashboard.aggregator.${aggregatorName}.link"/>
            <j:set var="link" 
                value="${context.getVariable(linkProperty)}"/>
            <j:if test="${link != null}">
              <x:attribute name="link">${link}</x:attribute>
            </j:if>

The actual error is
<attribute> tag must be enclosed inside an <element> tag

Seems that the imported file don't know about the <x:element name="aggregator"> in 
plugin.jelly
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPDASHBOARD-9?page=comments#action_22873

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPDASHBOARD-9

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPDASHBOARD-9
    Summary: Link aggregator results with full reports
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-dashboard-plugin

   Assignee: Vincent Massol
   Reporter: Carlos Sanchez

    Created: Fri, 6 Aug 2004 2:09 PM
    Updated: Sun, 8 Aug 2004 9:02 AM

Description:
Add a link to the results so clicking on them takes you to the full report.
e.g. link test failures to junit report of each project


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to