Author: charitha Date: Fri Mar 21 02:05:33 2008 New Revision: 15007 Log:
Added a windows batch script to run all build scripts at once and deploy the services to WSAS repository Added: trunk/commons/qa/wsas/java/TestFramework/testcases/deploy_services.bat Added: trunk/commons/qa/wsas/java/TestFramework/testcases/deploy_services.bat ============================================================================== --- (empty file) +++ trunk/commons/qa/wsas/java/TestFramework/testcases/deploy_services.bat Fri Mar 21 02:05:33 2008 @@ -0,0 +1,68 @@ [EMAIL PROTECTED] off + +echo ############################################################################ +echo This script calls all the build files included in service directories and +echo deploy them in to your WSO2 WSAS instance +echo ############################################################################ + + +echo ******************************************************************************* +echo ***********************Deploying spring service******************************** +echo ******************************************************************************* + +call ant -buildfile spring/springbeans/service/build.xml + + + +echo ******************************************************************************* +echo ***********************Deploying Axis1 service********************************* +echo ******************************************************************************* + +call ant -buildfile axis1/calculator/service/build.xml + +echo ******************************************************************************* +echo ***********************Deploying Echo JAXWS service**************************** +echo ******************************************************************************* + + +call ant -buildfile jaxws/echo/service/build.xml + +echo ******************************************************************************* +echo ***********************Deploying Echo POJO service***************************** +echo ******************************************************************************* + + +call ant -buildfile pojo/echo/service/build.xml + + +echo ******************************************************************************* +echo ***********************Deploying AXIOM BASED POJO service********************** +echo ******************************************************************************* + + +call ant -buildfile pojo/axiombased/service/build.xml + +echo ******************************************************************************* +echo ***********************Deploying Async Dual channel POJO service*************** +echo ******************************************************************************* + + +call ant -buildfile pojo/async_dual_channel/service/build.xml + +echo ******************************************************************************* +echo ***********************Deploying java bean service***************************** +echo ******************************************************************************* + + +call ant -buildfile pojo/javabeans/service/build.xml + +echo ******************************************************************************* +echo ***********************Deploying REST service********************************** +echo ******************************************************************************* + + +call ant -buildfile pojo/rest/service/build.xml + + + +:end _______________________________________________ Commons-dev mailing list Commons-dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/commons-dev