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 ka...@apache.org on 2006/12/18 10:40:33 UTC

svn commit: r488180 - in /webservices/axis2/trunk/c/rampart/samples/client/enc_echo: deploy_client_repo.bat update_n_run.bat

Author: kaushalye
Date: Mon Dec 18 01:40:32 2006
New Revision: 488180

URL: http://svn.apache.org/viewvc?view=rev&rev=488180
Log:
Made a few corrections in file paths.

Modified:
    webservices/axis2/trunk/c/rampart/samples/client/enc_echo/deploy_client_repo.bat
    webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.bat

Modified: webservices/axis2/trunk/c/rampart/samples/client/enc_echo/deploy_client_repo.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/client/enc_echo/deploy_client_repo.bat?view=diff&rev=488180&r1=488179&r2=488180
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/client/enc_echo/deploy_client_repo.bat (original)
+++ webservices/axis2/trunk/c/rampart/samples/client/enc_echo/deploy_client_repo.bat Mon Dec 18 01:40:32 2006
@@ -16,8 +16,8 @@
 @echo Copying axis2.xml to client_repo
 copy /Y ".\data\client.enc.axis2.xml" "%CLIENT_REPO%\axis2.xml"
 
-@echo Copying axis2.xml to AXIS2C_HOME
-copy /Y ".\data\server.enc.axis2.xml" "%AXIS2C_HOME%\axis2.xml"
+rem @echo Copying axis2.xml to AXIS2C_HOME
+rem copy /Y ".\data\server.enc.axis2.xml" "%AXIS2C_HOME%\axis2.xml"
 
 @echo Copying libraries to client_repo
 xcopy /S/I/Q/Y "%AXIS2C_HOME%\lib" "%CLIENT_REPO%\lib"
@@ -25,4 +25,4 @@
 @echo Copying latest modules to client_repo
 xcopy /S/I/Q/Y "%AXIS2C_HOME%\modules" "%CLIENT_REPO%\modules"
 
-echo on
\ No newline at end of file
+echo on

Modified: webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.bat?view=diff&rev=488180&r1=488179&r2=488180
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.bat (original)
+++ webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.bat Mon Dec 18 01:40:32 2006
@@ -7,6 +7,6 @@
 xcopy /E /Y /I "%AXIS2C_HOME%\modules\rampart" "%CLIENT_REPO%\modules"
 
 echo RUN echo.exe http://localhost:9090/axis2/services/echo %CLIENT_REPO%
-"%AXIS2C_HOME%\rampart\samples\client\enc_echo\enc_echo.exe" http://localhost:9090/axis2/services/echo "%CLIENT_REPO%"
+"%AXIS2C_HOME%\bin\samples\rampart\client\enc_echo\enc_echo.exe" http://localhost:9090/axis2/services/echo "%CLIENT_REPO%"
 
 @echo on



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