Hi all,
The attached patch brings up the 'axis2_http_server' and runs samples.
The scripts must go to the test/tools directory. Please review and apply.
Thanks.
~sanjaya
--
http://sanjaya.8k.com
Index: test/Makefile.am
===================================================================
--- test/Makefile.am (revision 381345)
+++ test/Makefile.am (working copy)
@@ -1,2 +1,2 @@
TESTS =
-SUBDIRS = util xml unit core itest
+SUBDIRS = util xml unit core itest tools
Index: configure.ac
===================================================================
--- configure.ac (revision 381345)
+++ configure.ac (working copy)
@@ -217,6 +217,7 @@
test/itest/Makefile \
test/itest/whitemesa/Makefile \
test/itest/whitemesa/round1/Makefile \
+ test/tools/Makefile \
ides/Makefile \
ides/anjuta/Makefile
])
#! /bin/sh
cd $AXIS2C_HOME/bin
./axis2_http_server &
#! /bin/sh
echo 'Running samples'
cd ../../samples/client/echo
./echo
cd ../math
./math
cd ../google
./google
cd ../addr_echo
./addr_echo
echo 'Done'
TESTS=server.test samples.test