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 ch...@apache.org on 2007/04/23 12:51:14 UTC

svn commit: r531421 - /webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-buildingservices.html

Author: chatra
Date: Mon Apr 23 03:51:03 2007
New Revision: 531421

URL: http://svn.apache.org/viewvc?view=rev&rev=531421
Log:
made a minor improvement

Modified:
    webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-buildingservices.html

Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-buildingservices.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/%40axis2_version_dir%40/userguide-buildingservices.html?view=diff&rev=531421&r1=531420&r2=531421
==============================================================================
--- webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-buildingservices.html (original)
+++ webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-buildingservices.html Mon Apr 23 03:51:03 2007
@@ -433,20 +433,12 @@
 case you do not have the set the CLASSPATH manually.</p>
 
 <p>For Linux:</p>
-
-<p><code>$AXIS2_HOME/bin/wsdl2java.sh -uri
-file:///C:/apps/axis2/samples/zSample/Axis2UserGuide.wsdl</code></p>
-
-<p><code>-p org.apache.axis2.axis2userguide -o target_directory_name -d adb
--s -wv @axis2_version@ -ss -sd</code></p>
+<pre>$AXIS2_HOME/bin/wsdl2java.sh -uri file:///C:/apps/axis2/samples/zSample/Axis2UserGuide.wsdl
+-p org.apache.axis2.axis2userguide -o target_directory_name -d adb -s -wv @axis2_version@ -ss -sd</pre>
 
 <p>For MS Windows:</p>
-
-<p><code>%AXIS2_HOME%\bin\wsdl2java.bat -uri
-file:\\\C:\apps\axis2\samples\zSample\Axis2UserGuide.wsdl</code></p>
-
-<p><code>-p org.apache.axis2.axis2userguide -o target_directory_name -d adb
--s -wv @axis2_version@ -ss -sd</code></p>
+<pre>%AXIS2_HOME%\bin\wsdl2java.bat -uri file:\\\C:\apps\axis2\samples\zSample\Axis2UserGuide.wsdl
+-p org.apache.axis2.axis2userguide -o target_directory_name -d adb -s -wv @axis2_version@ -ss -sd</pre>
 
 <p>In both instances, at this point, you should see four new items in your
 chosen directory: the build.xml file, which includes instructions for Ant,



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org