- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Dec 2006 16:11:16 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/logging-messages
In directory hutz:/tmp/cvs-serv25616/test-suite/logging-messages
Added Files:
MonitorFunctionalSpecification_Final_1.1.pdf index.html
WSI_Test_Java_Final_1.1.zip build.xml
Log Message:
Begin work documenting the way to log messages.
--- NEW FILE: MonitorFunctionalSpecification_Final_1.1.pdf ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: index.html ---
<html>
<head>
<title>Logging Messages</title>
<style>
body {
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>Logging Messages</h1>
<address><a href="mailto:ryman@ca.ibm.com">Arthur Ryman</a>,
IBM</address>
<address>2006-12-21</address>
<h2>Introduction</h2>
<p>The W3C WSDL 2.0 Test Suite includes test cases that require
implementors to capture message traffic in a log file. The format of the
log file is an XML format defined by the WS-I Test Tools. This document
describes how to create these log files.</p>
<p>There are two ways to create the log files:
<ul>
<li><a href="java-command-line">WS-I Java Command Line Test
Tools</a></li>
<li><a href="eclipse-wtp">Eclipse Web Tools Platform</a></li>
</ul>
<h2><a name="java-command-line">WS-I Java Command Line Test
Tools</a></h2>
<p></p>
<h2><a name="eclipse-wtp">Eclipse Web Tools Platform</a></h2>
<p></p>
</body>
</html>
--- NEW FILE: build.xml ---
<?xml version="1.0"?>
<!-- ======================================================================
Dec 21, 2006 10:57:38 AM
logging-messages
Gets WS-I Test Tools
Arthur Ryman, ryman@ca.ibm.com
====================================================================== -->
<project name="logging-messages" default="main">
<description>
Gets WS-I Test Tools
</description>
<!-- =================================
target: main
================================= -->
<target name="main" depends="get" description="--> Gets WS-I Test Tools">
</target>
<!-- - - - - - - - - - - - - - - - - -
target: get
- - - - - - - - - - - - - - - - - -->
<target name="get">
<get dest="WSI_Test_Java_Final_1.1.zip" src="http://www.ws-i.org/Testing/Tools/2005/06/WSI_Test_Java_Final_1.1.zip" />
<get dest="MonitorFunctionalSpecification_Final_1.1.pdf" src="http://www.ws-i.org/Testing/Specs/MonitorFunctionalSpecification_Final_1.1.pdf" />
</target>
</project>
--- NEW FILE: WSI_Test_Java_Final_1.1.zip ---
(This appears to be a binary file; contents omitted.)
Received on Thursday, 21 December 2006 16:11:26 UTC