nmukhi 2002/12/12 06:55:10
Modified: java/doc build.htm
Log:
Fixed broken link
Revision Changes Path
1.7 +5 -5 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.htm 12 Dec 2002 14:52:32 -0000 1.6
+++ build.htm 12 Dec 2002 14:55:10 -0000 1.7
@@ -50,8 +50,8 @@
</li><li><b>tests</b>: Build tests</li></ul>
<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.htm">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 is
already included in lib directory. You will
+<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> (<a href="../lib/javamail/README.txt">see
@@ -62,10 +62,10 @@
<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>
-<p>If you want just to run samples you can simply call <b>classpath script</b>
+<p>After building, if you want just 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 source classpath.sh if you use BASH) and you will have all required jar files
-on CLASSPATH.</p>
+on CLASSPATH, then you can proceed with <a href="samples.html">running
samples</a>.</p>
<hr width="100%">
<address>$Id$ </address>