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 ro...@apache.org on 2004/12/08 11:34:43 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp wininstall-guide.ihtml windev-guide.ihtml

roshan      2004/12/08 02:34:43

  Modified:    site/src/documentation/content/xdocs/cpp
                        wininstall-guide.ihtml windev-guide.ihtml
  Log:
  Modified win install guide & win dev guide by adding the sentences Expat XML Parser is not maintained for Axis C++ 1.4 Alpha.
  
  Revision  Changes    Path
  1.31      +13 -4     ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml
  
  Index: wininstall-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- wininstall-guide.ihtml	12 Nov 2004 05:03:25 -0000	1.30
  +++ wininstall-guide.ihtml	8 Dec 2004 10:34:43 -0000	1.31
  @@ -26,6 +26,10 @@
   6. <a href="#writews">Writing your web services and client applications using
   Axis C++.</a><br>
   7. <a href="#parser1">Installing the Expat Parser</a> <br>
  +<p><b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs. So it is removed from the 1.4 release. Please ignore any references to the Expat parser 
  +in the documentation. The documentation will be updated regarding this later.
  +</p>
  +
   8. <a href="#parser2">Installing the Xerces Parser</a> <br>
   
    
  @@ -68,6 +72,8 @@
   
   <p><a name="#parser1"> </a> </p>
   <h1>Installing the Expat XML parser </h1>
  +<p><b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the contents section.
  +</p>
   <p>If you decide to use the Expat parser you need to install the Expat parser. Download the Expat-1.95.7 binary version from <a href="http://sourceforge.net/projects/expat/">http://sourceforge.net/projects/expat/</a> <br> <br>
   Extract the Expat binaries to a folder Called Expat ,we will refer to this folder as [Expat_Folder].</p> <br> <br>
   
  @@ -119,8 +125,9 @@
   9. Copy AxisServer.dll and AxisTransport.dll from Axis_Extract/bin folder  to [Axis_Folder]/lib <br>
   <br>
   
  -10.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at Axis_Extract/bin ) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib <br>
  -<br> 
  +10.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at Axis_Extract/bin ) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib  <br>
  +<b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs.For more information refer the contents section.
  +<br>  <br>
   
   11.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at Axis_Extract/bin ) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib </p>
   <br>
  @@ -187,7 +194,9 @@
   6. Add [Axis_Folder]/lib to the PATH environment variable.<br> <br>
   7. Copy the SimpleAxisServer.exe from Axis_Extract/bin to the Simple_Axis_Server_Folder.<br> <br>
   8. Copy AxisServer.dll and AxisTransport.dll from Axis_Extract/bin folder to [Axis_Folder]/lib <br> <br>
  -9.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at  Axis_Extract/bin) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib <br> <br>
  +9.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at  Axis_Extract/bin) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib
  + <br> <b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs.For more information refer the contents section.
  + <br>
   10.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at  Axis_Extract/bin) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib <br> <br>
   11.If you are using Expat parser then copy libexpat.dll from [Expat_Folder]/Libs and paste it in [Axis_Folder]/lib.<br> <br>
   If you are using Xerces parser then copy xerces-c_2_2_0.dll from [Xerces_Folder]/bin and paste it in [Axis_Folder]/lib. <br> <br>  
  @@ -232,7 +241,7 @@
   
   <p>If Axis installation is a complete success, then the following sample web services and handlers have been installed successfully. Please click on the following link to see the deployed web services. <a href="http://localhost/axis">http://localhost/axis</a> <br> <br>
   
  -You will find the built console applications at [Axis_Folder]/bin directory. Following are the built .exe files. <br> <br>
  +You will find the built console applications at [Axis_Extract]/bin directory. Following are the built .exe files. <br> <br>
   1.base.exe <br>
   2.cbase.exe <br>
   3.doclitbase.exe <br>
  
  
  
  1.27      +11 -1     ws-axis/site/src/documentation/content/xdocs/cpp/windev-guide.ihtml
  
  Index: windev-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/windev-guide.ihtml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- windev-guide.ihtml	12 Nov 2004 05:03:25 -0000	1.26
  +++ windev-guide.ihtml	8 Dec 2004 10:34:43 -0000	1.27
  @@ -47,10 +47,14 @@
   <a href="#transport">Creating and Building your own transport layer</a>
   <br>
   <a href="#parser">Creating and Building your own parser</a>
  -
   </p>
   <p> <b>Before going through this guide, please go through the </b><a href="winuser-guide.html"><b>Windows User Guide</b></a> <b> and also be familiar with how to use binaries.</b></p>
   
  +<p><b>*Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs. So it is removed from the 1.4 release. Please ignore any references to the Expat parser 
  +in the documentation. The documentation will be updated regarding this later.
  +</p>
  +
  +
   <p>
   <a name="buildaxis"></a></p>
   
  @@ -111,6 +115,8 @@
   
   
   <P><b>Expat XML Parser</b></p>
  +<p><b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the *Note:at the top of the page.
  +</p>
   
   <p><br>You can get expat binaries from the url http://sourceforge.net/projects/expat/
   <br>
  @@ -143,6 +149,8 @@
   
   <p><b>Expat</b></p>
   <br>
  +<p><b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the *Note:at the top of the page.
  +</p>
   <p>Run the file
   expat_win32bin_1_95_7.exe . The folder to which Expat is unzipped will be
   referred to as [Expat_Folder] from this point onwards.</p>
  @@ -164,6 +172,8 @@
   <h2>Setting up the build environment and building Axis</h2>
   <br>
   <P><b>For Expat Parser</b></p>
  +<p><b>Note:</b>The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the *Note:at the top of the page.
  +</p>
   <p>1) Copy [Expat_Folder]\source\lib\expat.h from expat binary distribution to [Checkout_Folder]\c\include\expat\ directory <br>
   <br>
   2) Copy [Expat_Folder]\lib\libexpat.lib to [Checkout_Folder]\c\lib\expat\ directory.</p>