Re: new summary page for dashboard

Christopher B Ferris wrote:
>
> 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?

done.

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

is it ok to wait with this until we have at least Prasads  input integrated?


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

thanks, I have committed that as well.

Felix

>
>
>
> 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
> ------------------------------------------------------------------------
>
> W3C <../../../> Architecture Domain <http://www.w3.org/Architecture/> 
> Web Services Activity <http://www.w3.org/2002/ws/>
>
> About Web Services Policy WG <http://www.w3.org/2002/ws/policy>
>
>
>   Web Services Policy 1.5 CR Dashboard
>
> Generated March 15 2007, 1730
>
> The dashboard summarizes the results of unit and interop testing of 
> the Web Services Policy 1.5 - Framework 
> <http://www.w3.org/TR/ws-policy> and Web Services Policy 1.5 - 
> Attachment <http://www.w3.org/TR/ws-policy-attach> specifications, in 
> fulfillment of the CR exit criteria (Framework 
> <http://www.w3.org/TR/2007/CR-ws-policy-20070228/#status> and 
> Attachment 
> <http://www.w3.org/TR/2007/CR-ws-policy-attach-20070228/#status>). 
> Interop scenarios and test files 
> <http://dev.w3.org/cvsweb/%7Echeckout%7E/2006/ws/policy/interop/> are 
> on the W3C CVS archive.
>
> ------------------------------------------------------------------------
>
>
>     Implementers
>
> Testing is based on implementations (in alphabetical order) from:
>
> BEA 	HP 	IBM 	Layer-7 	Microsoft 	Oracle 	Sun 	webMethods 	WSO2
>
> ------------------------------------------------------------------------
>
>
>     CR Test Results
>
> The following table enumerates results from implementers based on 
> running the various rounds of CR tests; both unit and pair-wise 
> interoperability. Green indicates a successful outcome, red indicates 
> a failure and no color indicates 'no claims'. Detail results can be 
> found here 
> <http://dev.w3.org/cvsweb/%7Echeckout%7E/2006/ws/policy/interop/results/dashboard.html>.
>
> Organization 	Round 1 Results 	Round 2 WSDL1.1 Results 	Round 2 
> WSDL2.0 Results 	Round 3 WSDL1.1 Results 	Round 3 WSDL2.0 Results 
> Round 4 UDDI Results 	Round 4 External WSDL1.1 Results 	Round 4 
> External WSDL2.0 Results 	Round 4 MediaType Results
> BEA 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A
> HP 	N/A 	N/A 	N/A 	N/A 	N/A 	0 of 00 of 480 of 48 	N/A 	N/A 	N/A
> IBM 	108 of 108108 of 1080 of 108 	12 of 1212 of 120 of 12 	0 of 00 of 
> 760 of 76 	22 of 2422 of 242 of 24 	0 of 00 of 80 of 8 	N/A 	N/A 
> N/A 	N/A
> Layer-7 	0 of 00 of 1080 of 108 	0 of 00 of 120 of 12 	N/A 	10 of 2010 
> of 2010 of 20 	N/A 	48 of 4848 of 480 of 48 	N/A 	N/A 	N/A
> Microsoft 	108 of 108108 of 1080 of 108 	12 of 1212 of 120 of 12 
> N/A 	24 of 2424 of 240 of 24 	N/A 	N/A 	N/A 	N/A 	N/A
> Oracle 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A 	N/A
> Sun 	0 of 00 of 1080 of 108 	0 of 00 of 120 of 12 	N/A 	8 of 208 of 
> 2012 of 20 	N/A 	N/A 	N/A 	N/A 	N/A
> webMethods 	N/A 	N/A 	N/A 	N/A 	N/A 	0 of 00 of 480 of 48 	N/A 	N/A 	N/A
> WSO2 	0 of 00 of 1080 of 108 	0 of 00 of 120 of 12 	0 of 00 of 760 
> of 76 	12 of 2012 of 208 of 20 	0 of 00 of 80 of 8 	N/A 	N/A 	N/A 	N/A
>

Received on Friday, 16 March 2007 14:23:48 UTC