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 nm...@apache.org on 2003/01/24 11:51:43 UTC

cvs commit: xml-axis-wsif/java/doc build.html samples.html

nmukhi      2003/01/24 02:51:43

  Modified:    java/doc build.html samples.html
  Log:
  Changed docs to more clearly list dependencies that we don't redistribute;
  also added JMS JAR file to this list.
  
  Revision  Changes    Path
  1.2       +9 -8      xml-axis-wsif/java/doc/build.html
  
  Index: build.html
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/doc/build.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.html	14 Jan 2003 14:19:08 -0000	1.1
  +++ build.html	24 Jan 2003 10:51:43 -0000	1.2
  @@ -51,13 +51,14 @@
   
   <h2>Building WSIF by using provided scripts and JAR files</h2>
   <p>If you downloaded the source distribution you need to make sure you have all <a href="requirements.html">prerequisite jars</a> available under their respective subdirectories within the lib directory; the README files in each subdirectory will point you to a location where you can download the jar.</p>
  -<p>If you downloaded the binary distribution, most of necessary jar files are already included in lib directory. You will 
  -only need to download <b>activation.jar</b> and put it into <b>lib/activation</b> 
  -(<a href="../lib/activation/README.txt">see README</a>), <b>mail.jar</b> and put 
  -it into <b>lib/javamail</b>&nbsp; (<a href="../lib/javamail/README.txt">see 
  -README</a>) and <b>optionally</b> j2ee.jar or other jar file with J2EE APIs (<a href="../lib/j2ee/README.txt">see 
  -README</a>) to compile EJB and JCA providers (all of those files must be 
  -downloaded separately as they can not be distributed).</p>
  +<p>Most of necessary jar files are already included in lib directory (we redistribute what we can). You will only need to download the following and put them into the <tt>lib/</t> directory.
  +<ul>
  +<li><b>activation.jar</b></li>
  +<li><b>mail.jar</b></li>
  +<li><b>jms.jar</b></li>
  +<li><b>j2ee.jar</b>; if you plan to download this it includes the above three so you won't need to download those separately.</li>
  +</ul>
  +The <a href="../lib/README.html">dependency README</a> tells you where you can download these from and also how they are used, so you can decide for yourself which JARs you really need.</p>
   
   <p>Then use <b>build script</b> (./build.sh on UNIX or build.bat on Windows) to 
   rebuilt WSIF (see list of targets above).</p>
  
  
  
  1.8       +9 -10     xml-axis-wsif/java/doc/samples.html
  
  Index: samples.html
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/doc/samples.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- samples.html	23 Jan 2003 12:40:17 -0000	1.7
  +++ samples.html	24 Jan 2003 10:51:43 -0000	1.8
  @@ -15,16 +15,15 @@
   JAR files and set CLASSPATH to contain both WSIF jar files and
   required JAR files. If you use binary distribution of WSIF most of JAR
   files is already provided and classpath script can be used to set
  -CLASSPATH.&nbsp; You will only need to download <b>activation.jar</b>
  -and put it into <b>lib/</b> (<a
  -href="../lib/README.html">see README</a>), <b>mail.jar</b>
  -and put it into <b>lib/</b>&nbsp; (<a
  -href="../lib/README.html">see README</a>) and
  -<b>optionally</b> j2ee.jar or other jar file with J2EE APIs and put it
  -into lib/ (<a href="../lib/README.html">see README</a>). All
  -of those files must be downloaded separately as they can not be
  -distributed. j2ee.jar is required if you would like to compile EJB,
  -JCA or JMS providers or run samples that use those providers.</p>
  +CLASSPATH.&nbsp; We redistribute as many of the required JARs as we can; you will only need to download the following and put them into the <tt>lib/</t> directory.
  +<ul>
  +<li><b>activation.jar</b></li>
  +<li><b>mail.jar</b></li>
  +<li><b>jms.jar</b></li>
  +<li><b>j2ee.jar</b>; if you plan to download this it includes the above three so you won't need to download those separately.</li>
  +</ul>
  +The <a href="../lib/README.html">dependency README</a> tells you where you can download these from and also how they are used, so you can decide for yourself which JARs you really need.</p>
  +
   <p>Once you have the necessary jar files, to run samples
   you can simply call <b>classpath script</b> (on Windows use
   classpath.bat on UNIX use source classpath.csh if you use TCSH or