The following comment has been added to this issue:
Author: Carlos Sanchez
Created: Sun, 8 Aug 2004 8:45 AM
Body:
The first attachment was only a very small idea, now I have implemented it.
I think it's a better idea to move the "Add link attribute" to the aggregator jelly
script, so the linked file can be obtained by loading another plugin property instead
of hardcoding it.
<!-- 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>
But I get an error
<j:import> could not import script
Do you know why?
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPDASHBOARD-9?page=comments#action_22871
---------------------------------------------------------------------
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 8:45 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]