Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 43295 invoked by uid 500); 11 Jun 2002 14:01:01 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 43285 invoked from network); 11 Jun 2002 14:01:01 -0000 Message-ID: From: Tom Jordahl To: "'axis-dev@xml.apache.org'" Subject: RE: cvs commit: xml-axis/java/docs developers-guide.html Date: Tue, 11 Jun 2002 10:00:54 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N +1 ! Have you run it yet Glyn? -- Tom Jordahl -----Original Message----- From: glyn@apache.org [mailto:glyn@apache.org] Sent: Tuesday, June 11, 2002 3:51 PM To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/docs developers-guide.html 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 @@
Internationalization
Adding Testcases
Debugging +
Running the JAX-RPC Compatibility Tests
 

Introduction

@@ -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. +

+Running the JAX-RPC Compatibility Tests

+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?). +

+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. +

+Note that the kit includes the JavaTest test harness which is used for running +the compatibility tests. +

+If any more information is needed about running these tests, please add +it here!