Author: shankar
Date: Mon Mar 16 13:21:11 2009
New Revision: 754887

URL: http://svn.apache.org/viewvc?rev=754887&view=rev
Log:
changing the batch location

Modified:
    webservices/rampart/trunk/c/samples/secpolicy/test_scen.bat

Modified: webservices/rampart/trunk/c/samples/secpolicy/test_scen.bat
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/test_scen.bat?rev=754887&r1=754886&r2=754887&view=diff
==============================================================================
--- webservices/rampart/trunk/c/samples/secpolicy/test_scen.bat (original)
+++ webservices/rampart/trunk/c/samples/secpolicy/test_scen.bat Mon Mar 16 
13:21:11 2009
@@ -25,16 +25,15 @@
 echo waiting.......
 pause %_SLEEP%
 
-echo Go to client directory
+echo Go to client directory and run the sample
+cd %AXIS2C_HOME%/samples/bin
 if not "%1" == "scenario14"  goto else
-       cd %_SMPL_DIR%/../client/saml_echo
+       call saml_update_n_run.bat
        goto endif
 :else
-       cd %_SMPL_DIR%/../client/sec_echo
+       call update_n_run.bat
 :endif
 
-echo Run the sample
-call update_n_run.bat
 @echo off
 
 echo Killing server


Reply via email to