You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/11/08 20:56:01 UTC

svn commit: r1032681 - in /axis/axis2/java/core/trunk: modules/samples/quickstart/README.txt src/site/xdoc/docs/quickstartguide.xml

Author: veithen
Date: Mon Nov  8 19:56:01 2010
New Revision: 1032681

URL: http://svn.apache.org/viewvc?rev=1032681&view=rev
Log:
AXIS2-4055: Applied patch provided by Lasantha Ranaweera (documentation change only).

Modified:
    axis/axis2/java/core/trunk/modules/samples/quickstart/README.txt
    axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml

Modified: axis/axis2/java/core/trunk/modules/samples/quickstart/README.txt
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/quickstart/README.txt?rev=1032681&r1=1032680&r2=1032681&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/samples/quickstart/README.txt (original)
+++ axis/axis2/java/core/trunk/modules/samples/quickstart/README.txt Mon Nov  8 19:56:01 2010
@@ -8,7 +8,7 @@ source code kindly see this 'Axis2 Quick
 Introduction
 ============
 In this sample, we are deploying a POJO after writing a services.xml and
-creating an aar. We also test the gePrice and update methods using a browser.
+creating an aar. We also test the getPrice and update methods using a browser.
 
 Pre-Requisites
 ==============

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml?rev=1032681&r1=1032680&r2=1032681&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml Mon Nov  8 19:56:01 2010
@@ -475,10 +475,10 @@ Framework (ADB), execute the following s
 following in the Axis2_HOME/samples/quickstartadb directory:</p>
 <pre>
 (Windows)
-%AXIS2_HOME%\bin\WSDL2Java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.service.adb -d adb -s -ss -sd -ssi -o build\service
+%AXIS2_HOME%\bin\wsdl2java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.service.adb -d adb -s -ss -sd -ssi -o build\service
 
 (Linux)
-$AXIS2_HOME/bin/WSDL2Java -uri resources/META-INF/StockQuoteService.wsdl -p samples.quickstart.service.adb -d adb -s -ss -sd -ssi -o build/service
+$AXIS2_HOME/bin/wsdl2java -uri resources/META-INF/StockQuoteService.wsdl -p samples.quickstart.service.adb -d adb -s -ss -sd -ssi -o build/service
 
 </pre>
 <p>Else, simply type ant generate.service in the
@@ -560,7 +560,7 @@ steps.</p>
 following in the Axis2_HOME/samples/quickstartxmlbeans
 directory.</p>
 <pre>
-%AXIS2_HOME%\bin\WSDL2Java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.service.xmlbeans -d xmlbeans -s -ss -sd -ssi -o build\service
+%AXIS2_HOME%\bin\wsdl2java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.service.xmlbeans -d xmlbeans -s -ss -sd -ssi -o build\service
 </pre>
 <p>Else simply type ant generate.service in the
 Axis2_HOME/samples/quickstartxmlbeans directory.</p>
@@ -839,7 +839,7 @@ following steps.</p>
 <p>Generate the client databings by typing the following in the
 Axis2_HOME/samples/quickstartadb directory:</p>
 <pre>
-%AXIS2_HOME%\bin\WSDL2Java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.clients -d adb -s -o build\client
+%AXIS2_HOME%\bin\wsdl2java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.clients -d adb -s -o build\client
 </pre>
 <p>Else, simply type ant generate.client in the
 Axis2_HOME/samples/quickstartadb directory.</p>
@@ -924,7 +924,7 @@ following steps.</p>
 <p>Generate the databings by typing the following in the
 xmlbeansClient directory.</p>
 <pre>
-%AXIS2_HOME%\bin\WSDL2Java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.service.xmlbeans -d xmlbeans -s -o build\client
+%AXIS2_HOME%\bin\wsdl2java -uri resources\META-INF\StockQuoteService.wsdl -p samples.quickstart.service.xmlbeans -d xmlbeans -s -o build\client
 </pre>
 <p>Else, simply type ant generate.client in the
 Axis2_HOME/samples/quickstartxmlbeans directory.</p>