new summary page for dashboard

I have designed a summary page for the CR test results.

Here's the generated HTML 

Here's the XSLT 

Here's the Ant target that needs to be added to the build.xml

    <target name="build-dashboard-summary" depends="tstamp">
        <delete file="dashboard-summary.html"/>
        <xslt style="dashboard-summary.xsl" in="dashboard.xml" 
out="dashboard-summary.html" destdir=".">
            <param name="DSTAMP" expression="${DSTAMP}"/>
            <param name="TSTAMP" expression="${TSTAMP}"/>
            <param name="TODAY" expression="${TODAY}"/>
        </xslt>
    </target>

Would someone please check-in the XSLT and modify the build.xml to include 
this?

I would also like to have the summary page added to the public home page.

Additionally, here are the IBM results-to-date:



Thanks,

Christopher Ferris
STSM, Software Group Standards Strategy
email: chrisfer@us.ibm.com
blog: http://www.ibm.com/developerworks/blogs/page/chrisferris
phone: +1 508 377 9295

Received on Thursday, 15 March 2007 22:37:10 UTC