You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/09/13 12:24:59 UTC

cvs commit: ws-axis/c/docs linuser-guide.html index.html

roshan      2004/09/13 03:24:59

  Modified:    c/docs   linuser-guide.html index.html
  Log:
  Changed the Lin User Guide and index .Changed by Rangika
  
  Revision  Changes    Path
  1.2       +8 -2      ws-axis/c/docs/linuser-guide.html
  
  Index: linuser-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/linuser-guide.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- linuser-guide.html	8 Sep 2004 07:58:24 -0000	1.1
  +++ linuser-guide.html	13 Sep 2004 10:24:59 -0000	1.2
  @@ -194,8 +194,14 @@
   <strong>AXIS_JARS JAVA_HOME CLASSPATH</strong>
   </p>
   <p>Now</p>
  -<p>
  -<strong>$ cd $AXISCPP_HOME/src/wsdl/</strong>
  +<p> There are two options to create the wsdl2ws.jar tool<br> <br>
  +<b> 1st Option is using ANT (This is more reliable) </b> <br> <br>
  +In your PATH environment variable add path to &lt;antinstall dir&gt/bin. <br> 
  +<strong>$ cd $AXISCPP_HOME/src/wsdl/</strong> 
  +$ ant 
  +</p>
  +<p> <b>2nd Option (Some users have experienced difficulties in using this option)</b> </p>
  +<p><strong>$ cd $AXISCPP_HOME/src/wsdl/</strong>
   </p>
   <p>
   <strong>$ mkdir temp</strong>
  
  
  
  1.4       +0 -2      ws-axis/c/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html	8 Sep 2004 08:03:43 -0000	1.3
  +++ index.html	13 Sep 2004 10:24:59 -0000	1.4
  @@ -42,8 +42,6 @@
   <h2>Developer Guides</h2>
   
   <ul>
  -<li>
  -<a href="">Linux Developer Guide</a></li>
   
   <li>
   <a href="windev-guide.html">Windows Developer Guide</a></li>