just got in here (download/subscribe/cvs co)
while waiting for the build (by the way: quite an impressive 'ant all' here... junits passing ok as we speak) to finish:
like to send the patch for the simple typos I discovered in the html docos. (English is not my native language, afraid this patch will not guarantee perfection)
kind regards -marc= ps: more could folow (planned on doing the samples) -- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://radio.weblogs.com/0116284/ [EMAIL PROTECTED] [EMAIL PROTECTED]
Index: java/docs/install.html
===================================================================
RCS file: /home/cvspublic/xml-axis/java/docs/install.html,v
retrieving revision 1.25
diff -u -r1.25 install.html
--- java/docs/install.html 3 Mar 2003 15:50:40 -0000 1.25
+++ java/docs/install.html 18 Mar 2003 09:52:22 -0000
@@ -53,7 +53,7 @@
<h2>Introduction</h2>
<p>This document describes how to install Apache Axis. It assumes
- you already know how to write and run Java code and not be scare
+ you already know how to write and run Java code and not be scared
of XML. You should also have an application server or servlet
engine and be familiar with operating and deploying to it.
If you need an application server, we recommend
@@ -117,7 +117,7 @@
<a name="start"/></a>
<h2>Step 3: starting the web server</h2>
- <p>This varies on a product-by-product basis. In many cases it it as
+ <p>This varies on a product-by-product basis. In many cases it is as
simple as double clicking on a startup icon or running a command from
the command line.</p>
@@ -190,7 +190,7 @@
Now let's test a JWS web service. Axis' JWS Web Services are java files
you save into the axis webapp <i>anywhere but the WEB-INF tree</i>,
- giving them the .java extension. When some requests the .jws file by
+ giving them the .jws extension. When some requests the .jws file by
giving its URL, it is compiled and executed. The user guide covers
JWS pages in detail.
