glyn 2002/06/11 06:51:04
Modified: java/docs developers-guide.html
Log:
Add the most basic information imaginable about running the JAX-RPC TCK.
Revision Changes Path
1.19 +18 -0 xml-axis/java/docs/developers-guide.html
Index: developers-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- developers-guide.html 4 Jun 2002 22:55:51 -0000 1.18
+++ developers-guide.html 11 Jun 2002 13:51:04 -0000 1.19
@@ -37,6 +37,7 @@
<br><a href="#Internationalization">Internationalization</a>
<br><a href="#Adding Testcases">Adding Testcases</a>
<br><a href="#Debugging">Debugging</a>
+<br><a href="#TCK">Running the JAX-RPC Compatibility Tests</a>
<br>
<h2>
<a NAME="Introduction"></a>Introduction</h2>
@@ -846,5 +847,22 @@
If a debug message is useful for understanding a problem now,
it may be useful again in the future to you or a peer.
+<h2>
+<a NAME="TCK"></a>Running the JAX-RPC Compatibility Tests</h2>
+As well as a specification, JAX-RPC has a Technology Compatibility Kit (TCK)
+which is available to members of the JAX-RPC Expert Group (and others?).
+<p>
+The kit comes as a zip file which you should unzip into a directory of your
+choosing.
+The installation instructions are in the JAX-RPC Release Notes document which
+is stored in the docs directory.
+If you open the index.html file in the docs directory using a web browser,
+you'll see a list of all the documents supplied with the kit.
+<p>
+Note that the kit includes the JavaTest test harness which is used for running
+the compatibility tests.
+<p>
+If any more information is needed about running these tests, please add
+it here!
</body>
</html>