You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by as...@apache.org on 2002/11/25 07:32:57 UTC

cvs commit: xml-axis-wsif/java/doc tests.htm build.htm faq.htm

aslom       2002/11/24 22:32:56

  Modified:    java/doc build.htm faq.htm
  Added:       java/doc tests.htm
  Log:
  updated documentation
  
  Revision  Changes    Path
  1.2       +23 -3     xml-axis-wsif/java/doc/build.htm
  
  Index: build.htm
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/doc/build.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.htm	14 Oct 2002 16:47:53 -0000	1.1
  +++ build.htm	25 Nov 2002 06:32:56 -0000	1.2
  @@ -12,13 +12,33 @@
   
   
   <h2>What are requirements?</h2>
  -<p>
   
  +<p>WSIF generally requires WSDL4J and XML parser that implements JAXP (such as 
  +Xerces2). For detailed list of required and optional JAR files and how to obtain 
  +them please take a look in lib/ subdirectories. Each subdirectory has short 
  +README file that explains how to get needed JAR file if you do not have them 
  +already on your CLASSPATH.</p>
   
  -</p>
  +<h2>How to build?</h2>
   
  +<p>If you use ANT directly then make sure to put all required JAR files on 
  +CLASSPATH and call ANT script, there are following important targets: <b>clean</b> 
  +will clean build directory, <b>compile </b>(or no target) will do do compilation 
  +and <b>all</b> will clean, compile and generate JAR file for WSIF.</p>
   
  -<h2></h2>
  +<p>There is also available set of scripts to make building easier if you copy 
  +required JAR files (including your preferred version of ANT) into lib/ 
  +subdirectories and set JAVA_HOME. Then <b>build.bat</b> on Windows or <b>
  +build.sh</b> on UNIX will automatically pick up all jar files from lib/ 
  +subdirectories and call ANT to build WSIF. You can pass parameter to build 
  +scripts and they will passed to ANT when building.</p>
  +
  +<h2>Building tests?</h2>
  +
  +
  +
  +<p>Use <b>tests</b> target from build.xml and use ANT or build script.</p>
   
   <hr width="100%">
  +<p><font style='font-size: 8pt; font-family: sans-serif' size="-3">last modified $Id$ </font></p>
   </body></html>
  
  
  
  1.3       +3 -3      xml-axis-wsif/java/doc/faq.htm
  
  Index: faq.htm
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/doc/faq.htm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.htm	19 Oct 2002 15:46:02 -0000	1.2
  +++ faq.htm	25 Nov 2002 06:32:56 -0000	1.3
  @@ -35,8 +35,8 @@
   <a href="http://xml.apache.org/dist/axis/nightly/">http://xml.apache.org/dist/axis/nightly/</a>
   
   
  -The wsif-src contains source distribution and 
  -wsif-bin zip file contains a built wsif.jar  along with the API javadoc. 
  +The&nbsp; xml-axis-wsif-src.zip contains source distribution and 
  +wsif-bin zip file contains a built wsif.jar  along with the API Javadoc. 
   
   <h2>What are differences between WSIF and WSTK?</h2>
   
  @@ -48,7 +48,7 @@
   
   <h2>How to use and set HTTP proxy with WSIF and SOAP over HTTP</h2>
   
  -<p>TODO: describe here current support for system properties etc.>
  +<p>TODO: describe here current support for system properties etc.
   
   <h2>Where are extensions to WSDL that are supported by WSIF documented?</h2>
   
  
  
  
  1.1                  xml-axis-wsif/java/doc/tests.htm
  
  Index: tests.htm
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="Author" content="Aleksander Slominski">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title>Web Services Invocation Framework: How to Build</title>
  <link rel="stylesheet" href="wsif.css" type="text/css"></head>
  
  <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2">
  
  <h1>
  Web Services Invocation Framework: Unit Tests</h1>
  
  
  <h2>How to build tests?</h2>
  
  <p>TODO</p>
  
  <h2>How to set environment to run tests?</h2>
  
  <p>TODO</p>
  
  <h2>How to execute tests?</h2>
  
  
  
  <p>&nbsp;</p>
  
  <hr width="100%">
  <p><font style='font-size: 8pt; font-family: sans-serif' size="-3">last modified $Id: tests.htm,v 1.1 2002/11/25 06:32:56 aslom Exp $ </font></p>
  </body></html>