No - I want to be able to add a hyperlink in the main panel output to
the nant output.

In detail.

I made a small custom xsl that presents any NAnt failures. In this xsl
I want to bury a link to the more detailed (full) nant output as is
transformed by NAnt.xsl currently.

ie. In dashboard.config I have:

        <buildPlugins>
            <buildReportBuildPlugin>
                <xslFileNames>
            <xslFile>E:\ccbuilder2\RealU\Development\Tools\ccnet\webdashboard
\xsl\NAntMainPanel.xsl</xslFile>
                </xslFileNames>
            </buildReportBuildPlugin>

Within NAntMainPanel.xsl I want to add a hyperlink to the detailed
NAnt output that is transformed via NAnt.xsl??

I guess I could add the detailed nant output to the main panel too and
try to hide it (similar to the NAntTiming 'tabs').

Any ideas?


On Sep 15, 5:56 pm, Edwin <[EMAIL PROTECTED]> wrote:
> I use XSL Report Build Plugin to add link at the left part,is that u
> want?http://confluence.public.thoughtworks.org/display/CCNET/XSL+Report+Bu...
>
> On 9月15日, 下午5時13分, Carnage <[EMAIL PROTECTED]> wrote:
>
>
>
> > I have a custom bit of XSL for a tool's build results which appears A-
> > OK on the main panel of the web dashboard. However as part of the
> > output I would like to add a hperlink to the NAnt Output panel as
> > displayed by clicking on "NAnt Output" via the small panel on the left
> > (by default).
>
> > This link is relative to the log # though - 
> > eg.http://xxx/ccnet/server/local/project/MyProject/build/log200809151658...
>
> > Is there any way to reference the NAnt Output Build Report from custom
> > xsl?
>
> > Any help appreciated,
>
> > Adam.- Hide quoted text -
>
> - Show quoted text -

Reply via email to