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 di...@apache.org on 2006/01/12 21:51:13 UTC

svn commit: r368465 - in /webservices/axis2/trunk/java: ./ modules/samples/ modules/samples/script/SGCCalculator/ modules/samples/script/amazonQS/ modules/samples/script/googleSearch/ modules/samples/script/googleSpellcheck/ modules/samples/script/mtom...

Author: dims
Date: Thu Jan 12 12:51:03 2006
New Revision: 368465

URL: http://svn.apache.org/viewcvs?rev=368465&view=rev
Log:
Can we please use AXIS2_HOME instead of AXIS_HOME? 

PS: Am checking this in anticipation that this is acceptable. If its not, please let me know.
PPS: i made svn copy from xdocs/0_94 to xdocs/latest (maybe i should call it 0_95, any way its easy to rename)


Added:
    webservices/axis2/trunk/java/xdocs/latest/
      - copied from r368453, webservices/axis2/trunk/java/xdocs/0_94/
Modified:
    webservices/axis2/trunk/java/README.txt
    webservices/axis2/trunk/java/modules/samples/build.xml
    webservices/axis2/trunk/java/modules/samples/script/SGCCalculator/run.bat
    webservices/axis2/trunk/java/modules/samples/script/amazonQS/run.bat
    webservices/axis2/trunk/java/modules/samples/script/googleSearch/run.bat
    webservices/axis2/trunk/java/modules/samples/script/googleSpellcheck/run.bat
    webservices/axis2/trunk/java/modules/samples/script/mtomSample/run.bat
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingClient.bat
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingDualClient.bat
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingClient.bat
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingDualClient.bat
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestPingClient.bat
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestWebServiceWithModuleClient.bat
    webservices/axis2/trunk/java/modules/tool/script/WSDL2Code.bat
    webservices/axis2/trunk/java/modules/tool/script/WSDL2Java.bat
    webservices/axis2/trunk/java/modules/tool/script/http-server.bat
    webservices/axis2/trunk/java/modules/tool/script/start.bat
    webservices/axis2/trunk/java/modules/tool/script/tcp-server.bat
    webservices/axis2/trunk/java/xdocs/latest/userguide.html

Modified: webservices/axis2/trunk/java/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/README.txt?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/README.txt (original)
+++ webservices/axis2/trunk/java/README.txt Thu Jan 12 12:51:03 2006
@@ -20,8 +20,8 @@
      and the services.xml file, 
   2) Archive the class files into a jar with the services.xml file in 
      the META-INF
-  3) Drop the jar file to the $AXIS_HOME/WEB-INF/services directory
-where $AXIS_HOME represents the install directory of your Axis2 
+  3) Drop the jar file to the $AXIS2_HOME/WEB-INF/services directory
+where $AXIS2_HOME represents the install directory of your Axis2 
 runtime. (In the case of a servelet container this would be the
 "axis2" directory inside "webapps".)
 

Modified: webservices/axis2/trunk/java/modules/samples/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/build.xml?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/build.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/build.xml Thu Jan 12 12:51:03 2006
@@ -17,13 +17,13 @@
 
     <property name="jardrop.dir" value="${build.dir}/services"/>
     <property environment="env"/>
-    <property name="AXIS_HOME" value="${env.AXIS_HOME}"/>
-    <property name="axis.serverJarDrop.dir" value="${AXIS_HOME}/WEB-INF/services"/>
+    <property name="AXIS2_HOME" value="${env.AXIS2_HOME}"/>
+    <property name="axis.serverJarDrop.dir" value="${AXIS2_HOME}/WEB-INF/services"/>
 
     <property name="conf.dir" value="conf"/>
 
     <path id="classpath.library">
-        <fileset dir="${AXIS_HOME}/WEB-INF/lib">
+        <fileset dir="${AXIS2_HOME}/WEB-INF/lib">
             <include name="**/*.jar"/>
         </fileset>
     </path>
@@ -47,15 +47,15 @@
     </target>
 
     <target name="validateAxisHome">
-        <available file="${AXIS_HOME}}" type="dir" property="axis2.deployed"/>
+        <available file="${AXIS2_HOME}}" type="dir" property="axis2.deployed"/>
     </target>
 
     <target name="validateSevices.dir">
-        <available file="${AXIS_HOME}/WEB-INF/services" type="dir" property="axis2.services"/>
+        <available file="${AXIS2_HOME}/WEB-INF/services" type="dir" property="axis2.services"/>
     </target>
 
     <target name="validateDeploymentSettings" depends="validateAxisHome" unless="validateSevices.dir">
-        <mkdir dir="${AXIS_HOME}/WEB-INF/services"/>
+        <mkdir dir="${AXIS2_HOME}/WEB-INF/services"/>
     </target>
 
 

Modified: webservices/axis2/trunk/java/modules/samples/script/SGCCalculator/run.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/script/SGCCalculator/run.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/SGCCalculator/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/SGCCalculator/run.bat Thu Jan 12 12:51:03 2006
@@ -7,20 +7,20 @@
 rem store the current directory
 set CURRENT_DIR=%cd%
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up and take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
-echo using Axis Home %AXIS_HOME%
+echo using Axis Home %AXIS2_HOME%
 
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct loaction!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct loaction!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -30,11 +30,11 @@
 
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;"%CURRENT_DIR%\SGCCalculator.jar"
 
-java -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS_HOME% sample.sgccalculator.CalcClient
+java -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS2_HOME% sample.sgccalculator.CalcClient
 endlocal
 :end

Modified: webservices/axis2/trunk/java/modules/samples/script/amazonQS/run.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/script/amazonQS/run.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/amazonQS/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/amazonQS/run.bat Thu Jan 12 12:51:03 2006
@@ -7,17 +7,17 @@
 rem store the current directory
 set CURRENT_DIR=%cd%
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up and take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct location!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct location!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -29,12 +29,12 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;%CURRENT_DIR%\amazonQS.jar
 
-start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS_HOME% sample.amazon.amazonSimpleQueueService.RunGUICQ
-start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS_HOME% sample.amazon.amazonSimpleQueueService.RunGUIRQ
+start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS2_HOME% sample.amazon.amazonSimpleQueueService.RunGUICQ
+start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS2_HOME% sample.amazon.amazonSimpleQueueService.RunGUIRQ
 
 endlocal
 :end

Modified: webservices/axis2/trunk/java/modules/samples/script/googleSearch/run.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/script/googleSearch/run.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/googleSearch/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/googleSearch/run.bat Thu Jan 12 12:51:03 2006
@@ -7,19 +7,19 @@
 rem store the current directory
 set CURRENT_DIR=%cd%
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up and take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
-echo using Axis Home %AXIS_HOME%
+echo using Axis Home %AXIS2_HOME%
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct loaction!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct loaction!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -30,11 +30,11 @@
 
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;"%CURRENT_DIR%\googleSearch.jar"
 
-start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS_HOME% sample.google.search.AsynchronousClient
+start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS2_HOME% sample.google.search.AsynchronousClient
 
 endlocal
 

Modified: webservices/axis2/trunk/java/modules/samples/script/googleSpellcheck/run.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/script/googleSpellcheck/run.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/googleSpellcheck/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/googleSpellcheck/run.bat Thu Jan 12 12:51:03 2006
@@ -7,20 +7,20 @@
 rem store the current directory
 set CURRENT_DIR=%cd%
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up and take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
-echo using Axis Home %AXIS_HOME%
+echo using Axis Home %AXIS2_HOME%
 
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct loaction!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct loaction!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -30,11 +30,11 @@
 
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;"%CURRENT_DIR%\googleSpellcheck.jar"
 
-start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS_HOME% sample.google.spellcheck.SuggestionForm
+start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS2_HOME% sample.google.spellcheck.SuggestionForm
 endlocal
 :end

Modified: webservices/axis2/trunk/java/modules/samples/script/mtomSample/run.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/script/mtomSample/run.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/mtomSample/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/mtomSample/run.bat Thu Jan 12 12:51:03 2006
@@ -5,16 +5,16 @@
 rem ---------------------------------------------------------------------------
 rem store the current directory
 set CURRENT_DIR=%cd%
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 rem guess the home. Jump two directories up and take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct location!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct location!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -24,10 +24,10 @@
 
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;"%CURRENT_DIR%\mtomClient.jar"
 
-start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS_HOME% sample.mtom.imagetransfer.client.MTOMClient
+start javaw -cp %AXIS2_CLASS_PATH% -Daxis2.home=%AXIS2_HOME% sample.mtom.imagetransfer.client.MTOMClient
 endlocal
 :end

Modified: webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingClient.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingClient.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingClient.bat Thu Jan 12 12:51:03 2006
@@ -2,10 +2,10 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS_HOME=..\..\..\..\..\..\
+set AXIS2_HOME=..\..\..\..\..\..\
 
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;..\..\..\..\sample.jar
 

Modified: webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingDualClient.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingDualClient.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingDualClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoBlockingDualClient.bat Thu Jan 12 12:51:03 2006
@@ -2,10 +2,10 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS_HOME=..\..\..\..\..\..\
+set AXIS2_HOME=..\..\..\..\..\..\
 
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;..\..\..\..\sample.jar
 

Modified: webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingClient.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingClient.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingClient.bat Thu Jan 12 12:51:03 2006
@@ -2,10 +2,10 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS_HOME=..\..\..\..\..\..\
+set AXIS2_HOME=..\..\..\..\..\..\
 
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;..\..\..\..\sample.jar
 

Modified: webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingDualClient.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingDualClient.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingDualClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestEchoNonBlockingDualClient.bat Thu Jan 12 12:51:03 2006
@@ -2,10 +2,10 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS_HOME=..\..\..\..\..\..\
+set AXIS2_HOME=..\..\..\..\..\..\
 
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;..\..\..\..\sample.jar
 

Modified: webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestPingClient.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestPingClient.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestPingClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestPingClient.bat Thu Jan 12 12:51:03 2006
@@ -2,10 +2,10 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS_HOME=..\..\..\..\..\..\
+set AXIS2_HOME=..\..\..\..\..\..\
 
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;..\..\..\..\sample.jar
 

Modified: webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestWebServiceWithModuleClient.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestWebServiceWithModuleClient.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestWebServiceWithModuleClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/src/userguide/clients/bin/TestWebServiceWithModuleClient.bat Thu Jan 12 12:51:03 2006
@@ -2,10 +2,10 @@
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path
-set AXIS_HOME=..\..\..\..\..\..\
+set AXIS2_HOME=..\..\..\..\..\..\
 
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 set AXIS2_CLASS_PATH=%AXIS2_CLASS_PATH%;..\..\..\..\sample.jar
 
 java -cp %AXIS2_CLASS_PATH% userguide.clients.ClientForWebServiceWithModule

Modified: webservices/axis2/trunk/java/modules/tool/script/WSDL2Code.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/script/WSDL2Code.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/WSDL2Code.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/WSDL2Code.bat Thu Jan 12 12:51:03 2006
@@ -8,17 +8,17 @@
 rem store the current directory
 set CURRENT_DIR=%cd%
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up nad take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct location!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct location!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -27,8 +27,8 @@
 rem set the classes
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 java -cp %AXIS2_CLASS_PATH% org.apache.axis2.wsdl.WSDL2Code %1 %2 %3 %4 %5 %6 %7 %8 %9 
 endlocal

Modified: webservices/axis2/trunk/java/modules/tool/script/WSDL2Java.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/script/WSDL2Java.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/WSDL2Java.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/WSDL2Java.bat Thu Jan 12 12:51:03 2006
@@ -8,17 +8,17 @@
 rem store the current directory
 set CURRENT_DIR=%cd%
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up nad take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct location!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct location!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -27,8 +27,8 @@
 rem set the classes
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 rem run the command
 java -cp %AXIS2_CLASS_PATH% org.apache.axis2.wsdl.WSDL2Java %1 %2 %3 %4 %5 %6 %7 %8 %9

Modified: webservices/axis2/trunk/java/modules/tool/script/http-server.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/script/http-server.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/http-server.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/http-server.bat Thu Jan 12 12:51:03 2006
@@ -5,11 +5,11 @@
 rem ---------------------------------------------------------------------------
 
 rem get the classes for the simple axis server
-rem set the AXIS_HOME as the default classpath
+rem set the AXIS2_HOME as the default classpath
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
 java -cp %AXIS2_CLASS_PATH% org.apache.axis2.transport.http.SimpleHTTPServer %1 %2
 endlocal

Modified: webservices/axis2/trunk/java/modules/tool/script/start.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/script/start.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/start.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/start.bat Thu Jan 12 12:51:03 2006
@@ -5,30 +5,30 @@
 rem This starts the server with default parameters
 rem ---------------------------------------------------------------------------
 
-rem Guess AXIS_HOME if not defined
-if not "%AXIS_HOME%" == "" goto gotHome
+rem Guess AXIS2_HOME if not defined
+if not "%AXIS2_HOME%" == "" goto gotHome
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
 :gotHome
 
-if exist "%AXIS_HOME%\bin\http-server.bat" goto okHome
-echo The AXIS_HOME environment variable is not defined correctly
+if exist "%AXIS2_HOME%\bin\http-server.bat" goto okHome
+echo The AXIS2_HOME environment variable is not defined correctly
 echo This environment variable is needed to run this program
 goto end
 
 :okHome
 rem check for the default service repository
-if exist "%AXIS_HOME%\repository" goto okRepo
-mkdir "%AXIS_HOME%\repository"
+if exist "%AXIS2_HOME%\repository" goto okRepo
+mkdir "%AXIS2_HOME%\repository"
 
 :okRepo
-set REPO_FOLDER=%AXIS_HOME%\repository
+set REPO_FOLDER=%AXIS2_HOME%\repository
 if exist "%REPO_FOLDER%\services" goto okService
 mkdir "%REPO_FOLDER%\services"
 
 :okService
-set EXECUTABLE="%AXIS_HOME%\bin\http-server.bat"
+set EXECUTABLE="%AXIS2_HOME%\bin\http-server.bat"
 
 call %EXECUTABLE% %REPO_FOLDER% 8080  
 

Modified: webservices/axis2/trunk/java/modules/tool/script/tcp-server.bat
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/script/tcp-server.bat?rev=368465&r1=368464&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/tcp-server.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/tcp-server.bat Thu Jan 12 12:51:03 2006
@@ -7,20 +7,20 @@
 rem get the classes for the simple axis server
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 
-rem check the AXIS_HOME environment variable
-if not "%AXIS_HOME%" == "" goto gotHome
+rem check the AXIS2_HOME environment variable
+if not "%AXIS2_HOME%" == "" goto gotHome
 
 rem guess the home. Jump two directories up nad take that as the home
 cd ..
 cd ..
-set AXIS_HOME=%cd%
+set AXIS2_HOME=%cd%
 
 :gotHome
-if EXIST "%AXIS_HOME%\lib\axis2*.jar" goto okHome
-echo The AXIS_HOME environment variable seems not to point to the correct location!
+if EXIST "%AXIS2_HOME%\lib\axis2*.jar" goto okHome
+echo The AXIS2_HOME environment variable seems not to point to the correct location!
 echo This environment variable is needed to run this program
 pause
 exit
@@ -30,7 +30,7 @@
 cd %CURRENT_DIR%
 setlocal EnableDelayedExpansion
 rem loop through the libs and add them to the class path
-set AXIS2_CLASS_PATH=%AXIS_HOME%
-FOR %%c in (%AXIS_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
+set AXIS2_CLASS_PATH=%AXIS2_HOME%
+FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASS_PATH=!AXIS2_CLASS_PATH!;%%c
 java -cp %AXIS2_CLASS_PATH% org.apache.axis2.transport.tcp.TCPServer %1 %2
 endlocal

Modified: webservices/axis2/trunk/java/xdocs/latest/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/userguide.html?rev=368465&r1=368453&r2=368465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/userguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/userguide.html Thu Jan 12 12:51:03 2006
@@ -1048,8 +1048,8 @@
 deployed. In this operation, a blank SOAP body element is sent to the Web
 Service and the same SOAP envelope is echoed back.</p>
 <pre> try {
-   //Create the stub by passing the AXIS_HOME and target EPR.
-   //We pass null to the AXIS_HOME and hence the stub will use the current directory as the AXIS_HOME
+   //Create the stub by passing the AXIS2_HOME and target EPR.
+   //We pass null to the AXIS2_HOME and hence the stub will use the current directory as the AXIS2_HOME
    Axis2SampleDocLitPortTypeStub stub = new Axis2SampleDocLitPortTypeStub(null, 
                                 "http://localhost:8080/axis2/services/Axis2SampleDocLitPortType");
    stub.echoVoid();
@@ -1065,8 +1065,8 @@
 deployed. The code is very simple to understand and the explanations are in
 the form of comments.</p>
 <pre>try {
-     //Create the stub by passing the AXIS_HOME and target EPR.
-     //We pass null to the AXIS_HOME and hence the stub will use the current directory as the AXIS_HOME 
+     //Create the stub by passing the AXIS2_HOME and target EPR.
+     //We pass null to the AXIS2_HOME and hence the stub will use the current directory as the AXIS2_HOME 
      Axis2SampleDocLitPortTypeStub stub= new Axis2SampleDocLitPortTypeStub(null,
                                 "http://localhost:8080/axis2/services/Axis2SampleDocLitPortType");
      //Create the request document to be sent.
@@ -1086,8 +1086,8 @@
 <h4><a name="clientechostringarray">Client for echoStringArray
 Operation</a></h4>
 <pre>try {
-     //Create the stub by passing the AXIS_HOME and target EPR.
-     //We pass null to the AXIS_HOME and hence the stub will use the current directory as the AXIS_HOME
+     //Create the stub by passing the AXIS2_HOME and target EPR.
+     //We pass null to the AXIS2_HOME and hence the stub will use the current directory as the AXIS2_HOME
      Axis2SampleDocLitPortTypeStub stub = new Axis2SampleDocLitPortTypeStub(null,
                                 "http://localhost:8080/axis2/services/Axis2SampleDocLitPortType");
 
@@ -1113,8 +1113,8 @@
 
 <h4><a name="clientechostruct">Client for echoStruct Operation</a></h4>
 <pre>try {
-    //Create the stub by passing the AXIS_HOME and target EPR.
-    //We pass null to the AXIS_HOME and hence the stub will use the current directory as the AXIS_HOME
+    //Create the stub by passing the AXIS2_HOME and target EPR.
+    //We pass null to the AXIS2_HOME and hence the stub will use the current directory as the AXIS2_HOME
     Axis2SampleDocLitPortTypeStub stub = new Axis2SampleDocLitPortTypeStub(null, 
                                 "http://localhost:8080/axis2/services/Axis2SampleDocLitPortType");
     //Create the request Document
@@ -1452,8 +1452,8 @@
 <p>The alternate method is to build the samples from source. Moving to the
 modules/samples and running maven will create the samples in the
 target/samples directory. However if the samples need to be started using the
-shell scripts (or the batch files) then the AXIS_HOME environment need to be
-set.( the "guessed" AXIS_HOME would not be correct in this case)</p>
+shell scripts (or the batch files) then the AXIS2_HOME environment need to be
+set.( the "guessed" AXIS2_HOME would not be correct in this case)</p>
 
 <h3><a name="googlespell">Google Spell Checker Sample</a></h3>