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 2008/03/08 23:54:01 UTC

svn commit: r635106 - in /webservices/axis2/trunk/java/modules/tool/script: java2wsdl.bat wsdl2java.bat

Author: dims
Date: Sat Mar  8 14:53:54 2008
New Revision: 635106

URL: http://svn.apache.org/viewvc?rev=635106&view=rev
Log:
Fix for AXIS2-3571 - Incorrect reference to start.bat in java2wsdl and wsdl2java scripts (bat/sh)

Modified:
    webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat
    webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat

Modified: webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat?rev=635106&r1=635105&r2=635106&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat Sat Mar  8 14:53:54 2008
@@ -45,7 +45,7 @@
 rem check the AXIS2_HOME environment variable
 if not "%AXIS2_HOME%" == "" goto gotHome
 set AXIS2_HOME=%CURRENT_DIR%
-if exist "%AXIS2_HOME%\bin\start.bat" goto okHome
+if exist "%AXIS2_HOME%\bin\axis2.bat" goto okHome
 
 rem guess the home. Jump one directory up to check if that is the home
 cd ..

Modified: webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat?rev=635106&r1=635105&r2=635106&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat Sat Mar  8 14:53:54 2008
@@ -45,7 +45,7 @@
 rem check the AXIS2_HOME environment variable
 if not "%AXIS2_HOME%" == "" goto gotHome
 set AXIS2_HOME=%CURRENT_DIR%
-if exist "%AXIS2_HOME%\bin\start.bat" goto okHome
+if exist "%AXIS2_HOME%\bin\axis2.bat" goto okHome
 
 rem guess the home. Jump one directory up to check if that is the home
 cd ..



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